PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of zinsou A.A.E.Moïse   Generic PHP Named Parameters Function Call   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Generic PHP Named Parameters Function Call
Extract the values of named function parameters
Author: By
Last change:
Date: 4 years ago
Size: 792 bytes
 

Contents

Class file image Download
{ "name": "manuwhat/named-args", "type": "library", "description": "name-args - Allow to (define functions that can be called/call existing functions) using named Arguments", "keywords": [ "function", "parameter", "argument", "named-arguments" ], "homepage": "https://github.com/manuwhat/named-args", "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": { } }