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.

v2.0.1 2017-05-15 01:37 UTC

This package is not auto-updated.

Last update: 2021-05-19 02:28:43 UTC


README

Build Status Scrutinizer Code Quality Codacy Badge Code Coverage Latest Stable Version

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.