Download the PHP package cancio-labs/cep-value-object without Composer
On this page you can find all versions of the php package cancio-labs/cep-value-object. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cancio-labs/cep-value-object
More information about cancio-labs/cep-value-object
Files in cancio-labs/cep-value-object
Download cancio-labs/cep-value-object
More information about cancio-labs/cep-value-object
Files in cancio-labs/cep-value-object
Vendor cancio-labs
Package cep-value-object
Short Description A class that represents a CEP (Brazilian Zipcode)
License GPL-3.0-or-later
Homepage https://github.com/canciolabs/cep-value-object
Package cep-value-object
Short Description A class that represents a CEP (Brazilian Zipcode)
License GPL-3.0-or-later
Homepage https://github.com/canciolabs/cep-value-object
Please rate this library. Is it a good library?
Informations about the package cep-value-object
CEP Value Object
This tiny package contains a class that represents a CEP (Brazilian Zipcode).
Requirements
PHP 7.4 or greater is required, nothing else.
Installation
composer require cancio-labs/cep-value-object
How to use it
The CEP class will validate the given string and throw an exception if it's not a valid CEP (ie if doesn't match either the 99999-999 or 99999999 pattern).
Running Tests
- From the project root, run:
vendor/bin/phpunit .
All versions of cep-value-object with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package cancio-labs/cep-value-object contains the following files
Loading the files please wait ....