php-extended / php-optionality-object
A library that implements the php-extended/php-optionality-interface package.
4.0.0
2022-05-31 06:51 UTC
Requires
Requires (Dev)
README
A library that implements the php-extended/php-optionality-interface package.
Installation
The installation of this library is made via composer.
Download composer.phar
from their website.
Then add to your composer.json :
"require": {
...
"php-extended/php-optionality-object": "^3"
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
License
MIT (See license file).