2017 © Pedro Peláez
 

package laravel-collection

A standalone version of laravel collection to use in core php or any framework.

image

rummykhan/laravel-collection

A standalone version of laravel collection to use in core php or any framework.

  • Wednesday, April 11, 2018
  • by rummykhan
  • Repository
  • 1 Watchers
  • 2 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 20 % Grown

The README.md

Laravel Collection

This is a standalone version of laravel/collection to use in any php project., (*1)

Motivation

Since I've been using laravel extensively and later moved to other php frameworks i.e. Symfony and Yii. There are times when you have to manipulate arrays extensively and it's too painful without laravel/collection. So I extracted the laravel/collection for standalone use. Hope it helps., (*2)

Install using composer

composer require rummykhan/laravel-collection

How To

To create a collection object you can use either of two ways., (*3)

  1. Using RummyKhan\Collection\Collection::make($arr)
  2. Using laravel collect($arr) method.

Complete documentation

To view the full documentation please visit https://laravel.com/docs/5.6/collections, (*4)

Contact

rehan_manzoor@outlook.com, (*5)

The Versions

11/04 2018

dev-master

9999999-dev

A standalone version of laravel collection to use in core php or any framework.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Rehan Manzoor

laravel collection

11/04 2018

1.0.0

1.0.0.0

A standalone version of laravel collection to use in core php or any framework.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Rehan Manzoor

laravel collection

11/04 2018

0.0.1

0.0.1.0

A standalone version of laravel collection to use in other frameworks.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Rehan Manzoor

laravel collection