calgamo/framework

Framework foundations for PHP7


Keywords
framework, php, Calgamo framework, glue-framework, php7
License
MIT

Documentation

Web/CLI Framework for PHP7

Latest Version on Packagist Software License Build Status Coverage Status Code Climate Total Downloads

Description

Calgamo/Framework is main code of calgamo framework.

Feature

  • PSR-3 based Logger
  • PSR-7 based ServerRequest/Response
  • PSR-11 based Container
  • PSR-15 based Middleware
  • PSR-16 based cache
  • Exception handlers
  • Module system and auto module dependency resolver

Demo

Usage

Requirement

PHP 7.1 or later

Installing calgamo/framework

The recommended way to install calgamo/framework is through Composer.

composer require calgamo/framework

After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';

License

MIT

Author

stk2k

Disclaimer

This software is no warranty.

We are not responsible for any results caused by the use of this software.

Please use the responsibility of the your self.