PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Eduardo Luz   PHP Action Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Action Class
Create objects that execute actions dynamically
Author: By
Last change:
Date: 5 years ago
Size: 537 bytes
 

Contents

Class file image Download
{ "name": "eduluz1976/action", "description": "Dynamic action (method/function) execution wrapper.", "type": "library", "license": "Apache-2.0", "authors": [ { "name": "Eduardo Luz", "email": "eduluz1976@gmail.com" } ], "minimum-stability": "dev", "autoload": { "psr-4": { "eduluz1976\\action\\": "src/" } }, "require": { "guzzlehttp/guzzle": "^6.3" }, "require-dev": { "phpunit/phpunit": "=7.0" } }