PHPackages                             shokme/laravel-actito - 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. shokme/laravel-actito

ActiveLibrary[API Development](/categories/api)

shokme/laravel-actito
=====================

Actito API wrapper for laravel

1.0.5(2y ago)03.6k1MITPHP

Since Aug 1Pushed 12mo ago1 watchersCompare

[ Source](https://github.com/shokme/laravel-actito)[ Packagist](https://packagist.org/packages/shokme/laravel-actito)[ RSS](/packages/shokme-laravel-actito/feed)WikiDiscussions main Synced 1mo ago

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

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

[](#installation)

- PHP8.0+
- Laravel 9.x(not tested on laravel 8.x)

You can install the package via composer:

```
composer require shokme/laravel-actito
```

You must publish the configuration file

```
php artisan vendor:publish --provider="Shokme\Actito\ActitoServiceProvider" --tag="config"
```

Example
-------

[](#example)

```
Actito::profile()->find('emailAddress=john@doe.com');

Profile::all();
Table::find('posts', '154');

$actito = new Actito();
$actito->table->create(...);
```

All available methods are listed in each Facade, you can retrieve the Actito documentation link for each method inside `src/Endpoints/*`.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

License
-------

[](#license)

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

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.3% 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 ~68 days

Recently: every ~78 days

Total

6

Last Release

1038d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bf7373ac35d0e305e8feb2880a274678bd1f5f2bd7842fe8c764d6adf74ba774?d=identicon)[shokme](/maintainers/shokme)

![](https://avatars.githubusercontent.com/u/114988140?v=4)[fredericTribu](/maintainers/fredericTribu)[@FredericTribu](https://github.com/FredericTribu)

---

Top Contributors

[![shokme](https://avatars.githubusercontent.com/u/9437903?v=4)](https://github.com/shokme "shokme (14 commits)")[![FredericTribu](https://avatars.githubusercontent.com/u/114988140?v=4)](https://github.com/FredericTribu "FredericTribu (5 commits)")[![jbTribu](https://avatars.githubusercontent.com/u/207520897?v=4)](https://github.com/jbTribu "jbTribu (5 commits)")

---

Tags

actitoapifacadehttplaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/shokme-laravel-actito/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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