This is the Linux app named ramsey/uuid whose latest release can be downloaded as 3.9.4.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named ramsey/uuid with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
ramsey/uuid
DESCRIPTION
ramsey/uuid is a PHP library for generating and working with RFC 4122 version 1, 2, 3, 4, and 5 universally unique identifiers (UUID). ramsey/uuid also supports optional and non-standard features, such as version 6 UUIDs, GUIDs, and other approaches for encoding/decoding UUIDs. A universally unique identifier, or UUID, is a 128-bit unsigned integer, usually represented as a hexadecimal string split into five groups with dashes. The most widely-known and used types of UUIDs are defined by RFC 4122. The probability of duplicating a UUID is close to zero, so they are a great choice for generating unique identifiers in distributed systems. UUIDs can also be stored in binary format, as a string of 16 bytes. The JSON extension is normally enabled by default, but it is possible to disable it. Other required extensions include PCRE and SPL. These standard extensions cannot be disabled without patching PHP’s build system and/or C sources.
Features
- The only supported installation method for ramsey/uuid is Composer
- After installing ramsey/uuid, the quickest way to get up-and-running is to use the static generation methods
- ramsey/uuid provides a number of helpful static methods that help you work with and generate most types of UUIDs, without any special customization of the library
- ramsey/uuid-doctrine allows the use of ramsey/uuid as a Doctrine field type
- ramsey/uuid offers a variety of ways to modify the standard behavior of the library through dependency injection
- It’s possible to replace the default calculator ramsey/uuid uses
Programming Language
PHP
This is an application that can also be fetched from https://sourceforge.net/projects/ramsey-uuid.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.