PHPackages                             techyscouts/checkfront-sdk - 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. techyscouts/checkfront-sdk

ActiveLibrary[API Development](/categories/api)

techyscouts/checkfront-sdk
==========================

Modern PHP SDK for the Checkfront API v4.0

v0.1.0(4mo ago)01MITPHPPHP ^8.2

Since Feb 24Pushed 4mo agoCompare

[ Source](https://github.com/techyscouts/checkfront-sdk)[ Packagist](https://packagist.org/packages/techyscouts/checkfront-sdk)[ RSS](/packages/techyscouts-checkfront-sdk/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Checkfront PHP SDK
==================

[](#checkfront-php-sdk)

A modern PHP SDK for the [Checkfront API v4.0](https://api.checkfront.com/).

Requires PHP 8.2+ and the `curl` extension.

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

[](#installation)

```
composer require techyscouts/checkfront-sdk
```

Usage
-----

[](#usage)

```
use TechyScouts\Checkfront\Auth\TokenAuthentication;
use TechyScouts\Checkfront\CheckfrontClient;
use TechyScouts\Checkfront\Configuration;

$config = new Configuration(
    host: 'https://your-company.checkfront.com',
    auth: new TokenAuthentication(apiKey: '...', apiSecret: '...'),
);

$client = new CheckfrontClient($config);

// List bookings
$bookings = $client->bookings()->list();

// Fetch a single booking
$booking = $client->bookings()->fetch('BK-1234');

// List products
$products = $client->products()->list();
```

### OAuth2

[](#oauth2)

```
use TechyScouts\Checkfront\Auth\OAuth2Authentication;

$auth = new OAuth2Authentication(accessToken: '...');
```

### Laravel

[](#laravel)

The package auto-discovers its service provider. Publish the config:

```
php artisan vendor:publish --provider="TechyScouts\Checkfront\Laravel\CheckfrontServiceProvider"
```

Then set `CHECKFRONT_HOST`, `CHECKFRONT_API_KEY`, and `CHECKFRONT_API_SECRET` in your `.env`.

License
-------

[](#license)

[MIT](LICENSE.md)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance76

Regular maintenance activity

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

130d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6006fc5a1cbf8bf5d968adb5cad016f0b7af6ceefa6ce261fde42a4c1807dcaa?d=identicon)[tsmerges](/maintainers/tsmerges)

---

Top Contributors

[![tsmerges](https://avatars.githubusercontent.com/u/16658414?v=4)](https://github.com/tsmerges "tsmerges (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/techyscouts-checkfront-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/techyscouts-checkfront-sdk/health.svg)](https://phpackages.com/packages/techyscouts-checkfront-sdk)
```

###  Alternatives

[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[cakephp/cakephp

The CakePHP framework

8.9k19.5M1.8k](/packages/cakephp-cakephp)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[mollie/mollie-api-php

Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.

60216.0M85](/packages/mollie-mollie-api-php)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69735.1M159](/packages/algolia-algoliasearch-client-php)

PHPackages © 2026

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