PHP Classes

File: PayPal-PHP-SDK/psr/log/composer.json

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Netflix Clone   PayPal-PHP-SDK/psr/log/composer.json   Download  
File: PayPal-PHP-SDK/psr/log/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Netflix Clone
Manage a library of movies to rent like Netflix
Author: By
Last change:
Date: 2 months ago
Size: 561 bytes
 

Contents

Class file image Download
{ "name": "psr/log", "description": "Common interface for logging libraries", "keywords": ["psr", "psr-3", "log"], "homepage": "https://github.com/php-fig/log", "license": "MIT", "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } }