php-phpoption

Option type for PHP
  https://github.com/schmittjoh/php-option
  0
  no reviews



PHP library implementing an Option type for PHP.

The Option type is intended for cases where you sometimes might return a value (typically an object), and sometimes you might return a base value (typically null) depending on arguments, or other runtime factors.