Download the PHP package sysvale/helpers without Composer
On this page you can find all versions of the php package sysvale/helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package helpers
Sysvale Helpers
PHP functions to make you work faster.
Sysvale Helpers requires PHP >= 7.2 and php-mbstring extension
Installation
With composer:
Helpers class methods
- maskBank
- maskCpf
- unMaskCpf
- maskPhone
- maskMoney
- maskCep
- maskCnpj
- trimpp
- titleCase
- firstUpper
- urlNoCache
- ptDate2IsoDate
- regexAccents
- toInt
- toFloat
- toTime
- toArray
- toArrayInt
- toData
- toBool
- toBoolNotNull
- removeAccents
- compareVersion
- monthPt
- removeCrassLetters
- validateCpf
- validateCNPJ
- validatePhone
- weekDay
- validateResidentialPhone
- validateMobilePhone
- getNFirstWords
Usage Examples
maskBank
trimpp
urlNoCache
Validate class
The validation methods can be accessed directly in the Validate
class.
To use the class import as in the example:
Validate class methods
- isValidCpf
- isValidCnpj
- isValidPhone
- isValidResidentialPhone
- isValidMobilePhone
Use exemples
isValidCpf
isValidCnpj
isValidPhone
isValidResidentialPhone
isValidMobilePhone
Contributing Guidelines
If you are interested in contributing, please read and abide by the contributing guidelines.
All versions of helpers with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package sysvale/helpers contains the following files
Loading the files please wait ....