Commit Graph

22 Commits

Author SHA1 Message Date
Ben Ramsey 13cc05ab36 Finished writing library API documentation for README. 2012-07-19 18:50:48 -05:00
Ben Ramsey 765b3fcf33 Fixing the broken markdown syntax. 2012-07-19 17:07:38 -05:00
Ben Ramsey f9a2e38219 Cleaned up some awkward working in the README. 2012-07-19 17:05:24 -05:00
Ben Ramsey d0ffcb2d4a Adding code to detect whether this is a 32-bit or 64-bit PHP build 2012-07-19 17:02:19 -05:00
Ben Ramsey e3c1731e21 Added more description, examples, and installation notes 2012-07-18 20:43:21 -05:00
Ben Ramsey e112360dad Adding config for Travis CI 2012-07-18 20:17:40 -05:00
Ben Ramsey a1fc4ef300 Implemented compareTo() and equals() 2012-07-18 20:13:37 -05:00
Ben Ramsey ebf1640ccb Implemented support for v3, v4, and v5 UUIDs. 2012-07-18 19:24:02 -05:00
Ben Ramsey 7450337147 Better UUIDv1 testing and generation of random node value 2012-07-18 19:22:24 -05:00
Ben Ramsey 5147809865 Pointing phpunit configuration to use the new src/ directory 2012-07-18 19:17:29 -05:00
Ben Ramsey f4616584f9 Cleanup with some name changes. 2012-07-18 17:21:42 -05:00
Ben Ramsey 302b5c519d Streamlining toString() method 2012-07-18 17:20:54 -05:00
Ben Ramsey 1b26a6da84 Shortened the names of most/least significant bits internally 2012-07-18 17:19:12 -05:00
Ben Ramsey db0cf77ed4 Renamed library/ to src/ to be consistent with other projects. 2012-07-18 16:55:29 -05:00
Ben Ramsey f2060ada25 Stubs for uuid3 and uuid5 2012-07-17 20:33:03 -05:00
Ben Ramsey 2b812d8200 Update composer.json 2012-07-17 20:32:36 -05:00
Ben Ramsey 7cbc62a40f Adding getFields() method to return array of fields. 2012-07-08 17:52:16 -05:00
Ben Ramsey 628d93a860 Better fromString() handling to allow URN strings. 2012-07-08 17:27:04 -05:00
Ben Ramsey 12146272b3 Adding getUrn() method with test 2012-07-08 17:17:20 -05:00
Ben Ramsey cba8a1b22e Wrapping lines for cleanliness. 2012-07-05 20:07:10 -05:00
Ben Ramsey 29587596d7 Updated comment for fromString() to include @throws. 2012-07-05 18:36:34 -05:00
Ben Ramsey dc93facbac Initial commit; supports UUID version 1 generation. 2012-07-05 18:29:35 -05:00