Michael 3019f29cdf second commit 5 years ago
..
.github 3019f29cdf second commit 5 years ago
src 3019f29cdf second commit 5 years ago
tests 3019f29cdf second commit 5 years ago
.gitattributes 3019f29cdf second commit 5 years ago
.gitignore 3019f29cdf second commit 5 years ago
.php_cs.dist 3019f29cdf second commit 5 years ago
.travis.yml 3019f29cdf second commit 5 years ago
ChangeLog.md 3019f29cdf second commit 5 years ago
LICENSE 3019f29cdf second commit 5 years ago
README.md 3019f29cdf second commit 5 years ago
build.xml 3019f29cdf second commit 5 years ago
composer.json 3019f29cdf second commit 5 years ago
phive.xml 3019f29cdf second commit 5 years ago
phpunit.xml 3019f29cdf second commit 5 years ago
psalm.xml 3019f29cdf second commit 5 years ago

README.md

sebastian/type

Collection of value objects that represent the types of the PHP type system.

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require sebastian/type

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev sebastian/type