phpj/phpj

PHP OOP Core inspired by Java

dev-master / 1.0.x-dev 2015-04-11 11:18 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:57:14 UTC


README

Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version Latest Unstable Version License

PHP OOP Core inspired by Java

Sources

http://docs.oracle.com/javase/8/docs/api/

Contribute

  1. fork & clone
  2. composer install
  3. vendor/bin/phpunit --debug
  4. contribute
  5. pull request

Progress

  • Lang
    • Object (Alpha ready)
    • String (Alpha ready)
    • AbstractStringBuilder (Alpha ready)
    • StringBuilder (Alpha ready)
    • Number
    • Integer
    • Math (Inited)
    • StrictMath (inited)
    • System (inited)
  • Util
    • Locale (inted)
    • StringJoiner (Alpha ready)
    • Arrays (inited)
    • Objects (inited)
    • Properties (inited)
  • IO
    • File (Alpha ready)
    • UnixFileSystem (Alpha ready)

Problems and solutions: