Basic app for Eliasis PHP Framework
1.0.6
2018-05-07 09:28 UTC
Requires
- php: ^5.6 || ^7.0
- eliasis-framework/complement: ^1.1.1
- eliasis-framework/eliasis: ^1.1.4
- josantonius/asset: ^1.1.7
- josantonius/errorhandler: ^1.1.8
- josantonius/hook: ^1.1.0
- josantonius/loadtime: ^1.1.7
- josantonius/router: ^1.1.1
README
A skeleton for creating applications with Eliasis Framework.
Requirements
This framework is supported by PHP versions 5.6 or higher and is compatible with HHVM versions 3.0 or higher.
Installation
You can install this application using Composer.
$ composer create-project --prefer-dist eliasis-framework/app
The previous command will only install the necessary files, if you prefer to download the entire source code you can use:
$ composer create-project --prefer-source eliasis-framework/app
$ cd app
$ composer install
Contribute
If you would like to help, please take a look at the list of issues or the To Do checklist.
Pull requests
- Fork and clone.
- Run the command
composer install
to install the dependencies. This will also install the dev dependencies. - Run the command
composer fix
to excute code standard fixers. - Run the tests.
- Create a branch, commit, push and send me a pull request.
License
This project is licensed under MIT license. See the LICENSE file for more info.
Copyright
2017 - 2018 Josantonius, josantonius.com
If you find it useful, let me know 😉