avlima/php-cpf-cnpj-generator 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

avlima/php-cpf-cnpj-generator

最新稳定版本:1.0.0

Composer 安装命令:

composer require avlima/php-cpf-cnpj-generator

包简介

Brazilian document generator

README 文档

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

统计信息

  • 总下载量: 9.88k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-01-13