PHPackages                             paparee/rakaca - 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. [Admin Panels](/categories/admin)
4. /
5. paparee/rakaca

ActiveLibrary[Admin Panels](/categories/admin)

paparee/rakaca
==============

Package GUI for Aptika Services

0169Blade

Since Apr 7Pushed 2mo agoCompare

[ Source](https://github.com/papa-ree/rakaca)[ Packagist](https://packagist.org/packages/paparee/rakaca)[ RSS](/packages/paparee-rakaca/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Package GUI for Aptika Services
===============================

[](#package-gui-for-aptika-services)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4a2637a558548eaf5bb5e043a7ec90149aa5fbef71f60ae69a13e02a0d9db6e1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706170612d7265652f72616b6163612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/papa-ree/rakaca)[![GitHub Tests Action Status](https://camo.githubusercontent.com/4efdfab6f5ef7f1426941cc8da15e49ea3f93efa67f54e0619f0c9ac0343b25a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f706170612d7265652f72616b6163612f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/papa-ree/rakaca/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/64acec96fafedc0aeccbc37aa5ccbdb8403d9b11d59bedb29a6a7289ca2e1436/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f706170612d7265652f72616b6163612f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/papa-ree/rakaca/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/795d873510ffdc16603ad5bd8bc065ef22ad4a2bc3d6906fa0520250add1fe3d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706170612d7265652f72616b6163612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/papa-ree/rakaca)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/d0d0f6ce786f8298a472b223c269a057e7724a819a2684cdd8838ff76c2b5575/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f72616b6163612e6a70673f743d31)](https://spatie.be/github-ad-click/rakaca)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require papa-ree/rakaca
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="rakaca:migrations"
php artisan migrate
```

### Migration Publisher (Recommended)

[](#migration-publisher-recommended)

Alternatively, you can use the interactive migration publisher which provides more control:

```
php artisan rakaca:publish-migration
```

This command allows you to:

- **All**: Publish all migrations.
- **Auto (Only missing)**: Publish only migrations that don't exist yet in your application.
- **Specific Migration**: Select specific migrations from a list.

You can publish the config file with:

```
php artisan vendor:publish --tag="rakaca-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="rakaca-views"
```

Artisan Commands
----------------

[](#artisan-commands)

Rakaca provides several artisan commands to manage services, user-service relations, and submissions.

### Create Service

[](#create-service)

Generate a new service and optionally attach it to a user.

```
php artisan rakaca:make-service --name="Bale CMS" --slug="bale-cms" --user="user-uuid-here"
```

### Link User to Service (Interactive)

[](#link-user-to-service-interactive)

Interactive command to link an existing user to an active service.

```
php artisan rakaca:make-person-service
```

### Create User Submission

[](#create-user-submission)

Generate a new submission record for a specific user and service.

```
php artisan rakaca:make-user-submission --username="john_doe" --service_slug="bale-cms"
```

Usage
-----

[](#usage)

The package provides a GUI for managing services and submissions. Ensure you have run the migrations and configured any necessary services via the commands above or the provided UI.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Papa Ree](https://github.com/papa-ree)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance56

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a4dff95fb8ef6beb3956487f0421a9229b3ded20f76917e49a1e7c2004267e4?d=identicon)[papa-ree](/maintainers/papa-ree)

---

Top Contributors

[![papa-ree](https://avatars.githubusercontent.com/u/79291092?v=4)](https://github.com/papa-ree "papa-ree (16 commits)")

### Embed Badge

![Health badge](/badges/paparee-rakaca/health.svg)

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

PHPackages © 2026

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