PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   Array Functions   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Array Functions
PHP array functions that work in older versions
Author: By
Last change:
Date: Yesterday
Size: 562 bytes
 

Contents

Class file image Download
{ "name": "luminovang/array-functions", "type": "library", "description": "A backward utility function for array operations supported in PHP 8.1 and later.", "keywords": ["PHP", "Array", "PHP Array", "Array Functions", "PHP 8", "Luminova", "PHP Luminova"], "license": "MIT", "authors": [ { "name": "Ujah Chigozie", "email": "ujahchigozie@gmail.com" } ], "require": { "php": ">=8.0" }, "autoload": { "files": ["src/ArrayFuncs.php"] }, "prefer-stable": true }