Skip to content
This repository has been archived by the owner on Oct 4, 2018. It is now read-only.

updated read me with deprecation message #4

Merged
merged 1 commit into from Sep 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
@@ -1,7 +1,11 @@
# DEPRECATED

This repo is no longer publicly supported.

bigstock-php-client
===================

PHP Client for the Bigstock API. Full documentation is available at [http://help.bigstockphoto.com/hc/en-us/articles/200303245-API-Documentation](http://help.bigstockphoto.com/hc/en-us/articles/200303245-API-Documentation).
PHP Client for the Bigstock API. Full documentation is available at [http://help.bigstockphoto.com/hc/en-us/articles/200303245-API-Documentation](http://help.bigstockphoto.com/hc/en-us/articles/200303245-API-Documentation).
Self-serve signup for API accounts are available in the [Partners section](https://www.bigstockphoto.com/partners) of Bigstock.

Install
Expand All @@ -16,7 +20,7 @@ Install the Bigstock PHP Client with Composer.
Usage
-----

Create an instance of the Bigstock API Client by passing in your API ID and API Secret as parameters.
Create an instance of the Bigstock API Client by passing in your API ID and API Secret as parameters.
The client will then handle any authentication when required.

```php
Expand Down