php-extended / php-multiplicity-object
A library that implements the php-multiplicity-interface package
4.0.0
2022-05-31 06:50 UTC
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2022-07-31 00:27:29 UTC
README
A library that implements the php-multiplicity-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-multiplicity-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).