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

ActiveLibrary[API Development](/categories/api)

positus/positus-api-laravel-client
==================================

Client library for Positus APIs

0.1.0(4y ago)91.8k↓50%MITPHPPHP ^7.3|^8.0

Since Jul 17Pushed 4y ago2 watchersCompare

[ Source](https://github.com/positusapps/positus-api-laravel-client)[ Packagist](https://packagist.org/packages/positus/positus-api-laravel-client)[ RSS](/packages/positus-positus-api-laravel-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

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

[](#requirements)

- PHP 7.4+
- Laravel 7.0+

Installing
----------

[](#installing)

Positus ClientLaravel ^6.0Laravel ^7.0Laravel ^8.00.0.5✅❌❌0.1.0❌✅✅Use Composer to install it:

```
composer require positus/positus-api-laravel-client

```

Publish the configuration file:

```
php artisan vendor:publish --provider="Positus\Laravel\ClientServiceProvider"

```

Add the `POSITUS_API_TOKEN` variable to the .env file

```
POSITUS_API_TOKEN=token

```

Instantiating
-------------

[](#instantiating)

The Laravel package don't need to create a new instance of the Client. You can simply call the method static.

```
use Positus\Laravel\Client;

Client::number('your-number-id');
```

Authentication
--------------

[](#authentication)

If you don't have an authentication token, [click here](https://studio.posit.us/minha-conta/api-tokens) to generate one.

The authentication token must be placed inside the Positus configuration file.

Documentation
-------------

[](#documentation)

The documentation follows the same guidelines as the [regular php package](https://github.com/positusapps/positus-api-php-client).

In case you have difficulties, we provide an [example video of integration](https://www.youtube.com/watch?v=Sb1R2jnRC4k).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

Recently: every ~89 days

Total

6

Last Release

1764d ago

PHP version history (2 changes)0.0.1PHP ^7.0

0.1.0PHP ^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a1457fcefe44b5ba7da23c4b86437a0911936dacff1ac26257c841d0a8d1606?d=identicon)[caiokawasaki](/maintainers/caiokawasaki)

---

Top Contributors

[![caiokawasaki](https://avatars.githubusercontent.com/u/9747004?v=4)](https://github.com/caiokawasaki "caiokawasaki (10 commits)")

---

Tags

posituspositus-api-laravel-client

### Embed Badge

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

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

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[echolabsdev/prism

A powerful Laravel package for integrating Large Language Models (LLMs) into your applications.

2.3k388.3k10](/packages/echolabsdev-prism)[sburina/laravel-whmcs-up

WHMCS API client and user provider for Laravel

271.3k](/packages/sburina-laravel-whmcs-up)

PHPackages © 2026

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