calgamo / basic-types
This package is abandoned and no longer maintained.
No replacement package was suggested.
Basic type class implementation for calgamo framework
0.2.1
2018-04-17 14:20 UTC
Requires
- php: >=7.0.0
- calgamo/exception: ~0.2
- calgamo/util: ~0.2
Requires (Dev)
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^6.3.0
This package is not auto-updated.
Last update: 2018-05-12 20:39:04 UTC
README
Description
Calgamo/BasicTypes is a library of primitive type classes for calgamo framework.
Feature
Demo
Usage
Requirement
PHP 7.0 or later
Installing Calgamo/BasicTypes
The recommended way to install Calgamo/BasicTypes is through Composer.
composer require calgamo/basic-types
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';
License
This library is licensed under the MIT 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.