PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mateo   PHP Banking System API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Banking System API
API to implement banking transactions
Author: By
Last change:
Date: 6 months ago
Size: 547 bytes
 

Contents

Class file image Download
{ "name": "mateodioev/bank_api", "description": "Bank api for university project", "type": "project", "license": "MIT", "autoload": { "psr-4": { "BankApi\\": "src/" }, "files": [ "src/helpers.php" ] }, "require": { "mateodioev/http-router": "v1.2-beta", "mateodioev/db": "^1.1", "netresearch/jsonmapper": "^4.2", "zircote/swagger-php": "^4.7" }, "scripts": { "doc-api": "openapi src -o public/openapi.yaml" } }