jedibc/optional

PHP port of Java Optional<T>

Installs: 35

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jedibc/optional

1.0.0 2016-04-16 14:28 UTC

This package is not auto-updated.

Last update: 2025-10-04 00:04:59 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.