pleets / dronephp
DronePHP Framework
Requires
- php: ^5.6 || ^7.0
- zendframework/zend-crypt: 3.2.*
- zendframework/zend-filter: 2.7.*
- zendframework/zend-i18n: 2.7.*
- zendframework/zend-i18n-resources: 2.5.*
- zendframework/zend-mvc: 3.0.*
- zendframework/zend-mvc-i18n: 1.0.*
- zendframework/zend-uri: 2.5.*
- zendframework/zend-validator: 2.10.*
Requires (Dev)
- phpunit/phpunit: ^5.0 || ^6.0 || ^7.0
This package is auto-updated.
Last update: 2024-11-08 05:20:55 UTC
README
This project is still in alpha version. However, all functionalities are done, we're working now on unit tests and no more functionalities will be added in this version. Visit DronePHP for a full documentation.
Check out some metrics
About DronePHP
DronePHP is a web application framework for PHP with a clean syntax. Our main goal is make it easy!, the development process must be easy to preserve maintainability.
System requirements
DronePHP Framework requires PHP 5.6 or later; we recommend using the latest PHP version whenever possible. The following extensions must be enabled in php.ini
.
- intl
Installation
You can install DronePHP via composer. A copy of composer.phar is given in DronePHP Skeleton.
php composer.phar install
Security Vulnerabilities
If you discover a security vulnerability within DronePHP, please send an e-mail to Darío Rivera via fermius.us@gmail.com. All security vulnerabilities will be promptly addressed.
License
The DronePHP framework is open-source software licensed under the MIT license.