PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Hashemi Rafsan   Beautiful PHP Unique ID Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Beautiful PHP Unique ID Generator
Generate unique identifiers of different types
Author: By
Last change:
Date: 5 months ago
Size: 716 bytes
 

Contents

Class file image Download
{ "name": "dasundev/beautiful-id-generator", "description": "This is a PHP unique id generator package", "license": "MIT", "keywords": [ "unique id", "php unique id" ], "authors": [ { "name": "Dasun Tharanga", "email": "dasuntharangaflash@gmail.com" }, { "name": "Hashemi Rafsan", "email": "rafsanhashemi@gmail.com" } ], "minimum-stability": "dev", "require": {}, "autoload": { "psr-4": { "Dasundev\\BeautifulIdGenerator\\": "src/" } }, "require-dev": { "symfony/var-dumper": "5.2.x-dev", "phpunit/phpunit": "9.4.x-dev" } }