lazyeight / basic-types
Simple PHP classes based on other classes from another programming languages. All classes are implemented using only PHP without any other legacy code.
This package's canonical repository appears to be gone and the package has been frozen as a result.
v2.0.1
2017-05-15 01:37 UTC
Requires
- php: >=7
Requires (Dev)
- phpunit/phpunit: 6.*.*
This package is not auto-updated.
Last update: 2021-05-19 02:28:43 UTC
README
Simple PHP classes based on other classes from another programming languages. All classes are implemented using only PHP without any other legacy code.
PHP minimum version: 7
Current version includes:
- JString: A php implementation of Java's String class
- ValueObjectInterface: A simple VO interface to be reused throughout your projects
- IndexOutOfBoundsException: Exception used on JString that can be reused throughout your projects
License
The MIT License (MIT). Please see License File for more information.