devop-core/framework

1.0.0 2018-06-15 21:13 UTC

This package is auto-updated.

Last update: 2024-04-09 09:39:53 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

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.