PHPackages                             raindrop/page-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. raindrop/page-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

raindrop/page-bundle
====================

Symfony Raindrop PageBundle

65262PHP

Since Jul 10Pushed 12y ago2 watchersCompare

[ Source](https://github.com/raindropdevs/RaindropPageBundle)[ Packagist](https://packagist.org/packages/raindrop/page-bundle)[ RSS](/packages/raindrop-page-bundle/feed)WikiDiscussions feature/alpha-version Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

WARNING: This bundle is under development and not ready for production use.
===========================================================================

[](#warning-this-bundle-is-under-development-and-not-ready-for-production-use)

Raindrop Page Bundle
====================

[](#raindrop-page-bundle)

This bundle offers a simple CMS mechanism based on SonataAdminBundle + stuffs and FOSUserBundle. We also use some proprietary bundle. This bundle exists as an alternate approach to SonataPageBundle, in particular it is more database oriented for long term and continuous maintenance and the administration is all bound to a backend application (no frontend inline editing. As alternative option, preview is into roadmap).

### **INSTALLATION**:

[](#installation)

First add the dependency to your `composer.json` file:

```
"require": {
    ...
    "raindrop/page-bundle": "dev-master"
},

```

Then install the bundle with the command:

```
php composer.phar update

```

Enable the bundle in your application kernel:

```
