Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rem42/scraper-shopify

PHP scraper for shopify api
https://github.com/rem42/scraper-shopify

composer php php-library php7 shopify shopify-api

Last synced: 10 days ago
JSON representation

PHP scraper for shopify api

Awesome Lists containing this project

README

        

Scraper Shopify
=================

![Packagist version](https://flat.badgen.net/packagist/v/rem42/scraper-shopify)
![Packagist download](https://flat.badgen.net/packagist/dt/rem42/scraper-shopify)
![Packagist name](https://flat.badgen.net/packagist/name/rem42/scraper-shopify)
![Packagist php version](https://flat.badgen.net/packagist/php/rem42/scraper-shopify)
![Github licence](https://flat.badgen.net/github/license/rem42/scraper-shopify)
![Depenabot](https://flat.badgen.net/github/dependabot/rem42/scraper-shopify)
![Codeclimate lines of code](https://flat.badgen.net/codeclimate/loc/rem42/scraper-shopify)
![Codeclimate maintainability](https://flat.badgen.net/codeclimate/maintainability/rem42/scraper-shopify)

Scraper can handle multiple request type and transform them into object in order to create some API.

Installation
------------

````bash
composer require rem42/scraper-shopify
````

Requirement
-----------

- PHP >= 8.1

Usage
-----

TODO