PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Hashemi Rafsan   Beautiful PHP Unique ID Generator   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Beautiful PHP Unique ID Generator
Generate unique identifiers of different types
Author: By
Last change:
Date: 5 months ago
Size: 1,215 bytes
 

Contents

Class file image Download

PHP Beautiful ID Generator

This is a unique PHP ID generator package for customizing your invoice, order, and user ID.

Installation

Use the composer to install Beautiful ID Generator.

composer require dasundev/beautiful-id-generator

Usage

//import
use Dasundev\BeautifulIdGenerator\{
    InvoiceIdGenerator,
    OrderIdGenerator,
    UserIdGenerator
};

//get invoice id
InvoiceIdGenerator::generate();

//get order id
OrderIdGenerator::generate();

//get user id
UserIdGenerator::generate("DasunDev");

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License.

Buy Me A Coffee! :coffee:

If you can contribute with a donation or you want to, feel free to do it at Buy me a coffee!?, I will be really thankfull for anything even if it is a coffee or just a kind comment towards my work, because that helps me a lot. Whenever you contribute with a donation, I will read your message and it will be shown in my main site.