Basic app for Eliasis PHP Framework
Installs: 61
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 0
Type:project
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
Sponsor
If this project helps you to reduce your development time, you can sponsor me to support my open source work 😊
License
This repository is licensed under the MIT License.
Copyright © 2017-2022, Josantonius