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(5mo ago)01MITPHPPHP ^8.2

Since Feb 24Pushed 5mo 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 1w ago

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

30

—

LowBetter than 61% of packages

Maintenance70

Regular maintenance activity

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

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

176d 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

86337.5k](/packages/flow-php-flow)[cakephp/cakephp

The CakePHP framework

8.9k20.0M1.9k](/packages/cakephp-cakephp)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[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.

36826.2k2](/packages/telnyx-telnyx-php)[n1ebieski/ksef-php-client

PHP API client that allows you to interact with the API Krajowego Systemu e-Faktur

9082.3k](/packages/n1ebieski-ksef-php-client)[getbrevo/brevo-php

Official PHP SDK for the Brevo API.

1004.1M59](/packages/getbrevo-brevo-php)

PHPackages © 2026

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