From e3c1731e21f4810e2ae1ec7a3232eef99806de31 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Wed, 18 Jul 2012 20:43:21 -0500 Subject: [PATCH] Added more description, examples, and installation notes --- README.md | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 52 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2847264..33925c1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,54 @@ # Rhumsaa\Uuid -A PHP 5.3+ library for generating and working with -[RFC 4122](http://tools.ietf.org/html/rfc4122) version 1, 3, 4, and 5 -universally unique identifiers (UUID). +[![Build Status](https://secure.travis-ci.org/ramsey/uuid.png)](http://travis-ci.org/ramsey/uuid) + +A PHP 5.3+ library for generating and working with [RFC 4122][rfc4122] version +1, 3, 4, and 5 universally unique identifiers (UUID). + +Much inspiration for this library came from the [Java][javauuid] and +[Python][pyuuid] UUID libraries. + +## Examples + +```php +