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

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