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

ActiveLibrary[API Development](/categories/api)

produpress/laravel-actito
=========================

Actito for Laravel

0.5.1(2y ago)0527[2 PRs](https://github.com/produpress/laravel-actito/pulls)MITPHPPHP ^8.1

Since May 4Pushed 2y agoCompare

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

READMEChangelog (9)Dependencies (12)Versions (15)Used By (0)

Actito for Laravel
==================

[](#actito-for-laravel)

A package for the [Laravel Framework](https://laravel.com/) to interact with [Actito API](https://developers.actito.com/api-reference/menu).

> Under heavy development

Currently supporting:

- Profiles ()

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

[](#installation)

You may install the package via composer:

```
composer require produpress/laravel-actito
```

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

[](#configuration)

### Environment variables

[](#environment-variables)

```
ACTITO_URI=https://api3.actito.com/
ACTITO_KEY=0123456789abcdf0123456789abcdef
ACTITO_ENTITY=DefaultEntity
ACTITO_TABLE=1

```

You may also publish a config file with

```
php artisan actito:install
```

Usage
-----

[](#usage)

### Data

[](#data)

```
//Get a specific profile by Id from the default table (see config)
Actito::profile()->get(123);

//Get a profile from another table and entity.
Actito::profile(8)->entity('AnotherEntity')->get(456);

//Create or update a profile and get the profile Id
$profileId = Actito::profile()->save($profileData);
```

### DataModel

[](#datamodel)

```
//Get list of profile tables
Actito::profile()->tables();

//Get the schema of a profile table with the profile table id
Actito::profile(8)->schema();

//Get list of custom tables
Actito::customTable()->tables();

//Get the schema of a custom table witht he custome table id
Actito::customTable('109675e9-429e-954d-a50f-9e806d70a6ca')->schema();
```

More in [Documentation](doc/)

Changelog
---------

[](#changelog)

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

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Maxime Nokin](https://github.com/mnokin)
- [All Contributors](../../contributors)

Thanks
------

[](#thanks)

With the help of:

- [Laravel Package Development](https://laravelpackage.com/)
- [The skeleton package from Spatie](https://github.com/spatie/package-skeleton-laravel)
- [cherrypulp/laravel-actito](https://gitlab.com/cherrypulp/libraries/laravel-actito)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80.5% 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 ~57 days

Recently: every ~107 days

Total

9

Last Release

1014d ago

PHP version history (2 changes)0.1.0PHP ^7.4|^8.0

0.5.0PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelphplaravelactitoprodupress

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[api-ecosystem-for-laravel/dingo-api

A RESTful API package for the Laravel and Lumen frameworks.

3121.5M10](/packages/api-ecosystem-for-laravel-dingo-api)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[kirschbaum-development/laravel-openapi-validator

Automatic OpenAPI validation for Laravel HTTP tests

581.1M5](/packages/kirschbaum-development-laravel-openapi-validator)

PHPackages © 2026

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