php-extended / php-integer-capacity-interface
A library that provides a way to specify integer capacities
7.0.5
2024-07-30 21:22 UTC
Requires
- php: >=8.0
- dev-master
- 7.0.5
- 7.0.4
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 6.0.9
- 6.0.8
- 6.0.7
- 6.0.6
- 6.0.5
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.0.2
- 5.0.1
- 5.0.0
- 4.3.1
- 4.3.0
- 4.2.42
- 4.2.41
- 4.2.40
- 4.2.39
- 4.2.38
- 4.2.37
- 4.2.36
- 4.2.35
- 4.2.34
- 4.2.33
- 4.2.32
- 4.2.31
- 4.2.30
- 4.2.29
- 4.2.28
- 4.2.27
- 4.2.26
- 4.2.25
- 4.2.24
- 4.2.23
- 4.2.22
- 4.2.21
- 4.2.20
- 4.2.19
- 4.2.18
- 4.2.17
- 4.2.16
- 4.2.15
- 4.2.14
- 4.2.13
- 4.2.12
- 4.2.11
- 4.2.10
- 4.2.9
- 4.2.8
- 4.2.7
- 4.2.6
- 4.2.5
- 4.2.4
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.0
- 3.0.0
- 2.0.0
- 1.0.0
This package is auto-updated.
Last update: 2024-10-30 19:45:09 UTC
README
A library that provides a way to specify integer capacities
Installation
The installation of this library is made via composer and the autoloading of all classes of this library is made through their autoloader.
- Download
composer.phar
from their website. - Then run the following command to install this library as dependency :
php composer.phar install php-extended/php-integer-capacity-interface ^7
Basic Usage
This library is an interface-only library.
For a concrete implementation, see php-extended/php-integer-capacity-object
.
License
MIT (See license file).