A library to specify multiplicity in modelisations
A library to specify multiplicity in modelisations
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-interface": "^2"
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
This library is an interface-only library. It represents abstract multiplicities in relational modelisations.
For a concrete implementation, see php-extended/php-multiplicity-object
.
MIT (See license file).