diff --git a/README.md b/README.md index b5d8432..84dda81 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,24 @@ A PHP client for HubSpot's APIs. Docs for this client: [https://github.com/HubS General API reference documentation: [http://developers.hubspot.com/docs](http://developers.hubspot.com/docs). +### Composer Installation + +Add haPiPH to composer.json: +``` + "require": { + "hubspot/haPiHP": "1.0" + } +``` + +Run composer install or update: +``` +composer install +``` +or +``` +composer update +``` + ### Contributors * [adrianmott](https://github.com/adrianmott) (Adrian Mott) @@ -14,3 +32,4 @@ General API reference documentation: [http://developers.hubspot.com/docs](http:/ * [ajorgensen](https://github.com/ajorgensen) (Andrew Jorgensen) * [jprado](https://github.com/jprado) * [thinkclay](https://github.com/thinkclay) (Clayton McIlrath) +* [parrisvarney](https://github.com/parrisvarney) (Parris Varney) diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f5182ce --- /dev/null +++ b/composer.json @@ -0,0 +1,18 @@ +{ + "name": "hubspot/haPiHP", + "description": "A PHP client for HubSpot's APIs", + "homepage": "https://github.com/HubSpot/haPiHP", + "license": "Apache-2.0", + "authors": [ + { + "name": "hubspot", + "email": "support@hubspot.com" + } + ], + "require": { + "php": ">=5.3.0" + }, + "autoload": { + "classmap": ["/"] + } +} \ No newline at end of file