Skip to content

Releases: lenard123/php-collect

v0.1.2

03 Oct 07:58
5d9fb10
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

New Features:
- Get the data at specified index
- Get the first data

Features

- Gets all the data
- Get the average of the data
- Reduce the data
- Map the data
- Get the sum of the data
- Count Data
- Check if data is empty

v0.1.1

03 Oct 07:50
73e6a50
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

New Features:

- Count Data
- Check if data is empty

Features

- Gets all the data
- Get the average of the data
- Reduce the data
- Map the data
- Get the sum of the data

v0.1.0

29 Sep 14:36
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Features

  • all :: gets all the data
  • avg :: get the average of the data
  • reduce :: reduce the data
  • map :: transform the data
  • sum :: get the sum of the data