Code Monkey home page Code Monkey logo

uuid's Introduction

Lootils, A PHP Utility Library

Lootils is a collection of utility classes written for PHP 5.3+ that can be imported into many projects.

Installation

You can download the different components individually or install them all through installing this package using Composer. Installation for the individual components can be found on their project pages.

To install with composer:

  • Download and install composer.
  • From download or checkout this project.
  • From the root of this project run composer.phar install.

What's In The Library

This library is a work in progress. More stuff is coming soon.

UUID

This class handles UUID v3, v4, and v5. Read the documentation for all the gory details.

License

Lootils is released under a MIT like license.

What's In A Name?

Loo is the name of a strong, hot, and dry summer afternoon wind in the spring in India.

Or... it could be loo as in the British slang.

Think of this like choosing between which license you want to use on a dual licensed library. Except this library only has one license and you're choosing the meaning behind the name. Choose the name your project lead (or other biz decision maker) will like the best.

uuid's People

Contributors

mattfarina avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

uuid's Issues

Provide a stable tag?

Would it be possible to provide a stable tag of this library? It would make life a lot easier for composer users who want to use this library without requiring dropping minimum-stability to dev.

Use a Lootils\Uuid namespace

Although you can have the same namespace registered under different paths, and the classloader can handle it, it means that the class is searched for in all the registered paths before finding it. Taking that into consideration, you might want to move the UUID class to the Lootils\Uuid namespace to ease the load on the classloader :-) .

Also, I caught myself on this a while ago, but acronyms are camel-cased too! Uuid instead of UUID.

Well done on this, was looking to put something like this together a while ago, but never got around to finishing it off. Great job, Matt!!!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.