abe/unique-id-for-laravel

A simple package to generate unique id for laravel
5,165
Install
composer require abe/unique-id-for-laravel
Latest Version:0.4.2
PHP:^8.0
License:MIT
Last Updated:Oct 9, 2023
Links: GitHub  ·  Packagist
Maintainer: abrahamgreyson

WIP , not production ready, do not use.

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require abe/unique-id-for-laravel

You can publish and run the migrations with:

php artisan vendor:publish --tag="unique-id-for-laravel-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="unique-id-for-laravel-config"

This is the contents of the published config file:

return [
];

Usage

$stringKeyForLaravel = new Abe\UniqueId();
echo $stringKeyForLaravel->echoPhrase('Hello, StringKeyForLaravel!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Related Packages

jetcod/eloquent-keygen

A Laravel package providing seamless integration with Snowflake ID generation fo...

45,300 2
moharrum/laravel-eloquent-extras

Set of extra and useful Eloquent helpers to speed up development.

65 0
hafael/laraflake

Laravel Package based on Twitter Snowflake ID Generator (64 bit ID).

8,109 27
digila/laravel-suite

Utility tools for Laravel 5.4

36 1
moharrum/generates-uuids

Generate v4 UUIDs for eloquent primary key column on model creation.

30 0