This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_talks/using-laravel-collections-outside-laravel.md
2018-08-28 21:50:29 +01:00

19 lines
822 B
Markdown

---
title: Using Laravel Collections... Outside Laravel
speakerdeck:
id: 8d6b142473e549119a42535067a23a62
ratio: '1.77777777777778'
url: https://speakerdeck.com/opdavies/using-laravel-collections-dot-dot-dot-outside-laravel-php-south-wales-august-2018
youtube:
id: 1l0kO-iaN_o
tags: [nomad-php, lightning-talk, laravel, collections]
type: Lightning talk
events:
- event: nomad_php
date: '2017-12-21'
time: 19:00 CET
- event: php_south_wales
date: '2018-08-28'
---
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.