2017 © Pedro Peláez
 

library guid

A simple class to generate GUID strings

image

gustavtrenwith/guid

A simple class to generate GUID strings

  • Tuesday, November 28, 2017
  • by gustavtrenwith
  • Repository
  • 0 Watchers
  • 0 Stars
  • 301 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

GUID

A simple class to generate GUID strings, (*1)

Installation with Composer

Run the following command in your project to add this package:, (*2)

composer require gustavtrenwith/guid

Then run composer update, (*3)

Register Service Provider and Facade

Register the service providers and Facades in config/app.php, (*4)

GustavTrenwith\Guid\GuidServiceProvider::class,
'Guid' => GustavTrenwith\Guid\GuidFacade::class,

Now you can use the Guid facade anywhere in your application, (*5)

Feedback

For any questions or suggestions, feel free to contact me on gtrenwith@gmail.com, (*6)

The Versions

28/11 2017

dev-master

9999999-dev

A simple class to generate GUID strings

  Sources   Download

MIT License

The Requires

 

The Development Requires

laravel php guid gustavtrenwith

08/09 2017

1.0.1

1.0.1.0

A simple class to generate GUID strings

  Sources   Download

MIT License

The Requires

 

The Development Requires

laravel php guid gustavtrenwith

08/09 2017

1.0.0

1.0.0.0

A simple class to generate GUID strings

  Sources   Download

MIT License

The Requires

 

The Development Requires

laravel php guid gustavtrenwith