php-extended/php-integer-capacity-interface

A library that provides a way to specify integer capacities

Maintainers

Package info

gitlab.com/php-extended/php-integer-capacity-interface

Issues

pkg:composer/php-extended/php-integer-capacity-interface

Statistics

Installs: 11 021

Dependents: 3

Suggesters: 0

Stars: 0


README

A library that provides a way to specify integer capacities

coverage

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 ^9

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).