PHPackages                             rackbeat/laravel-client - 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. rackbeat/laravel-client

ActiveLibrary[API Development](/categories/api)

rackbeat/laravel-client
=======================

Laravel PHP Client Library for our API

4140PHPCI failing

Since Oct 19Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/Rackbeat/laravel-client)[ Packagist](https://packagist.org/packages/rackbeat/laravel-client)[ RSS](/packages/rackbeat-laravel-client/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

API Laravel SDK
===============

[](#api-laravel-sdk)

 [![Build Status](https://camo.githubusercontent.com/95808126022033aff5ea2a5bcf05f9cb8451ec5a0d21d498f1de32e6740d6ae3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f5261636b626561742f6c61726176656c2d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Rackbeat/laravel-client)[![Coverage](https://camo.githubusercontent.com/29ae8b93416442f8840ce72c28b005170da457d36e1a6b350c9a218b9898bca5/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f5261636b626561742f6c61726176656c2d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/github/Rackbeat/laravel-client)[![Total Downloads](https://camo.githubusercontent.com/db9c38afbac5c2ea34f28f69ee11e2efa66865a8ccabe38fd38c2ac1052b5d6b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7261636b626561742f6c61726176656c2d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rackbeat/laravel-client)[![Latest Stable Version](https://camo.githubusercontent.com/2484f53526c79955e0d8c08309c2d579c31ceb40e60006de6d4ac08d202e75db/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7261636b626561742f6c61726176656c2d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rackbeat/laravel-client)[![License](https://camo.githubusercontent.com/9ba8afaacb72826bb89d233492e3f804ff4c971c807b4904131590a47b5acc43/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7261636b626561742f6c61726176656c2d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rackbeat/laravel-client)

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

[](#installation)

You just require using composer and you're good to go!

```
composer require rackbeat/laravel-client
```

Usage
-----

[](#usage)

Coming soon...

Testing
-------

[](#testing)

The API class comes with a handful of mocking tools. You can mock a response or just assert that endpoints has been called.

### Assert calls has been made

[](#assert-calls-has-been-made)

```
// Set up the API class to use mocking
\Rackbeat\API::mock();

// Has not been called yet
\Rackbeat\API::assertNotCalled( 'get', '/lots' );

// Make a API call to GET /lots
\Rackbeat\API::lots()->index();

// Has now been called
\Rackbeat\API::assertCalled( 'get', '/lots' );
```

### Mock the response

[](#mock-the-response)

```
// Set up the API class to use mocking
\Rackbeat\API::mock();
\Rackbeat\API::mockResponse('GET', '/lots', 'no lots');

// Make a API call to GET /lots
\Rackbeat\API::lots()->index();

// Assert that the response was 'no lots'
\Rackbeat\API::assertResponded( 'get', '/lots', 'no lots' );
```

Contributors
------------

[](#contributors)

...

Requirements
------------

[](#requirements)

- PHP &gt;= 7.4
- Laravel &gt;= 6.0

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance51

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 96.9% 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/fd953630eb9784e977637a0fe53be91b9dd4b0262a5b5b1fa9277e0c2806b65c?d=identicon)[lasserafn](/maintainers/lasserafn)

---

Top Contributors

[![LasseRafn](https://avatars.githubusercontent.com/u/2689341?v=4)](https://github.com/LasseRafn "LasseRafn (216 commits)")[![pedroQRack](https://avatars.githubusercontent.com/u/107403391?v=4)](https://github.com/pedroQRack "pedroQRack (6 commits)")[![vtozija](https://avatars.githubusercontent.com/u/4441476?v=4)](https://github.com/vtozija "vtozija (1 commits)")

### Embed Badge

![Health badge](/badges/rackbeat-laravel-client/health.svg)

```
[![Health](https://phpackages.com/badges/rackbeat-laravel-client/health.svg)](https://phpackages.com/packages/rackbeat-laravel-client)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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