PHPackages                             jspsystem/yahoo-shopping-api-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. jspsystem/yahoo-shopping-api-client

ActiveLibrary[API Development](/categories/api)

jspsystem/yahoo-shopping-api-client
===================================

A PHP package that assists in making requests to the Yahoo! Shopping API.

v1.0.0(3y ago)2141MITPHPPHP ^8.0

Since Oct 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/JSPSystem/yahoo-shopping-api-client)[ Packagist](https://packagist.org/packages/jspsystem/yahoo-shopping-api-client)[ RSS](/packages/jspsystem-yahoo-shopping-api-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

Yahoo! Shopping API Support Library for PHP
===========================================

[](#yahoo-shopping-api-support-library-for-php)

[![GitHub](https://camo.githubusercontent.com/30bbd2b2f15135c945016a756dd9e0a79c2d41cb5316ddf10971a51bde72db7c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4a535053797374656d2f7961686f6f2d73686f7070696e672d6170692d636c69656e74)](https://camo.githubusercontent.com/30bbd2b2f15135c945016a756dd9e0a79c2d41cb5316ddf10971a51bde72db7c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4a535053797374656d2f7961686f6f2d73686f7070696e672d6170692d636c69656e74)[![GitHub release (latest by date)](https://camo.githubusercontent.com/c7644b54b6d3eaf2d5e9aead910cf74ca748694ee968b244ac8aac2429bdbe72/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f4a535053797374656d2f7961686f6f2d73686f7070696e672d6170692d636c69656e74)](https://camo.githubusercontent.com/c7644b54b6d3eaf2d5e9aead910cf74ca748694ee968b244ac8aac2429bdbe72/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f4a535053797374656d2f7961686f6f2d73686f7070696e672d6170692d636c69656e74)[![GitHub top language](https://camo.githubusercontent.com/6f5152ff9af8f4d5395db37f84d87a90a6343c3d2f3fc7e182ccc3207f46c5c2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f746f702f4a535053797374656d2f7961686f6f2d73686f7070696e672d6170692d636c69656e74)](https://camo.githubusercontent.com/6f5152ff9af8f4d5395db37f84d87a90a6343c3d2f3fc7e182ccc3207f46c5c2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f746f702f4a535053797374656d2f7961686f6f2d73686f7070696e672d6170692d636c69656e74)

A library that supports requests to the Yahoo! Shopping API.

Table of Contents
-----------------

[](#table-of-contents)

- [Requirements](#Requirements)
- [Installation](#Installation)
- [A Simple Example](#A-Simple-Example)
- [Supported API](#Supported-API)
- [License](#License)

Requirements
------------

[](#requirements)

- PHP ^8.0 (curl and json related packages are required.)
- curl &gt;= 7.52.1
- openssl &gt;= 1.1.0

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

[](#installation)

```
composer require jspsystem/yahoo-shopping-api-client

```

A Simple Example
----------------

[](#a-simple-example)

```
