2017 © Pedro Peláez
 

library optional

PHP port of Java Optional<T>

image

jedibc/optional

PHP port of Java Optional<T>

  • Saturday, April 16, 2016
  • by JEDI_BC
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

jedibc/optional

Build Status, (*1)

PHP port of the Java Optional<T>, (*2)

Installation

The recommended way to install the library is through Composer. Require the jedibc/optional package into your composer.json file:, (*3)

{
    "require": {
        "jedibc/optional": "@stable"
    }
}

License

jedibc/optional is released under the MIT License. See the bundled LICENSE file for details., (*4)

The Versions

16/04 2016

dev-master

9999999-dev

PHP port of Java Optional<T>

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

16/04 2016