avlima/php-cpf-cnpj-generator

1.0.0 2022-01-13 21:58 UTC

This package is auto-updated.

Last update: 2024-09-14 19:09:26 UTC


README

Packagist PHP from Packagist GitHub license Total Downloads

PHP的巴西文档生成器

星标 ⭐ 仓库以显示支持 😊

安装

安装包

使用composer要求此包

composer require avlima/php-cpf-cnpj-generator

用法

将类 use Avlima\PhpCpfCnpjGenerator\Generator; 添加到您的文件中

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

感谢

## 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