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(2y ago)051[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 1mo ago

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 49% 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

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

[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)[codebar-ag/laravel-zammad

Zammad integration with Laravel

106.1k](/packages/codebar-ag-laravel-zammad)[xelon-ag/vmware-php-client

PHP API Client for VmWare

114.3k](/packages/xelon-ag-vmware-php-client)

PHPackages © 2026

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