承接 priceparrot/priceparrot 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

priceparrot/priceparrot

Composer 安装命令:

composer require priceparrot/priceparrot

包简介

Price Parrot is a competitor price monitoring service.

README 文档

README

About the API

We find automation really important for any modern business. Therefore we include free API access for every package we offer. Our web API is based on the REST (REpresentational State Transfer) protocol with JSON (JavaScript Object Notation) objects. You can simply integrate competitor prices and price suggesions from Price Parrot into your e-commerce software, such as Shopify, Magento, Opencart or CSCart.

Why you might need it

It is vital in e-commerce to keep pace with price movements. Overpricing your products may result in loss of customers to your competition, whilst underpricing may result in a loss of revenue. Our price monitor makes sure your pricing stays up-to-date with the market.

Subscribe your free trail

Subscribe now for a 14-day free trail. Check our website for more information.

Installation & loading

The code is also available via Composer is the recommended way to install the Price Parrot API. Just add this line to your composer.json file:

"priceparrot/priceparrot": "^1"

or run

composer require priceparrot/priceparrot

Note that the vendor folder and the vendor/autoload.php script are generated by Composer; they are not part of Price Parrot.

A Simple Example

<?php
//Import Price Parrot classes into the global namespace
//These must be at the top of your script, not inside a function
use PriceParrot\PriceParrotClient;

//Load Composer's autoloader
require 'vendor/autoload.php';

//Create an instance with api key and secret (find these here https://backend.priceparrot.io/api)
$priceparrot = new PriceParrotClient($apikey, $secret);

try {
    $product = $priceparrot->FetchProduct('123');
    echo '<pre>' . print_r($product, true) . '</pre>';
} catch (Exception $e) {
    echo "There was a problem loading the product";
}

统计信息

  • 总下载量: 28
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-2.1-only
  • 更新时间: 2022-05-13

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固