Download the PHP package igorsantos07/yii-br-pack without Composer
On this page you can find all versions of the php package igorsantos07/yii-br-pack. 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 yii-br-pack
Yii Brazilian Package
Yii 1.1 Extension that provides various helpers for Brazilian localization.
- Validators:
- CPF: Cadastro de Pessoa Física (like a Security Social Number in USA)
- CNPJ: Cadastro Nacional de Pessoa Jurídica
- landlines: beginning with 2 and 3
- cellphones: 9 digits or 8 digits beginning with 7, 8 or 9
- Fields:
- CPF and CNPJ
- Polymorphic credit card field - given the name it turns into a PAN, CVV or Expiry field
- Phone - landline, mobile, both, or area code only
- Formatter:
- CPF
- Phone with area code
- Money (alias of
NumberFormatter::formatCurrency()
which defaults to BRL
Installation
The preferred way to install this extension is through Composer.
Either run this:
or add this to the "require" section of your composer.json
file.
Usage
Add the rules as the following example:
models/PersonForm.php
views/person/edit.php
All versions of yii-br-pack with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii Version
1.1.*
The package igorsantos07/yii-br-pack contains the following files
Loading the files please wait ....