Skip to content

Commit

Permalink
Various README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Hall committed Sep 14, 2016
1 parent fdd708b commit f4c8170
Showing 1 changed file with 5 additions and 26 deletions.
31 changes: 5 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Etsy PHP SDK [![Build Status](https://travis-ci.org/inakiabt/etsy-php.svg?branch=master)](https://travis-ci.org/inakiabt/etsy-php)
# Etsy PHP SDK

Based on [Etsy Rest API description](http://www.etsy.com/developers/documentation/reference/apimethod) output, this wrapper provides a simple client with all available methods on Etsy API (thanks to the `__call` magic PHP method!), validating its arguments on each request (Take a look to https://github.com/inakiabt/etsy-php/blob/master/src/Etsy/methods.json for full list of methods and its arguments).
Based on [Etsy Rest API description](http://www.etsy.com/developers/documentation/reference/apimethod) output, this wrapper provides a simple client with all available methods on Etsy API (thanks to the `__call` magic PHP method!), validating its arguments on each request (Take a look to https://github.com/rapidwebltd/etsy-php/blob/master/src/Etsy/methods.json for full list of methods and its arguments).

## Requirements

Expand All @@ -21,7 +21,7 @@ Add the following to your `composer.json` file:
```json
{
"require": {
"inakiabt/etsy-php": ">=0.9.0"
"rapidwebltd/etsy-php": ">=0.9.0"
}
}
```
Expand Down Expand Up @@ -161,27 +161,6 @@ To read more about associations: https://www.etsy.com/developers/documentation/g
$ vendor/bin/phpunit src/test/
```

## Changelog
## Thanks

* 1.0
* Init commit, working module.

## Author

**Iñaki Abete**
web: http://github.com/inakiabt
email: inakiabt+github@gmail.com
twitter: @inakiabt


## Contribute

Found a bug? Want to contribute and add a new feature?

Please fork this project and send me a pull request!

## License

mobiledevice is licensed under the MIT license:

www.opensource.org/licenses/MIT
This is a fork of the good work of [Iñaki Abete](https://github.com/inakiabt/etsy-php).

0 comments on commit f4c8170

Please sign in to comment.