Download the PHP package sudiptpa/guid without Composer
On this page you can find all versions of the php package sudiptpa/guid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sudiptpa/guid
More information about sudiptpa/guid
Files in sudiptpa/guid
Package guid
Short Description A Simple GUID generator Package for PHP.
License MIT
Homepage https://github.com/sudiptpa/guid
Informations about the package guid
A Simple GUID creator package for PHP.
This package is useful for creating globally unique identifiers (GUID). It's under MIT license so it's free for everyone.
Installation
You can install the package via composer: Composer.
If you want to use this package with Laravel v4.2 stick with the backward version v0.0.1
in your composer.josn file.
Usage
Laravel
To consume the this package from Laravel application, register the package service provider within your config/app.php
file.
If you are a Laravel v5.5 user, this package has been configured for discovery, Laravel will automatically register its service providers and facades when it is installed, creating a convenient installation experience for you.
Create GUID
Outside Laravel
`
Output
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Contributions are welcome and will be fully credited.
Contributions can be made via a Pull Request on Github.
Support
If you are having general issues with the package, feel free to drop me and email [email protected]
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.
License
The GUID package is open-sourced software licensed under the MIT license.