Download the PHP package hdvianna/php-entities without Composer
On this page you can find all versions of the php package hdvianna/php-entities. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hdvianna/php-entities
More information about hdvianna/php-entities
Files in hdvianna/php-entities
Download hdvianna/php-entities
More information about hdvianna/php-entities
Files in hdvianna/php-entities
Vendor hdvianna
Package php-entities
Short Description A php package with miscellaneous entities and their rules.
License MIT
Package php-entities
Short Description A php package with miscellaneous entities and their rules.
License MIT
Please rate this library. Is it a good library?
Informations about the package php-entities
php-entities
A php package with miscellaneous entities and their rules.
Installation
Entities List
- CPF: Brazilian individual taxpayer registry identification. This entity enforces the creation of valid CPFs
- Usage: new CPF(<String composed by 11 numbers>);
- Example #1: new CPF("28228228244"); //A valid CPF
- Example #2: new CPF("28228228245"); //An invalid CPF. Will throw an InvalidCPFCheckDigitException.
All versions of php-entities with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.4
The package hdvianna/php-entities contains the following files
Loading the files please wait ....