# Identify All the Things With UUIDs!

By Ben Ramsey

- **Date:** June 24, 2016
- **Event:** Dutch PHP Conference
- **Venue:** RAI Amsterdam Convention Centre
- **City:** Amsterdam, Netherlands

---

- [View slides](https://speakerdeck.com/ramsey/identify-all-the-things-with-uuids-dutch-php-2016)
- [Download PDF](https://files.benramsey.com/talks/2016/dutchphp/benramsey-uuid-dutchphp2016.pdf)
- [Read feedback](https://joind.in/talk/11781)

---

Universally unique identifiers (UUIDs) are a fun and exciting way to identify things. We can issue UUIDs forever and never run out; they're practically unique! Join this whirlwind adventure in search of the perfect identifier to find out why UUIDs might be good for your projects. Along the way, you'll learn what is a UUID, the various types of UUIDs, pros and cons of using UUIDs, and how to use the ramsey/uuid library. Advanced and little-known features of ramsey/uuid will be covered.


