Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/smart-core/cmsbundle
- Owner: Smart-Core
- License: mit
- Created: 2012-05-02T13:38:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T14:23:45.000Z (over 3 years ago)
- Last Synced: 2024-04-14T22:21:01.864Z (8 months ago)
- Topics: cms, php, symfony
- Language: PHP
- Homepage: http://smart-core.org/
- Size: 2.7 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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