PHPackages                             webid/octools - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. webid/octools

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

webid/octools
=============

v0.1.3(2y ago)0130[7 issues](https://github.com/web-id-fr/octools/issues)1PHP

Since Apr 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/web-id-fr/octools)[ Packagist](https://packagist.org/packages/webid/octools)[ RSS](/packages/webid-octools/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (7)Used By (1)

🐙🤖 Octools
==========

[](#-octools)

Octools is a PHP package that enables self-hosted [Octools.io](https://octools.io). It is also possible to take out a subscription on [Octools.io](https://octools.io). This package allows you to install the back-office which allows the management of users, teams, applications.

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

[](#requirements)

- PHP &gt;= 8.1
- Laravel &gt;= 10.0
- Laravel Nova &gt;= 4.0

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

[](#installation)

1. With Composer :

    ```
    composer require webid/octools
    ```
2. After installation, you must publish the necessary assets using the following command :

    ```
    php artisan vendor:publish --provider="Webid\Octools\OctoolsServiceProvider"
    ```
3. Now, you need to run the migrations :

    ```
    php artisan migrate
    ```

First steps
-----------

[](#first-steps)

1. You can easily create your first organization and user by running the following command :

    ```
    php artisan organization:create
    ```

    ```
    php artisan user:create
    ```
2. Finally, add HasOrganization trait to your User model :

    ```
    use WebId\Octools\Traits\HasOrganization;

    class User extends Authenticatable
    {
        use HasOrganization;
    }
    ```

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

[](#configuration)

You can configure the package, like the reference for your models in config/octools.php.

```
    'models' => [
        'user' => App\Models\User::class,
        'member' => \Webid\Octools\Models\Member::class,
        'application' => \Webid\Octools\Models\Application::class,
        'member_service' => \Webid\Octools\Models\MemberService::class,
        'organization' => \Webid\Octools\Models\Organization::class,
        'workspace' => \Webid\Octools\Models\Workspace::class,
        'workspace_service' => \Webid\Octools\Models\WorkspaceService::class,
    ],
```

You can also edit the brand and menu sidebar of the back-office.

API Usage
---------

[](#api-usage)

You can now use the API to manage your users, teams and applications. You can refer to the API documentation at [Octools.io](https://app.octools.io/api/docs). API routes requires an authentication token. You can generate a token by logging into your back office and going to the "Application" menu. You can then create a new application and a token will be attached to it. It is with this that we authenticate on the API.

```
curl -X GET \
https://your-domain.com/api/users \
-H 'Authorization: Bearer YOU_APP_TOKEN' \
-H 'Content-Type: application/json'
```

Services installation
---------------------

[](#services-installation)

Finally, you can install the services you want to use. To do this, you must go to the documentation for each service and follow the installation instructions.

- [Slack](https://github.com/web-id-fr/octools-connectors)
- [Github](https://github.com/web-id-fr/octools-connectors)
- [Gryzzly](https://github.com/web-id-fr/octools-connectors)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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 ~13 days

Total

4

Last Release

1089d ago

### Community

Maintainers

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

---

Top Contributors

[![JulienCauvin](https://avatars.githubusercontent.com/u/33349012?v=4)](https://github.com/JulienCauvin "JulienCauvin (2 commits)")[![clemrep](https://avatars.githubusercontent.com/u/62845501?v=4)](https://github.com/clemrep "clemrep (1 commits)")[![jelore](https://avatars.githubusercontent.com/u/5576976?v=4)](https://github.com/jelore "jelore (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[illuminate/pipeline

The Illuminate Pipeline package.

9346.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)[datomatic/nova-enum-field

A Laravel Nova PHP 8.1 enum field with filters

20134.2k](/packages/datomatic-nova-enum-field)

PHPackages © 2026

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