Skip to content

Commit a6a71aa

Browse files
author
Michiel Rensen
authored
Merge pull request #23 from SEOshop/v1.8.0
v1.8.0
2 parents 56e48ee + 1ed5883 commit a6a71aa

3 files changed

Lines changed: 291 additions & 72 deletions

File tree

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
![SEOshop](http://www.getseoshop.com/assets/gfx/seoshop-logo.min.png)
1+
![Lightspeed eCom](http://developers.seoshop.com/assets/gfx/logo.png)
22

3-
[![Latest Stable Version](http://img.shields.io/packagist/v/seoshop/seoshop-php.svg)](https://packagist.org/packages/seoshop/seoshop-php)
3+
[![Latest Stable Version](http://img.shields.io/packagist/v/seoshop/seoshop-php.svg)](https://packagist.org/packages/seoshop/seoshop-php)
4+
[![Latest Unstable Version](http://img.shields.io/packagist/vpre/seoshop/seoshop-php.svg)](https://packagist.org/packages/seoshop/seoshop-php)
45
![License](http://img.shields.io/badge/license-MIT-green.svg)
56

6-
# SEOshop PHP API client
7-
This package is a convenience wrapper to communicate with the SEOshop REST-API.
7+
# Lightspeed eCom PHP API client
8+
This package is a convenience wrapper to communicate with the Lightspeed eCom REST-API.
89

910
## Installation
1011
For the installation of the client, there are 2 ways. The composer way is preferable, but not always possible.
@@ -14,7 +15,7 @@ Include the package in your `composer.json` file
1415
``` json
1516
{
1617
"require": {
17-
"seoshop/seoshop-php": "~1.7"
18+
"seoshop/seoshop-php": "~1.8"
1819
}
1920
}
2021
```
@@ -29,7 +30,7 @@ require 'vendor/autoload.php';
2930
```
3031

3132
### Manual
32-
Obtain the latest version of the SEOshop PHP API client
33+
Obtain the latest version of the Lightspeed eCom PHP API client
3334
``` bash
3435
git clone https://github.com/SEOshop/API-PHP-Client
3536
```
@@ -66,17 +67,20 @@ The API secret you've received or created
6667
Language shortcode that's available in the shop you're connecting to
6768

6869
## Getting started
69-
SEOshop offers a powerful set of API’s for developers to create awesome apps. The API provides developers the interface to connect with third party software such as accounting-, feedback-, e-mailmarketing- and inventory management-software, or extend with new features that interact with our core platform, such as loyalty programs, social-sharing programs or reporting tools.
70+
Lightspeed eCom offers a powerful set of API’s for developers to create awesome apps. The API provides developers the interface to connect with third party software such as accounting-, feedback-, e-mailmarketing- and inventory management-software, or extend with new features that interact with our core platform, such as loyalty programs, social-sharing programs or reporting tools.
7071

71-
Getting started with SEOshop is easy. Not a partner yet? [Please sign up as a partner](http://www.getseoshop.com/partners/partner-signup/) and claim your account details and API keys.
72+
Getting started with Lightspeed eCom is easy. Not a partner yet? [Please sign up as a partner](https://www.lightspeedhq.com/partners/) and claim your account details and API keys.
7273

73-
Read our tutorials on how to [build](http://developers.seoshop.com/api/tutorials/build-an-app) and [publish](http://developers.seoshop.com/api/tutorials/publish-an-app) your first app. Check our [getting started guides](http://developers.seoshop.com/api/getting-started) to find out how to use the API
74+
Read our tutorials on how to [build](http://developers.lightspeedhq.com/ecom/tutorials/build-an-app/) and [publish](http://developers.lightspeedhq.com/ecom/tutorials/publish-an-app/) your first app. Check our [introduction](http://developers.lightspeedhq.com/ecom/introduction/introduction/) to find out how to use the API
7475

7576
## Documentation
76-
More documentation can be found at [developers.seoshop.com/api](http://developers.seoshop.com/api)
77+
More documentation can be found at [developers.lightspeedhq.com/ecom](http://developers.lightspeedhq.com/ecom)
7778

7879
## Contributing
7980
We love contributions, but please note that the API client is generated. If you have suggested changes, you may still create a PR, but your PR will not be merged. We will however adapt the generator to reflect your changes. You can also create a GitHub issue if there's something you miss.
8081

8182
## Unofficial clients for other languages
82-
- **Ruby client** [SEOshop API client for Ruby (by Yotpo)](https://github.com/YotpoLtd/seoshop-api)
83+
- **PHP**
84+
- [laravel-lightspeed-api](https://github.com/gunharth/laravel-lightspeed-api) by [Gunharth Randolf @gunharth](https://github.com/gunharth)
85+
- **Ruby**
86+
- [seoshop-api](https://github.com/YotpoLtd/seoshop-api) by [Yotpo Ltd @YotpoLtd](https://github.com/YotpoLtd)

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "seoshop/seoshop-php",
3-
"description": "PHP client for the SEOshop API",
4-
"keywords": ["api", "client", "php"],
5-
"homepage": "http://developers.seoshop.com",
3+
"description": "PHP client for the Lightspeed eCom API",
4+
"keywords": ["api", "client", "php", "ecom", "lightspeed"],
5+
"homepage": "http://developers.lightspeedhq.com/ecom",
66
"license": "MIT",
77
"authors": [
88
{
9-
"name": "SEOshop and contributors",
9+
"name": "Lightspeed and contributors",
1010
"homepage": "https://github.com/SEOshop/API-PHP-Client/contributors"
1111
}
1212
],

0 commit comments

Comments
 (0)