php-extended / php-model-object
A library that implements the php-model-interface package
11.2.2
2022-06-03 16:57 UTC
Requires
- php: >=7.2
- php-extended/php-integer-capacity-object: ^4
- php-extended/php-internationalizable-object: ^4
- php-extended/php-model-datetime-object: ^4
- php-extended/php-model-interface: ^11
- php-extended/php-multiplicity-object: ^4
- php-extended/php-optionality-object: ^4
- php-extended/polyfill-php80-stringable: ^1
Requires (Dev)
- dev-master
- 11.2.2
- 11.2.1
- 11.2.0
- 11.1.31
- 11.1.30
- 11.1.29
- 11.1.28
- 11.1.27
- 11.1.26
- 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.2
- 11.0.1
- 11.0.0
- 10.0.0
- 9.0.1
- 9.0.0
- 8.0.2
- 8.0.1
- 8.0.0
- 7.0.1
- 7.0.0
- 6.0.1
- 6.0.0
- 5.0.1
- 5.0.0
- 4.0.0
- 3.0.0
- 2.1.0
- 2.0.0
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2022-08-03 17:24:40 UTC
README
A library that implements the php-model-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-model-object": "^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.
License
MIT (See license file).