PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Camilo Sperberg   PHP Valida RUT   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Valida RUT
Validate RUT Chilean numbers
Author: By
Last change: JavaScript is now loaded from another repository

Also updated composer.json with this new repository
Code cleanup
Version 2.0.0

- Removed c_javascript function
- Standarized data type on return for all functions, no more mixed types
- Updated PHPUnit dependency to latest stable version
- Will now test PHP 5.3 in Travis-CI as well
- Class will now sprintf into the error array in preparation for later
i18n implementation
Date: 9 years ago
Size: 559 bytes
 

Contents

Class file image Download
{ "name" : "unreal4u/rutverifier", "description" : "This class is able to do integrity verification on chilean RUTs and RUNs", "require" : { "php" : ">=5.3.0", "unreal4u/rutverifier-js": "@stable" }, "require-dev" : { "phpunit/phpunit" : "@stable" }, "authors" : [ { "name" : "Camilo Sperberg", "email" : "me@unreal4u.com" } ], "keywords" : [ "rutverifier", "rut", "run", "cedula de identidad", "chile", "carnet de identidad" ], "autoload" : { "psr-0" : { "unreal4u" : "src/" } }, "license" : "MIT" }