dice / types
Near natural implementation of PHP built-in types
Requires
- php: >=7.0
- ext-json: *
- ext-mbstring: *
- danielstjules/stringy: ~3.1.0
Requires (Dev)
- phpunit/dbunit: ^4.0
- phpunit/phpunit: ^7
This package is not auto-updated.
Last update: 2025-03-26 16:50:22 UTC
README
Dice\Types (just Types hereafter) is a PHP package which attempts to make PHP native types (Strings, Arrays, Integers etc.) behave more naturally using Object Oriented approach. The inspiration for functionality is taken from that of Ruby types.
Installation
Installation is by using composer. Add the following lines in the require
section of your composer.json file
"dice/types": "dev-master"
And then run composer install
NOTE: Types is still in beta. Proceed with caution
Testing
Download the repo, run composer install
to install the dependencies and then run vendor/bin/phpunit tests
to run the tests. If something fails, please let us know.
IMPORTANT: Only the Str type tests are available.
Available Types
- String