ignaszak / cms
Simple CMS
dev-authentication
2016-10-15 18:03 UTC
Requires
- php: >=7.0
- beberlei/doctrineextensions: *
- davcs86/php-mysqlimporter: dev-master
- doctrine/orm: >=2.5.1
- ignaszak/exception: 1.1.2
- ignaszak/registry: 1.1.0
- ignaszak/router: dev-master
- ircmaxell/password-compat: >=1.0.4
- mikey179/vfsstream: *
- mockery/mockery: *
- phing/phing: *
- phpunit/phpunit: >=5.4.4
- respect/validation: *
- swiftmailer/swiftmailer: *
- symfony/http-foundation: 3.0.*
This package is not auto-updated.
Last update: 2024-11-05 03:44:40 UTC
README
Simple CMS
System Requirements
- PHP version 7.0.0 or higher
- MySQL version 5.5 or higher
- Apache mod_rewrite module
Installing
Via Composer Create-Project:
composer create-project ignaszak/cms {directory} dev-master
Via Download
Download dev-master version of ignaszak/cms and extract its content into a directory on your server. Next install all dependencies via composer:
composer install
Configuration
CMS can be easily configured via phing. Just type phing command and follow instructions:
php vendor/bin/phing