PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   PHP Array One   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Array One
Perform several types of operations on arrays
Author: By
Last change:
Date: 1 year ago
Size: 586 bytes
 

Contents

Class file image Download
{ "name": "eftec/arrayone", "description": "It is a minimalist library that process arrays in PHP.", "type": "library", "keywords": [ "php", "array" ], "homepage": "https://github.com/EFTEC/ArrayOne", "authors": [ { "name": "Jorge Castro Castillo", "homepage": "https://github.com/EFTEC/" } ], "minimum-stability": "beta", "license": "LGPL-3.0-only", "require": { "php": ">=7.2.5", "ext-ctype": "*" }, "require-dev": { "phpunit/phpunit": "^9.5.13" }, "autoload": { "psr-4": { "eftec\\": "src/" } } }