presentations/abstracts/using-illuminate-collections-outside-laravel.md
2020-03-14 21:58:20 +00:00

13 lines
564 B
Markdown

---
title: Using Illuminate Collections... Outside Laravel
url: https://www.oliverdavies.uk/talks/using-illuminate-collections-outside-laravel
type: short
tags: [php, composer, laravel]
---
Laravel's [Illuminate Collections](https://laravel.com/docs/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 Illuminate Collections
within a non-Laravel project and put them to use within your own code.