php-extended / php-model-interface
A library to do simple relational data modelisations
11.3.1
2022-06-01 06:20 UTC
Requires
- php: >=7.2
- php-extended/php-charset-interface: ^4
- php-extended/php-integer-capacity-interface: ^4
- php-extended/php-internationalizable-interface: ^4
- php-extended/php-model-datetime-interface: ^4
- php-extended/php-multiplicity-interface: ^4
- php-extended/php-optionality-interface: ^4
- php-extended/polyfill-php80-stringable: ^1
- dev-master
- 11.3.1
- 11.3.0
- 11.2.15
- 11.2.14
- 11.2.13
- 11.2.12
- 11.2.11
- 11.2.10
- 11.2.9
- 11.2.8
- 11.2.7
- 11.2.6
- 11.2.5
- 11.2.4
- 11.2.3
- 11.2.2
- 11.2.1
- 11.2.0
- 11.1.25
- 11.1.24
- 11.1.23
- 11.1.22
- 11.1.21
- 11.1.20
- 11.1.19
- 11.1.18
- 11.1.17
- 11.1.16
- 11.1.15
- 11.1.14
- 11.1.13
- 11.1.12
- 11.1.11
- 11.1.10
- 11.1.9
- 11.1.8
- 11.1.7
- 11.1.6
- 11.1.5
- 11.1.4
- 11.1.3
- 11.1.2
- 11.1.1
- 11.1.0
- 11.0.4
- 11.0.3
- 11.0.2
- 11.0.1
- 11.0.0
- 10.0.1
- 10.0.0
- 9.0.1
- 9.0.0
- 8.0.0
- 7.1.0
- 7.0.0
- 6.0.2
- 6.0.1
- 6.0.0
- 5.0.0
- 4.0.0
- 3.0.1
- 3.0.0
- 2.1.0
- 2.0.0
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2022-07-31 06:44:19 UTC
README
A library to do simple relational data modelisations
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-model-interface": "^11"
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
Basic Usage
This library is an interface-only library.
For a concrete implementation, see php-extended/php-model-object
.
License
MIT (See license file).