collections-in-php
youhackme/collections-in-php
Collections is one of the most useful things in most modern languages including Java and .Net, but for some reason PHP does not have this functionality as standard. Let's learn how to create and work with this style of programming which is commonly known as **collection pipelines** in PHP & Laravel!