PHPackages                             akkurateio/laravel-core - 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. akkurateio/laravel-core

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

akkurateio/laravel-core
=======================

Core logic for Akkurate Ecosystem

v0.1.3(5y ago)01795AGPL-3.0-onlyPHP

Since Jan 11Pushed 5y ago2 watchersCompare

[ Source](https://github.com/akkurateio/laravel-core)[ Packagist](https://packagist.org/packages/akkurateio/laravel-core)[ RSS](/packages/akkurateio-laravel-core/feed)WikiDiscussions 0.x Synced 1mo ago

READMEChangelogDependencies (14)Versions (6)Used By (5)

Laravel Core
============

[](#laravel-core)

Using this package you can easily get Akkurate's interfaces. Here are centralized classes (traits, formulaires ...) that can be called by the other Akkurate packages.

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

[](#installation)

This package can be installed through Composer.

```
composer require akkurate/laravel-core
```

Optionally, you can publish the dashboard view with this command:

```
php artisan vendor:publish --tag="dashboard"
```

You can publish as well the config file with this command:

```
php artisan vendor:publish --provider="Akkurate\LaravelCore\LaravelCoreServiceProvider" --tag="config"
```

The following files will be published in the config folder of your app : `general.php`, `reference` and `laravel-core`.

Now to deploy the core installation process, you have to through this command:

```
php artisan core:install
```

Laravel Admin
-------------

[](#laravel-admin)

Module for managing accounts, users, languages, countries and preferences for Laravel projects.

Optionally, you can publish the config file with this command:

```
php artisan vendor:publish --provider="Akkurate\LaravelCore\Providers\LaravelAdminServiceProvider" --tag="config"
```

Laravel Access
--------------

[](#laravel-access)

Module for managing roles and permissions.

If you want to overwrite the config file:

```
php artisan vendor:publish --provider="Akkurate\LaravelCore\Providers\LaravelAccessServiceProvider" --tag="config"
```

Laravel Me
----------

[](#laravel-me)

Module for managing the user profile.

If you want to overwrite the config with:

```
php artisan vendor:publish --provider="Akkurate\LaravelCore\Providers\LaravelMeServiceProvider" --tag="config"
```

If you want to overwrite the users delete partial:

```
php artisan vendor:publish --provider="Akkurate\LaravelCore\Providers\LaravelMeServiceProvider" --tag="user-partials"
```

If you want to publish all the views:

```
php artisan vendor:publish --provider="Akkurate\LaravelCore\Providers\LaravelMeServiceProvider" --tag="views"
```

Tests
-----

[](#tests)

At the root of the locally installed package:

```
composer install
composer test
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.9% 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 ~2 days

Total

5

Last Release

1937d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f1033c0f3d0e9cebe3f9c63c293dbadcf26f46a90c467a8d66ce46621b243579?d=identicon)[camille-badique](/maintainers/camille-badique)

![](https://www.gravatar.com/avatar/2b35bce36f14b032c9ec57d12ff3b4719c02c85b41b0715e0d0279a6ce01dbf2?d=identicon)[dylanduault](/maintainers/dylanduault)

---

Top Contributors

[![cambad](https://avatars.githubusercontent.com/u/48125516?v=4)](https://github.com/cambad "cambad (23 commits)")[![bastosh](https://avatars.githubusercontent.com/u/19573137?v=4)](https://github.com/bastosh "bastosh (5 commits)")[![Dylan-Duault](https://avatars.githubusercontent.com/u/1349678?v=4)](https://github.com/Dylan-Duault "Dylan-Duault (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/akkurateio-laravel-core/health.svg)

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

###  Alternatives

[binarycabin/laravel-uuid

A wrapper for webpatser/laravel-uuid with additional integration

86589.4k](/packages/binarycabin-laravel-uuid)[vanilo/properties

Vanilo Properties (Attributes) Module

11105.2k2](/packages/vanilo-properties)

PHPackages © 2026

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