---
title: Using Laravel Collections... Outside Laravel
slides:
url: https://speakerdeck.com/opdavies/using-laravel-collections-dot-dot-dot-outside-laravel
embed: ''
video:
url: https://youtu.be/1l0kO-iaN_o
embed: ''
tags: [nomad-php, lightning-talk, laravel, collections]
type: Lightning talk
events:
- { event: nomad-php, date: '2017-12-21', 'time': 19:00 CET }
---
Laravel Collections are a powerful object-orientated way of interacting with PHP arrays, but did you know that they can be used outside of Laravel, in any PHP project? This short talk shows how we can use Composer to include Laravel Collections within a non-Laravel project and put them to use within your own code.