PHPackages                             priceparrot/priceparrot - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. priceparrot/priceparrot

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

priceparrot/priceparrot
=======================

Price Parrot is a competitor price monitoring service.

1.3.7(2mo ago)028↓85.7%LGPL-2.1-onlyPHPPHP &gt;=7.1.0

Since May 14Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/bodanius/priceparrot-php)[ Packagist](https://packagist.org/packages/priceparrot/priceparrot)[ Docs](https://priceparrot.io)[ RSS](/packages/priceparrot-priceparrot/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (17)Used By (0)

Price Parrot – Competitor price monitoring
==========================================

[](#price-parrot--competitor-price-monitoring)

About the API
-------------

[](#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
---------------------

[](#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-your-free-trail)

[Subscribe](https://backend.priceparrot.io/register) now for a 14-day free trail. Check our [website](https://priceparrot.io) for more information.

Installation &amp; loading
--------------------------

[](#installation--loading)

The code is also available via [Composer](https://getcomposer.org) 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
----------------

[](#a-simple-example)

```
