PHPackages                             flairuk/good-till-system - 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. flairuk/good-till-system

ActiveLibrary[API Development](/categories/api)

flairuk/good-till-system
========================

The Good Till API for Laravel

220PHPCI failing

Since Jun 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/FLAIRUK/good-till-system)[ Packagist](https://packagist.org/packages/flairuk/good-till-system)[ RSS](/packages/flairuk-good-till-system/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

The Good Till for Laravel
=========================

[](#the-good-till-for-laravel)

[![Author](https://camo.githubusercontent.com/79a6c5635e96d8f906419b46dc9245db72ac7d08377aa3355d76fca59f8b5762/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d40696a656666726f2d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/ijeffro)[![Latest Version on Packagist](https://camo.githubusercontent.com/64d1a3231a9b5b332d7ff72969675a5397133ba54c4ab7a61cc995885537a20c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666c616972756b2f676f6f642d74696c6c2d73797374656d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/flairuk/good-till-system)[![Build Status](https://camo.githubusercontent.com/0f2fe2605531dbc91e74e665bd1b2bf4cf7524f500f5eb924f80708ae4150ed7/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f666c616972756b2f676f6f642d74696c6c2d73797374656d2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/flairuk/good-till-system)[![Quality Score](https://camo.githubusercontent.com/de4b48afc50d804a5249e59e69a4b7066307a4beb4c6107166b13afb25a6e857/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f666c616972756b2f676f6f642d74696c6c2d73797374656d2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/flairuk/good-till-system)[![Total Downloads](https://camo.githubusercontent.com/6702a9e2cfbeb024de1b371c409b38fa2a393224b9be455777280d5886c69239/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f666c616972756b2f676f6f642d74696c6c2d73797374656d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/flairuk/good-till-system)[![CircleCI](https://camo.githubusercontent.com/2e028a2586d198169dc387ec974a1fb23538aa030f1a521980a6a474616442b3/68747470733a2f2f636972636c6563692e636f6d2f67682f636972636c6563692f636972636c6563692d646f63732e7376673f7374796c653d73766726706c6173746963266c6f676f3d6170707665796f)](https://circleci.com/gh/FLAIRUK/good-till-system)

This package is still a work in progress, extended documentation will follow.

Test Accounts
-------------

[](#test-accounts)

If you are building an integration and you would like to test the API without affecting your live account, or you are building an integration on behalf of a Goodtill customer, you request a fully-featured test account from . Please visit the Good Till [API Documentation](https://support.thegoodtill.com/support/api/) for more information.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require flairuk/good-till-system
```

Basic Usage
-----------

[](#basic-usage)

Add the environment variables to your .env file and enter the api credentials.

```
GOOD_TILL_DOAMIN=
GOOD_TILL_USERNAME=
GOOD_TILL_PASSWORD=
```

Use the GoodTillSystem Facade.

```
use GoodTillSystem;
```

Once you add the facade, you can now interact with the Good Till System API.

Good Till System API
--------------------

[](#good-till-system-api)

### Products

[](#products)

1. Get a list of products.

```
GoodTillSystem::products()->get();
```

2. Get a product by id.

```
GoodTillSystem::product($id)->get();
```

3. Create a new product.

```
GoodTillSystem::product()->create($data);
```

4. Update a product by id.

```
GoodTillSystem::product($id)->update($data);
```

5. Delete a product by id.

```
GoodTillSystem::product($id)->delete();
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Phil Graham](https://github.com/ijeffro)
- [FLAIR](https://github.com/flairuk)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b79e7285faffd83f2215b835e6e5eeed3bdb3bb88db26a3e9eca259053bed4c8?d=identicon)[ijeffro](/maintainers/ijeffro)

---

Top Contributors

[![ijeffro](https://avatars.githubusercontent.com/u/14099877?v=4)](https://github.com/ijeffro "ijeffro (68 commits)")

### Embed Badge

![Health badge](/badges/flairuk-good-till-system/health.svg)

```
[![Health](https://phpackages.com/badges/flairuk-good-till-system/health.svg)](https://phpackages.com/packages/flairuk-good-till-system)
```

###  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)
