devop-core / framework
DevOp Framework
1.0.0
2018-06-15 21:13 UTC
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: ^4.8
This package is auto-updated.
Last update: 2024-11-09 10:52:56 UTC
README
Description
This library is just proof of concept. > We do NOT recommended the use of production environment.
DevOp Core Framework based on components
Install
Package is available on Packagist, you can install it using Composer.
composer require devop-core/framework
Usage
<?php use DevOp\Core\Application; require_once './vendor/autoload.php'; Application::make()->run();
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ vendor/bin/phpunit
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.