Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-01-19 (7 months ago) | Not enough user ratings | Total: 88 | All time: 9,978 This week: 39 |
Version | License | PHP version | Categories | |||
beautiful-id-generat 1.0 | The PHP License | 5 | Text processing, Data types, PHP 7 |
Description | Authors Dasun Tharanga Contributor | |
This package can generate unique identifiers of different types. |
This is a unique PHP ID generator package for customizing your invoice, order, and user ID.
Use the composer to install Beautiful ID Generator.
composer require dasundev/beautiful-id-generator
//import
use Dasundev\BeautifulIdGenerator\{
InvoiceIdGenerator,
OrderIdGenerator,
UserIdGenerator
};
//get invoice id
InvoiceIdGenerator::generate();
//get order id
OrderIdGenerator::generate();
//get user id
UserIdGenerator::generate("DasunDev");
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.
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.
Files (8) |
File | Role | Description | ||
---|---|---|---|---|
src (3 files) | ||||
tests (1 file, 1 directory) | ||||
composer.json | Data | Auxiliary data | ||
phpunit.xml | Data | Auxiliary data | ||
README.md | Doc. | Documentation |
Files (8) | / | src |
File | Role | Description |
---|---|---|
InvoiceIdGenerator.php | Class | Class source |
OrderIdGenerator.php | Class | Class source |
UserIdGenerator.php | Class | Class source |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
beautiful-id-generat-2024-01-19.zip 3KB | |
beautiful-id-generat-2024-01-19.tar.gz 2KB | |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.