swarmtech/type

Basic type interfaces for php


Keywords
php, type, enum
License
MIT

Documentation

Swarmtech Type

Collection of abstract and interface to work with types in PHP

Requirements

"require-dev": { "phpunit/phpunit": "^4.8.35|^5.7|^6.0", "squizlabs/php_codesniffer": "1.*" }, "autoload": { "psr-4": { "Swarmtech\Type\": "src/" } }

Installation

  1. Installation with composer
composer require swarmtech/type:"^1.0"

Feature

[x] Enum type inspired by MyClabs/Enum.

Issue reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section.

Author

Gary Gitton

License

This project is licensed under the MIT license. See the LICENSE file for more info.