PHPackages                             rockbuzz/lara-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. rockbuzz/lara-client

ActiveLibrary

rockbuzz/lara-client
====================

identifying client applications

1.0.4(5y ago)09[1 PRs](https://github.com/rockbuzz/lara-client/pulls)MITPHPPHP &gt;=7.1

Since Apr 5Pushed 3y agoCompare

[ Source](https://github.com/rockbuzz/lara-client)[ Packagist](https://packagist.org/packages/rockbuzz/lara-client)[ RSS](/packages/rockbuzz-lara-client/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (7)Used By (0)

Lara Client
===========

[](#lara-client)

Identifying client applications

[![Build Status](https://camo.githubusercontent.com/e6d686ad2b60d9903bf85a63743d7ac5e11edf324c29d347d3d0b972802f4723/68747470733a2f2f7472617669732d63692e6f72672f726f636b62757a7a2f6c6172612d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/rockbuzz/lara-client)

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

[](#requirements)

PHP: &gt;=7.1

Install
-------

[](#install)

```
$ composer require rockbuzz/lara-client
```

Configuration
-------------

[](#configuration)

```
$ php artisan vendor:publish --provider="Rockbuzz\LaraClient\ServiceProvider"
```

```
$ php artisan migrate
```

Usage
-----

[](#usage)

### In App\\Http\\Kernel.php

[](#in-apphttpkernelphp)

```
protected $middlewareGroups = [
    'api' => [
        'throttle:60,1',
        'bindings',
        \Rockbuzz\LaraClient\Identifier::class
    ],
];
```

### Add client

[](#add-client)

```
$ php artisan client:create clientName
```

### Access Example

[](#access-example)

```
$httpClient = new Guzzle\Http\Client();
$httpClient->request('GET', 'https://endpoint.com/api/resource', [
    'headers' => [
        'X-API-KEY' => $client->publicKey,
        'X-API-TOKEN' => hash_hmac('sha256', $client->publicKey, $client->secretKey),
     ]
]);
```

License
-------

[](#license)

The Lara Client is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Every ~134 days

Total

5

Last Release

2058d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a5c02aa268a45e5f1d9c67c331503d326eb4b49eb0fb80293dc7379ccef51f7?d=identicon)[rockbuzz](/maintainers/rockbuzz)

---

Top Contributors

[![tiagodevweb](https://avatars.githubusercontent.com/u/15040375?v=4)](https://github.com/tiagodevweb "tiagodevweb (9 commits)")

---

Tags

laravelapi-key

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/rockbuzz-lara-client/health.svg)

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

###  Alternatives

[ejarnutowski/laravel-api-key

Authorize requests to your Laravel application with API keys

157441.1k1](/packages/ejarnutowski-laravel-api-key)[rtconner/laravel-likeable

Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.

394388.0k5](/packages/rtconner-laravel-likeable)[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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