PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of zinsou A.A.E.Moïse   PHP Count Array by Value Type   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Count Array by Value Type
Get the number of values in array of a given type
Author: By
Last change:
Date: 4 years ago
Size: 828 bytes
 

Contents

Class file image Download
{ "name": "manuwhat/avc", "type": "library", "description": "avc - extends PHP array_count_values native function to count any PHP type value in iterable variables ", "keywords": [ "array_count_values", "count", "value", "type", "iterable", "array", "function", "object" ], "homepage": "https://github.com/manuwhat/avc", "license": "MIT", "authors": [ { "name": "Akpé Aurelle Emmanuel Moïse Zinsou", "email": "leizmo@gmail.com" } ], "require-dev": { "phpunit/phpunit": "^6.5.0" }, "autoload": { "psr-4": { "EZAMA\\": "src/" } }, "autoload-dev": { "psr-4": { "EZAMA\\Tests\\": "tests/" } }, "scripts": { } }