PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kacper Rowinski   tinyID   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: tinyID
Shorten and obfuscate identifier strings
Author: By
Last change:
Date: 5 years ago
Size: 584 bytes
 

Contents

Class file image Download
{ "name": "krowinski/tinyid", "description": "Shorten and obfuscate your IDs.", "keywords": [ "id", "obfuscate", "shortid", "ids", "php" ], "type": "library", "require": { "php": ">=5.6", "krowinski/bcmath-extended": "^4.1", "ext-mbstring": "*" }, "require-dev": { "phpunit/phpunit": "^5.0" }, "license": "MIT", "authors": [ { "name": "Kacper Rowi?ski", "email": "kacper.rowinski@gmail.com" } ], "autoload": { "psr-4": { "TinyID\\": "src/TinyID" } }, "minimum-stability": "stable" }