PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Robert Devenyi   PHP Sport Simulator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Sport Simulator
Framework to manage sports game information
Author: By
Last change:
Date: 1 year ago
Size: 718 bytes
 

Contents

Class file image Download
{ "name": "informational/sportssimulator", "description": "This package allow you to simulate a number of different team sports, basketball, baseball, tennis, boxing in classic php using a data driven simulator. Included is the basketball module.", "license": "(LGPL-2.1-only or GPL-3.0-or-later)", "keywords": ["simulator","sports"], "authors": [ { "name": "softwaredeveloperca", "email": "rob@phpdeveloper.ca", "homepage": "http://www.software-developer.ca", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": { "SportsSimulator\\": "src/" } } }