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-illuminate-collections-outside-laravel.md

23 lines
959 B
Markdown
Raw Normal View History

2018-05-09 22:24:08 +00:00
---
2019-05-31 12:20:43 +00:00
title: Using Illuminate Collections... Outside Laravel
2019-03-04 00:05:04 +00:00
description: How to include and use Laravels Illuminate Collections in your non-Laravel PHP projects.
2018-05-09 23:17:07 +00:00
speakerdeck:
2018-09-03 19:08:17 +00:00
id: 76f1718a75a74940b0b028aac8b9f78b
2018-05-09 23:17:07 +00:00
ratio: '1.77777777777778'
2018-08-28 20:50:29 +00:00
url: https://speakerdeck.com/opdavies/using-laravel-collections-dot-dot-dot-outside-laravel-php-south-wales-august-2018
video:
type: youtube
2018-05-09 23:17:07 +00:00
id: 1l0kO-iaN_o
2018-05-09 22:24:08 +00:00
tags: [nomad-php, lightning-talk, laravel, collections]
type: Lightning talk
events:
2018-06-20 23:13:20 +00:00
- event: nomad_php
2019-02-13 01:10:14 +00:00
date: 2017-12-21
2018-05-09 23:17:07 +00:00
time: 19:00 CET
2018-08-28 20:49:29 +00:00
- event: php_south_wales
2019-02-13 01:10:14 +00:00
date: 2018-08-28
2018-05-09 22:24:08 +00:00
---
2019-05-31 12:20:43 +00:00
Laravel's Illuminate 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.