avlima/php-cpf-cnpj-generator
最新稳定版本:1.0.0
Composer 安装命令:
composer require avlima/php-cpf-cnpj-generator
包简介
Brazilian document generator
关键字:
README 文档
README
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
统计信息
- 总下载量: 9.88k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-01-13