PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nahid Bin Azhar   Presento   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Presento
Present or transform data passed as arrays
Author: By
Last change:
Date: 4 years ago
Size: 847 bytes
 

Contents

Class file image Download
{ "name": "nahid/presento", "description": "Presento is a package for PHP data presenter", "type": "library", "require": { "php": ">=7.0", "ext-json": "*" }, "require-dev": { "symfony/var-dumper": "4.4.x-dev", "phpunit/phpunit": "^7" }, "license": "MIT", "authors": [ { "name": "Nahid Bin Azhar", "email": "nahid.dns@gmail.com" } ], "minimum-stability": "dev", "autoload": { "files": [ "helpers/presento.php" ], "psr-4": { "Nahid\\Presento\\": "src/", "Example\\": "example/" }, "exclude-from-classmap": [ "/Tests/" ] }, "autoload-dev": { "psr-4": { "Nahid\\Presento\\Tests\\": "tests/" } } }