Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() |
![]() ![]() |
Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 27 | All time: 10,996 This week: 138![]() |
Version | License | PHP version | Categories | |||
cpfcnpj-validator 1.0 | MIT/X Consortium ... | 5 | PHP 5, Validation |
Description | Author | |
This package can validate CPF and CNPJ tax pay numbers in Brazil. |
A Laravel package to work with CNPJ validation.
CPF is an individual taxpayer identification number given to people living in Brazil, both native Brazilians and resident foreigners.
CNPJ is the National Registry of Legal Entities in Brazil.
` composer install thiagoprz/cpfcnpj-validator
`
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class CnpjController extends Controller
{
...
/
* Store action
*/
public function store(Request $request)
{
$this->validate($request, [
'cnpj' => 'cpfcnpj', // CPF/CNPJ validation
...
]);
...
}
...
}
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Doc. | Read me |
![]() |
/ | src |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
Class | Class source | ||
![]() |
Class | Class source |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.