Download the PHP package semiorbit/guid without Composer
On this page you can find all versions of the php package semiorbit/guid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download semiorbit/guid
More information about semiorbit/guid
Files in semiorbit/guid
Download semiorbit/guid
More information about semiorbit/guid
Files in semiorbit/guid
Vendor semiorbit
Package guid
Short Description Generate a GUID in PHP that is compatible with Microsoft .NET Framework (C#) GUID.
License MIT
Package guid
Short Description Generate a GUID in PHP that is compatible with Microsoft .NET Framework (C#) GUID.
License MIT
Please rate this library. Is it a good library?
Informations about the package guid
GUID PHP
Semiorbit GUID is a PHP library to create a GUID that is compatible with Microsoft .NET Framework (C#) GUID.
Install
Documentation
Guid::NewGuid
Generates a GUID that is compatible with Microsoft .NET Framework GUID.
Params
- string $separator dash by default
- bool $enclose enclose a GUID in curly braces.
- returns string
Guid::Create
Generates a raw GUID that is compatible with Microsoft .NET Framework GUID, but not formatted or enclosed.
- returns string
Guid::Format
Returns a formatted GUID string width dashes (or selected separator) and optionally enclosed with curly braces
Params
- string $guid A guid string to parse
- bool $enclose True by default, to enclose guid string by {curly braces}
- string $separator Dash by default
- returns string {xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxx}
License
The Semiorbit GUID is an open-source PHP library licensed under the MIT license.
All versions of guid with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
The package semiorbit/guid contains the following files
Loading the files please wait ....