PHPackages                             mero/utils - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mero/utils

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

mero/utils
==========

Library with features that increase productivity

0.1.0(8y ago)1277MITPHPPHP &gt;=5.4.9

Since Jun 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/merorafael/php-utils)[ Packagist](https://packagist.org/packages/mero/utils)[ Docs](https://github.com/merorafael/php-utils)[ RSS](/packages/mero-utils/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Mero Utils
==========

[](#mero-utils)

[![SensioLabsInsight](https://camo.githubusercontent.com/3685bae21448325583c8a76c1ee48f7dfb4c618156c8a78e5d4fd2222cbd00d8/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f32343839323438312d356466342d343736652d623235632d3637636137666565366264342f6d696e692e706e67)](https://insight.sensiolabs.com/projects/24892481-5df4-476e-b25c-67ca7fee6bd4)[![Build Status](https://camo.githubusercontent.com/50a63eef7817f91368afded70d5421ee3dd739a47e4d03da6033bf046c08a37e/68747470733a2f2f7472617669732d63692e6f72672f6d65726f72616661656c2f7068702d7574696c732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/merorafael/php-utils)[![Coverage Status](https://camo.githubusercontent.com/3b51394a360b9ed192675a2a7c529f321e1c156f60f548725a409c1c24994b71/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d65726f72616661656c2f7068702d7574696c732f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/merorafael/php-utils?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/4b66cfd53d81c78d30821e43a11088e7b14e28ba7619a710109011618a794fc1/68747470733a2f2f706f7365722e707567782e6f72672f6d65726f2f7574696c732f762f737461626c652e737667)](https://packagist.org/packages/mero/utils)[![Total Downloads](https://camo.githubusercontent.com/fd039c4b196b9d0daf0aa9200c2f01122be9babb3ccbf823445ef2e649ef91be/68747470733a2f2f706f7365722e707567782e6f72672f6d65726f2f7574696c732f646f776e6c6f6164732e737667)](https://packagist.org/packages/mero/utils)[![License](https://camo.githubusercontent.com/c8c02299ab562511927f8947222a0d8352078a18e9ca637b199caf77a8669378/68747470733a2f2f706f7365722e707567782e6f72672f6d65726f2f7574696c732f6c6963656e73652e737667)](https://packagist.org/packages/mero/utils)

Library with features that increase productivity

Instalation with composer
-------------------------

[](#instalation-with-composer)

1. Open your project directory;
2. Run `composer require mero/utils` to add `Mero Utils`in your project vendor.

Type classes
------------

[](#type-classes)

#### Collection

[](#collection)

Object type extended array data type with additional methods.

##### count()

[](#count)

Counts all elements in the collection.

```
