emso-exe/valida_documentox

用于验证文档的库(CPF和CNPJ)。

dev-main 2021-06-14 20:29 UTC

This package is auto-updated.

Last update: 2024-09-25 03:38:40 UTC


README

Valida DocumentoX

用于验证文档的库(CPF和CNPJ)。

安装

方法 1. 在 composer.json 文件中添加以下内容,然后执行 installupdate 命令。

"require": {
        "emso-exe/valida_documentox": "dev-main"
    }

方法 2. 在项目目录中执行以下命令,将更新 composer.json 文件。

composer require emso-exe/validaDocumentoX

方法 3. 在项目目录中执行以下命令,可能需要在项目中进行修改。

git clone https://github.com/emso-exe/Valida_DocumentoX.git

技术

  • PHP

测试

方法 1. 在 Valida_DocumentoX 目录下通过终端。

php Example.php

方法 2. 通过激活的 Web 服务器,例如 PHP。

http://:8000/Example.php

Example.php 正在运行

致谢

许可

MIT 许可 (MIT)。请阅读许可文件以获取更多信息。