Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Add a manual zip of the library and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Galbraith committed Feb 17, 2016
1 parent 12b97fc commit 444cfb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

### This library utilizes [GuzzlePHP](http://guzzle.readthedocs.org/)

## Installing via Composer
## Installing via Composer (recommended)
[Composer](https://getcomposer.org/) is a dependency management tool for PHP that allows you to declare the dependencies your project needs and installs them into your project. In order to use the Constant Contact PHP SDK through composer, you must add "constantcontact/constantcontact" as a dependency in your project's composer.json file.
```javascript
{
Expand All @@ -14,9 +14,7 @@
```

### Manual Installation
Manual installation is not recommended, as this library relies on other Composer libraries to function. Getting started with composer is easy!

If you require manual installation, it is recommended that you use [version 1](https://github.com/constantcontact/php-sdk/tree/v1-master). Composer handles all of the dependencies that this library requires in version 2.
If you are unable to install using composer, we have provided a zip file that includes a version of the dependencies at the time of our release, as well as our library. Unzip the vendor file in the standalone directory, and require the autoload.php file to use our methods.

## Documentation

Expand Down
Binary file added standalone/vendor.zip
Binary file not shown.

0 comments on commit 444cfb0

Please sign in to comment.