PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of vince   PHP Premier League API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Premier League API
Retrieve information about the UK Premier League
Author: By
Last change:
Date: 8 years ago
Size: 475 bytes
 

Contents

Class file image Download
{ "name": "vlowe85/PremierLeague", "description": "Premier League PHP API", "license": "MIT", "keywords": ["premier", "league", "football", "soccer", "epl"], "authors": [ { "name": "Vincent Lowe", "email": "vince@vlowe.co.uk" } ], "require": {}, "require-dev": { "phpunit/phpunit": "4.0.*" }, "autoload": { "psr-4": { "Vlowe\\PremierLeague\\": "src" } } }