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