2017 © Pedro PelĂĄez
 

symfony-bundle blogger-bundle

Simple blogging bundle.

image

sylius/blogger-bundle

Simple blogging bundle.

  • Monday, January 6, 2014
  • by pjedrzejewski
  • Repository
  • 8 Watchers
  • 13 Stars
  • 1,466 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 6 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

SyliusBloggerBundle

WARNING! This bundle is DEPRACATED and NOT MAINTAINED! Please use appropriate software/bundles as an alternative., (*1)

Relatively simple blog bundle that allows you to setup blog/news system quickly for your next Symfony2 application., (*2)

This bundle is compatible only with 2.1.x branch of Symfony2., (*3)

Features

Implemented

  • Base support for many different persistence layers. Currently only Doctrine ORM driver is implemented.
  • Basic controllers, models, events and general architecture for blogging.
  • Flexible post blamers, that use Symfony2 security to define post author.
  • Pretty slug generation thanks to DoctrineExtensions.
  • Quick and easy integration with SyliusCategorizerBundle to have posts categorized.
  • It uses Pagerfanta to paginate over the posts, but this can be disabled.
  • Thanks to awesome Symfony2 everything is configurable and extensible.

Planned or in progress

  • More unit tests. Build status...
  • Viewing posts by date.
  • RSS feed support.
  • SEO, adding meta description and keywords to post model.
  • Doctrine MongoDB ODM driver.
  • Doctrine CouchDB ODM driver. *
  • Propel driver. * * - wishlist, would love to see a contribution.

Sylius

Sylius is simple but end-user and developer friendly webshop engine built on top of Symfony2., (*4)

Please visit Sylius.org for more details., (*5)

Testing and build status

This bundle uses travis-ci.org for CI. Build status..., (*6)

Before running tests, load the dependencies using Composer., (*7)

``` bash $ wget http://getcomposer.org/composer.phar $ php composer.phar install --dev, (*8)


Now you can run the tests by simply using this command. ``` bash $ phpunit

Code examples

If you want to see working implementation, try out the Sylius sandbox application. It's open sourced github project., (*9)

Documentation

Documentation is available on readthedocs.org., (*10)

Contributing

All informations about contributing to Sylius can be found on this page., (*11)

Mailing lists

Users

If you are using this bundle and have any questions, feel free to ask on users mailing list. Mail or view it., (*12)

Developers

If you want to contribute, and develop this bundle, use the developers mailing list. Mail or view it., (*13)

Sylius twitter account

If you want to keep up with updates, follow the official Sylius account on twitter or follow me., (*14)

Bug tracking

This bundle uses GitHub issues. If you have found bug, please create an issue., (*15)

Versioning

Releases will be numbered with the format major.minor.patch., (*16)

And constructed with the following guidelines., (*17)

  • Breaking backwards compatibility bumps the major.
  • New additions without breaking backwards compatibility bumps the minor.
  • Bug fixes and misc changes bump the patch.

For more information on SemVer, please visit semver.org website., (*18)

This versioning method is same for all Sylius bundles and applications., (*19)

License

License can be found here., (*20)

Authors

The bundle was originally created by PaweƂ Jędrzejewski. See the list of contributors., (*21)

The Versions