xxggabriel/verify-cpf

进行 CPF 验证码验证。

v1.0.0 2019-08-22 20:37 UTC

This package is auto-updated.

Last update: 2024-09-23 08:54:40 UTC


README

这个库的唯一目标是验证 CPF 的输入。

通过 Composer 安装

composer require xxggabriel/verify-cpf:"v1.0.0"

如何使用

  <?php 

require_once __DIR__."/vendor/autoload.php";

$cpf = new CPF\Validate();
echo $cpf->validate('111.444.777-35');

许可证

Validate CPF 库是一个开源软件,许可协议为 MIT