PHPackages                             laravel-enso/controlpanelapi - 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. laravel-enso/controlpanelapi

Abandoned → [laravel-enso/control-panel-api](/?search=laravel-enso%2Fcontrol-panel-api)ArchivedLibrary[API Development](/categories/api)

laravel-enso/controlpanelapi
============================

Control Panel API for Laravel Enso

3.6.1(1mo ago)47.8k4MITPHP

Since Apr 21Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/laravel-enso/control-panel-api)[ Packagist](https://packagist.org/packages/laravel-enso/controlpanelapi)[ RSS](/packages/laravel-enso-controlpanelapi/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (12)Versions (100)Used By (0)

Control Panel API
=================

[](#control-panel-api)

[![Codacy Badge](https://camo.githubusercontent.com/2c02dacf04206c01de851fd0593cb8853009b56772792358069527c158fc7bf1/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3332303063656261386165613461333161633164666538323633323862636231)](https://www.codacy.com/app/laravel-enso/control-panel-api?utm_source=github.com&utm_medium=referral&utm_content=laravel-enso/control-panel-api&utm_campaign=Badge_Grade)[![StyleCI](https://camo.githubusercontent.com/e8bc03129aa065bfe76c0ee88d58c607863b090dfbd6c13126c6aaffc578bdaf/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f38383937393532302f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/88979520)[![License](https://camo.githubusercontent.com/1e7f3f66917f24d3ea3aa3e0ccbddd8e15bcd32dffde4b7cd3a9f711e94a70c5/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f636f6e74726f6c2d70616e656c2d6170692f6c6963656e7365)](https://https://packagist.org/packages/laravel-enso/control-panel-api)[![Total Downloads](https://camo.githubusercontent.com/5419a432a4a3cb39dee6fd2a2473c431dcbbcfdd8d12fa8d10c2aa570f64a556/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f636f6e74726f6c2d70616e656c2d6170692f646f776e6c6f616473)](https://packagist.org/packages/laravel-enso/control-panel-api)[![Latest Stable Version](https://camo.githubusercontent.com/ff6a7eaa530f414e87a101c031388b46aa3edee670dca3c2bb28546027639bdf/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f636f6e74726f6c2d70616e656c2d6170692f76657273696f6e)](https://packagist.org/packages/laravel-enso/control-panel-api)

The package depends on the Laravel/Passport official package.

### Installation

[](#installation)

Follow the next steps for completing the [Passport package install](https://laravel.com/docs/5.4/passport#installation):

- run `composer require laravel-enso/ControlPanelApi`
- run `php artisan migrate`
- run `php artisan passport:install`
- set `'driver' => 'passport',` inside `config/auth.php` for the api guard.
- publish the laravel passport FE components: `php artisan vendor:publish --tag=passport-components`
- register the components in `resources/js/app.js`
    - Vue.component('passport-clients', require('./components/passport/Clients.vue'));
    - Vue.component('passport-authorized-clients', require('./components/passport/AuthorizedClients.vue'));
    - Vue.component('passport-personal-access-tokens', require('./components/passport/PersonalAccessTokens.vue'));
- compile the js assets `npm run dev`, `gulp`, etc.
- include the component `` where desired. Optionally, you may use the `manage-oauth-tokens` permission to allow just admins to manage the clients.

Next steps are required for this package:

- Use the FE to define an OAuth client, and take note of the ID and the secret (you'll need these in the client that consumes the services)

**Note** The packages comes with the `manage-oauth-tokens` policy that allows you to only show the `passport-clients` VueJS component to admins.

### Contributions

[](#contributions)

are welcome. Pull requests are great, but issues are good too.

### License

[](#license)

This package is released under the MIT license.

###  Health Score

57

—

FairBetter than 98% of packages

Maintenance94

Actively maintained with recent releases

Popularity25

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 56.2% 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 ~36 days

Recently: every ~305 days

Total

92

Last Release

31d ago

Major Versions

1.3.4 → 2.0.02018-08-20

1.3.5 → 2.0.32018-08-26

1.3.6 → 2.1.02019-03-08

2.5.9 → 3.0.02020-06-24

PHP version history (2 changes)1.0.0PHP &gt;=5.6.4

1.3.3PHP &gt;=7.1.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16073274?v=4)[Adrian Ocneanu](/maintainers/aocneanu)[@aocneanu](https://github.com/aocneanu)

---

Top Contributors

[![aocneanu](https://avatars.githubusercontent.com/u/16073274?v=4)](https://github.com/aocneanu "aocneanu (100 commits)")[![gandesc](https://avatars.githubusercontent.com/u/14071925?v=4)](https://github.com/gandesc "gandesc (46 commits)")[![raftx24](https://avatars.githubusercontent.com/u/10864136?v=4)](https://github.com/raftx24 "raftx24 (20 commits)")[![vmcvlad](https://avatars.githubusercontent.com/u/37445394?v=4)](https://github.com/vmcvlad "vmcvlad (5 commits)")[![GITmanuela](https://avatars.githubusercontent.com/u/44998004?v=4)](https://github.com/GITmanuela "GITmanuela (3 commits)")[![DevIonut](https://avatars.githubusercontent.com/u/19207797?v=4)](https://github.com/DevIonut "DevIonut (1 commits)")[![codacy-badger](https://avatars.githubusercontent.com/u/23704769?v=4)](https://github.com/codacy-badger "codacy-badger (1 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")[![AbdullahiAbdulkabir](https://avatars.githubusercontent.com/u/33360580?v=4)](https://github.com/AbdullahiAbdulkabir "AbdullahiAbdulkabir (1 commits)")

---

Tags

laravellaravel-ensolaravel-packagepassportapilaravellaravel-ensocontrolpanel

### Embed Badge

![Health badge](/badges/laravel-enso-controlpanelapi/health.svg)

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

###  Alternatives

[laravel-enso/core

Main requirement &amp; dependency aggregator for Laravel Enso

3463.6k138](/packages/laravel-enso-core)

PHPackages © 2026

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