PHPackages                             fritak/tesco-api-php - 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. fritak/tesco-api-php

ActiveLibrary[API Development](/categories/api)

fritak/tesco-api-php
====================

Api for tescolabs.

v1.0.2(10y ago)1178[1 issues](https://github.com/Fritak/tesco-api-php/issues)MITPHPPHP &gt;=5.4.0

Since Apr 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Fritak/tesco-api-php)[ Packagist](https://packagist.org/packages/fritak/tesco-api-php)[ Docs](https://github.com/fritak/tesco-api-php)[ RSS](/packages/fritak-tesco-api-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Library for communication with TESCO api.
=========================================

[](#library-for-communication-with-tesco-api)

This code is for communication with NEW tescolabs API.

I will update this library when they add new features.

INSTALLATION
------------

[](#installation)

```
composer require "fritak/tesco-api-php"

```

REQUIREMENTS
------------

[](#requirements)

The minimum requirement is PHP 5.4 on your Web Server. Account on tescolabs page:

SETUP
-----

[](#setup)

```
// For Grocery
$api = new TescoApi(new Config('first_key', 'second_key'));
```

SIMPLE USAGE
------------

[](#simple-usage)

```
// Find product based on you QUERY.
$result = $api->findGroceryProduct('pizza');

foreach($result->getProducts() AS $product)
{
    // your code for product...
}
```

USAGE
-----

[](#usage)

```
// Find product based on you QUERY with limit 25, starting on 10.
$result = $api->findGroceryProduct('pizza', 25, 10);

// Total products
$result->getGrocery()->products->totals->all;
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3675d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/283db6980ccd8ad835cb896ad037c7bd64bcd2d159593ccab02f900a2754acbf?d=identicon)[Fritak](/maintainers/Fritak)

---

Top Contributors

[![Fritak](https://avatars.githubusercontent.com/u/9657317?v=4)](https://github.com/Fritak "Fritak (3 commits)")

### Embed Badge

![Health badge](/badges/fritak-tesco-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/fritak-tesco-api-php/health.svg)](https://phpackages.com/packages/fritak-tesco-api-php)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
