PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Input Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Input Class
Process the current HTTP request values
Author: By
Last change:
Date: 5 years ago
Size: 530 bytes
 

Contents

Class file image Download
{ "name": "lablnet/input", "description": "PHP input package.", "keywords": ["php", "input","request","free","package","Lablnet"], "license": "MIT", "authors": [ { "name": "Malik Umer Farooq", "email":"lablnet01@gmail.com", "homepage": "https://softhub99.com" } ], "autoload": { "psr-4": { "Lablnet\\": "src/" }, "files":["src/functions/helpers.php"] }, "require":{ "lablnet/http-client": "^1.0" } }