https://github.com/cvsolutions/simple-skeleton-cms
Skeleton of Content Management Systems
https://github.com/cvsolutions/simple-skeleton-cms
cms cms-framework fast-route open-source php7 symfony zendframework
Last synced: 8 months ago
JSON representation
Skeleton of Content Management Systems
- Host: GitHub
- URL: https://github.com/cvsolutions/simple-skeleton-cms
- Owner: cvsolutions
- License: mit
- Created: 2019-08-16T09:34:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T08:23:29.000Z (almost 6 years ago)
- Last Synced: 2025-03-04T23:44:39.470Z (12 months ago)
- Topics: cms, cms-framework, fast-route, open-source, php7, symfony, zendframework
- Language: PHP
- Homepage:
- Size: 382 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Is an open source content management system.
- SEO Friendly URLs
- Modular and extensible
- Native multilingual
## Requirements
* PHP 7.1 or higher
* PDO - INTL - DOM - OpenSSL
* MySQL / SQLite / PostgreSQL
* Apache web server
## PHP packages
- [PHP-DI](https://github.com/PHP-DI/PHP-DI)
- [FastRoute](https://github.com/nikic/FastRoute)
- [Plates](https://github.com/thephpleague/plates)
- [HttpFoundation](https://github.com/symfony/http-foundation)
- [zend-config](https://github.com/zendframework/zend-config)
- [php-gettext](https://github.com/smmoosavi/php-gettext)
- [PHP dotenv](https://github.com/vlucas/phpdotenv)
- [Intervention Image](https://github.com/Intervention/image)
- [PHP-Auth](https://github.com/delight-im/PHP-Auth)
- [Silly CLI micro-framework](https://github.com/mnapoli/silly)
- [Carbon](https://github.com/briannesbitt/carbon)
- [Faker](https://github.com/fzaninotto/Faker)
- [Pagerfanta](https://github.com/whiteoctober/Pagerfanta)
- [PHPMailer](https://github.com/PHPMailer/PHPMailer)
- [Easy Validation](https://github.com/vlucas/valitron)
- [EasyCSRF](https://github.com/gilbitron/EasyCSRF)
## Docker
```shell script
docker-compose up -d
docker-compose exec web bash
docker kill $(docker ps -q) && docker rm $(docker ps -a -q)
```
## License
The Simple Skeleton CMS is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).