Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smart-core/cmsbundle

Base Bundle of Smart Core CMS
https://github.com/smart-core/cmsbundle

cms php symfony

Last synced: about 1 month ago
JSON representation

Base Bundle of Smart Core CMS

Awesome Lists containing this project

README

        

SmartCore CMS Bundle
====================

Base Bundle of Smart Core CMS.

Required packages, put it in you root composer.json:

``` json
"friendsofsymfony/user-bundle": "dev-master",
"hwi/oauth-bundle": "0.4.*@dev",
"knplabs/knp-disqus-bundle":"dev-master",
"knplabs/knp-menu": "dev-master",
"knplabs/knp-menu-bundle": "dev-master",
"mopa/bootstrap-bundle": "dev-master",
"stfalcon/tinymce-bundle": "dev-master",

"smart-core/module-breadcrumbs": "dev-master",
"smart-core/module-gallery": "dev-master",
"smart-core/module-menu": "dev-master",
"smart-core/module-simplenews": "dev-master",
"smart-core/module-slider": "dev-master",
"smart-core/module-texter": "dev-master",
"smart-core/module-unicat": "dev-master",
"smart-core/module-user": "dev-master",
"smart-core/module-webform": "dev-master",
"smart-core/module-widget": "dev-master",

"smart-core/cms-generator-bundle": "dev-master",
"smart-core/core-bundle": "dev-master",
"smart-core/felib-bundle": "dev-master",
"smart-core/html-bundle": "dev-master",
"smart-core/media-bundle": "dev-master",
"smart-core/rich-editor-bundle": "dev-master",
"smart-core/seo-bundle": "dev-master",
"smart-core/session-bundle": "dev-master",
"smart-core/settings-bundle": "dev-master",
"smart-core/simple-profiler-bundle": "dev-master"
```

Possibly in future required packages:

``` json
"amazonwebservices/aws-sdk-for-php": "*",
"aws/aws-sdk-php": "*",
"dropbox-php/dropbox-php": "*",
"hakre/dropbox-uploader": "*",
"facebook/php-sdk-v4": "*",
"leafo/lessphp": "*",
"leafo/scssphp": "*",
"misd/guzzle-bundle": "~1.0",
"predis/predis": "0.8.*",
"snc/redis-bundle": "1.1.*",
"sp/bower-bundle": "*",
```

4