PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Joseluis Laso   PHP OVH Domain Registration API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP OVH Domain Registration API
Check and register domains using the OVH API
Author: By
Last change:
Date: 9 years ago
Size: 639 bytes
 

Contents

Class file image Download
{ "name": "jlaso/ovh-domain-api", "version": "1.0.0", "description": "Client API for ovh.com domain functions", "keywords": ["api", "ovh", "domains"], "homepage": "https://github.com/jlaso/ovh-domain-api.git", "type": "module", "license": "mit", "authors": [ { "name": "Joseluis Laso", "email": "jlaso@joseluislaso.es", "homepage": "http://www.joseluislaso.es" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": { "JLaso\\OvhDomainApi": "" } }, "target-dir": "JLaso/OvhDomainApi" }