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

ActiveLibrary[API Development](/categories/api)

octools/client
==============

Laravel Client to use Octools.io API

1.0.3(3y ago)051[1 issues](https://github.com/web-id-fr/octools-client/issues)[3 PRs](https://github.com/web-id-fr/octools-client/pulls)MITPHPPHP ^8.1

Since Feb 28Pushed 2y ago3 watchersCompare

[ Source](https://github.com/web-id-fr/octools-client)[ Packagist](https://packagist.org/packages/octools/client)[ Docs](https://github.com/octools/client)[ RSS](/packages/octools-client/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)Dependencies (8)Versions (10)Used By (0)

Octools Client
==============

[](#octools-client)

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

[](#installation)

You can install the package via composer:

```
composer require octools/client
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Octools\Client\OctoolsClientServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
return [
    /**
     * App token require to call Octools api
     */
    'application_token' => env('OCTOOLS_CLIENT_APP_TOKEN', ''),

    /**
     * Endpoint url, production by default. Change it only for development.
     */
    'octools_api_url' => env('OCTOOLS_API_URL', 'https://app.octools.io/api')
];
```

Credits
-------

[](#credits)

- [Clément REPEL](https://github.com/CLEMREP)
- [Léo TIOLLIER](https://github.com/LTiollier)

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~28 days

Total

4

Last Release

1135d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cefb02231110e801ec332d70b4bb7f1df97a12f095e0c1ea887d3273d74cde78?d=identicon)[web-id](/maintainers/web-id)

---

Top Contributors

[![LTiollier](https://avatars.githubusercontent.com/u/16253697?v=4)](https://github.com/LTiollier "LTiollier (8 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (7 commits)")[![clemrep](https://avatars.githubusercontent.com/u/62845501?v=4)](https://github.com/clemrep "clemrep (4 commits)")

---

Tags

laravelweb-idoctools

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M885](/packages/laravel-socialite)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M164](/packages/spatie-laravel-health)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1123.7k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

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