calgamo / framework
This package is abandoned and no longer maintained.
The author suggests using the knot-php/framework package instead.
Framework foundations for PHP7
0.31.1
2019-12-03 09:54 UTC
Requires
- php: >=7.1
- calgamo/command: ~0.6
- calgamo/datastore-tools: ~0.4
- calgamo/module: ~0.29
- calgamo/module-calgamo-di: ~0.7
- calgamo/module-calgamo-logger: ~0.6
- calgamo/module-calgamo-services: ~0.6
Requires (Dev)
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^6.3.0
- dev-master
- 0.31.1
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.2
- 0.28.1
- 0.28.0
- 0.27.3
- 0.27.2
- 0.27.1
- 0.27.0
- 0.26.0
- 0.25.1
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.1
- 0.21.0
- 0.20.1
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.1
- 0.17.0
- 0.16.5
- 0.16.4
- 0.16.3
- 0.16.2
- 0.16.1
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.1
- 0.13.0
- 0.12.0
- 0.11.3
- 0.11.2
- 0.11.1
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.7
- 0.8.6
- 0.8.5
- 0.8.4
- 0.8.3
- 0.8.2
- 0.8.1
- 0.8.0
This package is auto-updated.
Last update: 2019-12-11 04:56:11 UTC
README
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
Author
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.