This library is just proof of concept. > We do NOT recommended the use of production environment.
DevOp Core Framework based on components
Package is available on Packagist, you can install it using Composer.
composer require devop-core/framework
<?php
use DevOp\Core\Application;
require_once './vendor/autoload.php';
Application::make()->run();
Please see CHANGELOG for more information on what has changed recently.
$ vendor/bin/phpunit
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.