Download the PHP package evarmi/algorithm-validator without Composer

On this page you can find all versions of the php package evarmi/algorithm-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package algorithm-validator

AlgorithmValidator

Packagist Version GitHub last commit

Esta librería permite validar diferentes tipos de documentos como DNI, NIE, CIF y también validar el IBAN, todo ello en base a sus algoritmos. Es una herramienta útil para asegurarse de que los datos ingresados sean correctos y válidos.

Para instalarlo hay que ejecutar el siguiente comando mediante el gestor de paquetes de composer:

composer require evarmi/algorithm-validator

Funcionalidades

Forma de uso

Para su funcionamiento, basta con llamar a la clase Validator utilizando el siguiente namespace en el lugar donde lo vayamos a utilizar:

use Evarmi\AlgorithmValidator\Validator;

Tenemos 2 métodos disponibles Para las validaciones:

El retorno dichos métodos será un array, el cual tiene los las siguientes posibilidades de retorno:

Ejemplos de Uso

Validación de documentos

Validación de datos bancarios

Test

Para ejecutar los test de comprobación de los metodos puedes ejecutar el siguiente comando de composer:

composer test

Contribuir

¡Gracias por considerar contribuir a esta librería! Nos encantaría contar con tu ayuda para mejorarla. Si tienes ideas, sugerencias o encuentras algún problema, no dudes en abrir un issue o enviar un pull request.

Para contribuir, sigue estos pasos:

  1. Haz un fork del repositorio.
  2. Crea una nueva rama para tu funcionalidad o corrección de errores (git checkout -b feature/nueva-funcionalidad).
  3. Realiza tus cambios y asegúrate de que los tests pasen (composer test).
  4. Haz commit de tus cambios (git commit -m 'Añadir nueva funcionalidad').
  5. Sube tus cambios a tu fork (git push origin feature/nueva-funcionalidad).
  6. Abre un pull request en el repositorio original.

Esperamos tus contribuciones y estamos emocionados de trabajar juntos para mejorar esta librería. ¡Gracias por tu apoyo!

Licencia

Este proyecto está licenciado bajo la Licencia MIT. Consulta el archivo LICENSE para más detalles.


All versions of algorithm-validator with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package evarmi/algorithm-validator contains the following files

Loading the files please wait ....