talks/abstracts/using-illuminate-collections-outside-laravel.md

10 lines
563 B
Markdown
Raw Normal View History

2019-06-02 11:12:53 +00:00
---
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.