avlima/php-cpf-cnpj-generator
Brazilian document generator
Maintainers
1.0.0
2022-01-13 21:58 UTC
Requires
- php: >=7.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 2da524f3e7933c37314404f7a7805720d0edd298
- Alberto <albertovieiradelima.woop@gmail.com>
laravel mmenvioCpf generatorCnpj generatorFake cpfFake cnpjCreate cpfCreate cnpjBrazilian document
This package is auto-updated.
Last update: 2026-06-14 23:03:23 UTC
README
👁 Packagist
👁 PHP from Packagist
👁 GitHub license
👁 Total Downloads
Brazilian document generator for PHP
Star ⭐ repo to show suport 😊
Installation
Install Package
Require this package with composer:
composer require avlima/php-cpf-cnpj-generator
Usage
Add the class use Avlima\PhpCpfCnpjGenerator\Generator; to your file:
Generator::cpf();
- output: 84255523037
Generator::cpf(true);
- output: 842.555.230-37
Generator::cnpj();
- output: 14905492000179
Generator::cnpj(true);
- output: 14.905.492/0001-79
Thanks
## Support
Feel free to post your issues in the issues section.
## Credits
Developed by [Alberto Lima](https://github.com/avlima "Alberto Vieira de Lima")
## License
MIT
