Millenium PHP framework
simple and modern PHP framework
Getting Started
Let's go download the Millenium framework
Installing
For downloading install composer package with command:
composer create-project superhabber/mill <folder_name>
Documentation
Testing
Tests are located in tests directory. They are developed with Codeception PHP Testing Framework.
By default there are 3 test suites:
unitfunctionalacceptance
Tests can be executed by running
vendor/bin/codecept run
The command above will execute unit and functional tests. Unit tests are testing the system components, while functional tests are for testing user interaction. Acceptance tests are disabled by default as they require additional setup since they perform testing in real browser.
Main site
Authors
- Yaroslav Palamarchuk - Initial work - superhabber See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details