PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Payam Naderi   PHP URL Parse Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP URL Parse Library
Parse and edit the URI of a site page
Author: By
Last change:
Date: 3 years ago
Size: 596 bytes
 

Contents

Class file image Download
{ "name": "poirot/pathuri", "type": "library", "authors": [ { "name": "Payam Naderi", "email": "naderi.payam@gmail.com", "role": "Developer" } ], "require": { "poirot/std": "dev-devel" , "psr/http-message": "1.0" }, "target-dir": "Poirot/PathUri", "autoload" : { "psr-0": { "Poirot\\PathUri": "." } , "files": [ "_functions.php" ] } ,"repositories": [ { "type": "git" ,"url": "https://github.com/phPoirot/Std.git" } ] }