jedibc / optional
PHP port of Java Optional<T>
1.0.0
2016-04-16 14:28 UTC
Requires
- php: >=5.6.0
Requires (Dev)
- akamon/mockery-callable-mock: ~1.0
- m6web/coke: ~1.0
- m6web/symfony2-coding-standard: ~1.1
- mockery/mockery: ~0.9
- phpunit/phpunit: ~5.3
This package is not auto-updated.
Last update: 2024-12-27 20:28:42 UTC
README
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.