Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create Europe folder * Add Europe folder to tests * Implement USA validator * Change name to United States instead * Implement Canada * Follow PSR * Small fix * Sort config validators alphabetically * Add link to source information for the algorithms of Belgium. (#75) * Feature/make classes abstract (#88) * Make Gender.php class abstract * Make Countries.php class abstract * Fix ID validation Belgium. (#91) * Added Chile ID (RUT) validator (#81) * Implement Chile ID validator and tests * Added Argentina ID (CUIL/CUIT) validator (#80) * Implement Argentina ID validator and tests Co-authored-by: Rodolpho Lima <rodolpholima@diamondbybold.com> * Added Uruguay ID (IC) validator (#95) * implement Uruguay ID validator * improvements uruguay id validator Co-authored-by: Rodolpho Lima <rodolpholima@diamondbybold.com> * feat: Mexican ID Validator (#78) Implement Mexico * Added Peru ID (CUI) validator (#98) * Added Peru ID validation Co-authored-by: Rodolpho Lima <rodolpholima@diamondbybold.com> * Add german TIN validator (#97) * Add german TIN validator * Adjust documentation for germany * Added Ecuador ID (IC) validator (#104) * implement ecuador id * fixes ecuador validator Co-authored-by: Rodolpho Lima <rodolpholima@diamondbybold.com> * Add countries constants * add missing countries and update docs * Remove Laravel locale detection * Remove locale detection test * Add native DateTime support and deprecate the old getDateOfBirth method (#109) * Add getDateOfBirthNative() method * Fix Belgium integration * Update InvalidLengthException.php (#110) * Improve Contributing Guide (#111) * Update CONTRIBUTING.md * Remove unnecessary trim * Remove unnecessary trim * Small fix * [v1.3.0] Disable Luxembourg and improve documentation (#112) * Remove Luxembourg * Improve docs * Fix Luxembourg tests * Update image * Update Build yml file * Add support for PHP 8 (#114) * Add support for PHP 8 Co-authored-by: João Cruz <joao.fs.cruz97@gmail.com> Co-authored-by: Yves Bos <yves_bos@outlook.com> Co-authored-by: bofalke <54977705+bofalke@users.noreply.github.com> Co-authored-by: Rodolpho Lima <rodolpho.gheleri@gmail.com> Co-authored-by: Rodolpho Lima <rodolpholima@diamondbybold.com> Co-authored-by: tiagomichaelsousa <tiagomichaelsousa@gmail.com>
- Loading branch information