PHPackages                             keepa/php\_api - 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. keepa/php\_api

ActiveLibrary[API Development](/categories/api)

keepa/php\_api
==============

API Framework for Keepa.com

3.0.1(2mo ago)55474.9k↓10.8%30Apache-2.0PHPPHP &gt;=7.1CI failing

Since Jul 24Pushed 2mo ago9 watchersCompare

[ Source](https://github.com/keepacom/php_api)[ Packagist](https://packagist.org/packages/keepa/php_api)[ RSS](/packages/keepa-php-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (69)Used By (0)

[![Test Image 5](https://camo.githubusercontent.com/032ab0f8276faf8d12299db5c8f50145d2da3d982e4aab17ecf5bd1af17e783d/68747470733a2f2f7472617669732d63692e6f72672f6b65657061636f6d2f7068705f6170692e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/032ab0f8276faf8d12299db5c8f50145d2da3d982e4aab17ecf5bd1af17e783d/68747470733a2f2f7472617669732d63692e6f72672f6b65657061636f6d2f7068705f6170692e7376673f6272616e63683d6d6173746572)

Keepa API Framework
===================

[](#keepa-api-framework)

This framework is intended for users of the Keepa API.

Requirements
============

[](#requirements)

All needed requirements (php version/external libraries) you find in can find in [composer.json](https://github.com/keepacom/php_api/blob/master/composer.json) or on [packagist](https://packagist.org/packages/keepa/php_api)

Features
--------------------------------------------

[](#features)

- Parses API response to easy to use PHP objects
- Provides methods that facilitate the work with price history data

Composer
--------

[](#composer)

```
composer require keepa/php_api:*
```

Examples
============================================

[](#examples)

**Product lookup with price history**```
