PHPackages                             mediactive-digital/medkit - 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. [Framework](/categories/framework)
4. /
5. mediactive-digital/medkit

ActiveLibrary[Framework](/categories/framework)

mediactive-digital/medkit
=========================

Package to init a ready-to-dev Laravel application

0.4.96(3y ago)211.4k↓20%2MITPHPPHP 7.\*CI failing

Since Jul 31Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/mediactive-digital/medkit)[ Packagist](https://packagist.org/packages/mediactive-digital/medkit)[ Docs](https://github.com/mediactive-digital/medkit)[ RSS](/packages/mediactive-digital-medkit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (27)Versions (142)Used By (2)

MedKit
======

[](#medkit)

[![phpversion](https://camo.githubusercontent.com/79dbbe7626192759c77f0bc269fb88974228b42c6be5d8c8176617d565750673/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d6564696163746976652d6469676974616c2f6d65646b69743f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/79dbbe7626192759c77f0bc269fb88974228b42c6be5d8c8176617d565750673/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d6564696163746976652d6469676974616c2f6d65646b69743f7374796c653d666c61742d737175617265)[![lastversion](https://camo.githubusercontent.com/efc3d1a2d892d590b09596d26d93a83473270eb2fe532ac03d357f17cb9acb00/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d6564696163746976652d6469676974616c2f6d65646b69743f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/efc3d1a2d892d590b09596d26d93a83473270eb2fe532ac03d357f17cb9acb00/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d6564696163746976652d6469676974616c2f6d65646b69743f7374796c653d666c61742d737175617265)[![dependencies](https://camo.githubusercontent.com/c8ba8db1c3417b8579759116fe7cd9ef243875596b306b433662f9e5cd73924f/68747470733a2f2f696d672e736869656c64732e696f2f6c6962726172696573696f2f6769746875622f6d6564696163746976652d6469676974616c2f6d65646b69743f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/c8ba8db1c3417b8579759116fe7cd9ef243875596b306b433662f9e5cd73924f/68747470733a2f2f696d672e736869656c64732e696f2f6c6962726172696573696f2f6769746875622f6d6564696163746976652d6469676974616c2f6d65646b69743f7374796c653d666c61742d737175617265)

[![Latest Version on Packagist](https://camo.githubusercontent.com/73e708c5bddfd592f036a23cc37318c207247d5f0f54d3f7264e88a8da02aaa5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6564696163746976656469676974616c2f6d65646b69742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mediactivedigital/medkit)[![Total Downloads](https://camo.githubusercontent.com/5e4089a20b64d2e6d7dede1ce39fa125da341aaf6c134059198d81410c32a48a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6564696163746976656469676974616c2f6d65646b69742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mediactivedigital/medkit)[![Build Status](https://camo.githubusercontent.com/9c5fb98b017701f9bcabc0a722b2c21afcd4760641b0b4e5c5a28f417a5c93ff/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d6564696163746976656469676974616c2f6d65646b69742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/mediactivedigital/medkit)[![StyleCI](https://camo.githubusercontent.com/cb13a877afd1dbe223c631789c3f922d3ace958fdb334a9cce9b26afefbc2ebd/68747470733a2f2f7374796c6563692e696f2f7265706f732f31323334353637382f736869656c64)](https://styleci.io/repos/12345678)

MedKit is a toolbox used by Mediactive Digital.

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

[](#installation)

Create a new project, then require medKit

```
$ laravel new projectZero
$ cd projectZero/
$ composer require mediactive-digital/medkit
$ php artisan medkit:install
```

> update your .env, create your bdd

Run the migrations (with docker)
--------------------------------

[](#run-the-migrations-with-docker)

Update your .env for access between docker containers :

```
DB_CONNECTION=mysql
DB_HOST=db_mysql_$DB_DATABASE
DB_PORT=3306
DB_DATABASE=$DB_DATABASE
DB_USERNAME=root
DB_PASSWORD=toor
```

> Replace $DB\_DATABASE by your db name

Install docker comunity edition, then run

```
$ docker-compose up
```

> configurations are in docker-compose.yaml

Then run the wizzard inside Docker.

```
$ docker-compose exec core_services php /var/www/artisan medkit:migrate
```

Run the migrations (with your own services)
-------------------------------------------

[](#run-the-migrations-with-your-own-services)

```
$ php artisan medkit:migrate
```

Run Composer (with Docker)
--------------------------

[](#run-composer-with-docker)

```
$ docker-compose exec core_services composer update
```

Integrations
------------

[](#integrations)

### Sentry

[](#sentry)

Ajout dans le .env

```
SENTRY_LARAVEL_DSN=https://CODE@SENTRY_SERVER
```

Roadmap
-------

[](#roadmap)

- Finir les views Generator (pas les id, carbon, translatable, ...)
- Faire une surcouche pour compléter la génération des migrations
- Faire une surcouche pour compléter la génération des factories
- Passer les mails sur mailTemplate (activer compte, mdp oublié, ...) + event création user... + motifs sur datatable (cf videomanager)
- Ajouter une description sur permission + La générer dans le(s) generate() du crud
- Lien phpInfo dans outil dev

Change log
----------

[](#change-log)

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

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits
-------

[](#credits)

- [author name](https://github.com/mediactivedigital)
- [All Contributors](../../contributors)

License
-------

[](#license)

license. Please see the [license file](license.md) for more information.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 58.7% 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 ~10 days

Recently: every ~90 days

Total

124

Last Release

1208d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/40459235?v=4)[Mediactive Digital](/maintainers/mediactive-digital)[@mediactive-digital](https://github.com/mediactive-digital)

---

Top Contributors

[![fchalal](https://avatars.githubusercontent.com/u/40465455?v=4)](https://github.com/fchalal "fchalal (108 commits)")[![stfr](https://avatars.githubusercontent.com/u/93080?v=4)](https://github.com/stfr "stfr (42 commits)")[![GitMachin](https://avatars.githubusercontent.com/u/39370081?v=4)](https://github.com/GitMachin "GitMachin (28 commits)")[![punkoleo](https://avatars.githubusercontent.com/u/9318104?v=4)](https://github.com/punkoleo "punkoleo (6 commits)")

---

Tags

laravelboilerplateMedKit

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mediactive-digital-medkit/health.svg)

```
[![Health](https://phpackages.com/badges/mediactive-digital-medkit/health.svg)](https://phpackages.com/packages/mediactive-digital-medkit)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[microweber/microweber

New generation CMS with drag and drop

3.4k13.8k1](/packages/microweber-microweber)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)

PHPackages © 2026

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