jedibc/optional

PHP port of Java Optional<T>

1.0.0 2016-04-16 14:28 UTC

This package is not auto-updated.

Last update: 2024-04-19 17:29:00 UTC


README

Build Status

PHP port of the Java Optional<T>

Installation

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

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

License

jedibc/optional is released under the MIT License. See the bundled LICENSE file for details.