Download the PHP package jspsystem/yahoo-shopping-api-client without Composer

On this page you can find all versions of the php package jspsystem/yahoo-shopping-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package yahoo-shopping-api-client

Yahoo! Shopping API Support Library for PHP

GitHub GitHub release (latest by date) GitHub top language

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

Table of Contents

Requirements

Installation

A Simple Example

Supported API

Category API Namespace Class
商品に関連するAPI 商品削除API JSPSystem\YahooShoppingApiClient\Item DeleteItemClient
商品登録API EditItemClient
商品参照API GetItemClient
商品移動API MoveItemsClient
商品リストAPI MyItemListClient
商品個別反映API SubmitItemClient
商品一括更新API UpdateItemsClient
注文に関するAPI 注文内容変更API JSPSystem\YahooShoppingApiClient\Order OrderChangeClient
注文ステータス別件数参照API OrderCountClient
注文詳細API OrderInfoClient
注文ライン追加API OrderItemAddClient
注文検索API OrderListClient
入金ステータス変更API OrderPayStatusChangeClient
出荷ステータス変更API OrderShipStatusChangeClient
注文ステータス変更API OrderStatusChangeClient
問い合わせに関するAPI メッセージ投稿API JSPSystem\YahooShoppingApiClient\Question ExternalTalkAddClient
質問完了API ExternalTalkCompleteClient
質問詳細API ExternalTalkDetailClient
ファイル投稿API ExternalTalkFileAddClient
ファイル取得API ExternalTalkFileDownloadClient
質問一覧API ExternalTalkListClient
質問非公開API ExternalTalkPrivateClient
既読API ExternalTalkReadClient
出品管理に関連するAPI 反映履歴/未反映項目一覧API JSPSystem\YahooShoppingApiClient\Selling PublishHistorySummaryClient
全反映予約API ReservePublishClient
ショッピング情報取得API 商品検索API(v3) JSPSystem\YahooShoppingApiClient\Shopping ItemSearchClient
在庫に関連するAPI 在庫参照API JSPSystem\YahooShoppingApiClient\Stock GetStockClient
在庫更新API SetStockClient

License

Yahoo! Shopping API Support Library for PHP is released under the MIT License.
See the bundled LICENSE file for details.


All versions of yahoo-shopping-api-client with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
ext-json Version *
ext-curl Version *
ext-openssl Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jspsystem/yahoo-shopping-api-client contains the following files

Loading the files please wait ....