Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rem42/scraper-shopify
- Owner: rem42
- License: mit
- Created: 2021-04-13T18:28:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T19:55:13.000Z (7 months ago)
- Last Synced: 2024-12-25T05:17:11.572Z (15 days ago)
- Topics: composer, php, php-library, php7, shopify, shopify-api
- Language: PHP
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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