PHPackages                             macropay-solutions/php-kernel-dev - 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. macropay-solutions/php-kernel-dev

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

macropay-solutions/php-kernel-dev
=================================

Development library for php-kernel

1.0.0-RC-9(2w ago)269—9.1%12MITPHPPHP ^8.2.0

Since Jun 25Pushed 2w agoCompare

[ Source](https://github.com/macropay-solutions/php-kernel-dev)[ Packagist](https://packagist.org/packages/macropay-solutions/php-kernel-dev)[ RSS](/packages/macropay-solutions-php-kernel-dev/feed)WikiDiscussions production Synced 2w ago

READMEChangelog (9)DependenciesVersions (9)Used By (2)

php-kernel-dev
==============

[](#php-kernel-dev)

[![Total Downloads](https://camo.githubusercontent.com/efd3bc3334b35e8563389f3c88ed862ab252884eca997068c0a42bd3b7a2d2d3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6163726f7061792d736f6c7574696f6e732f7068702d6b65726e656c2d646576)](https://packagist.org/packages/macropay-solutions/php-kernel-dev)[![Latest Stable Version](https://camo.githubusercontent.com/927eeb2af1636cad7370562ae392b81302fa88a4ab88461bc5265d960df1c515/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6163726f7061792d736f6c7574696f6e732f7068702d6b65726e656c2d646576)](https://packagist.org/packages/macropay-solutions/php-kernel-dev)[![License](https://camo.githubusercontent.com/a1cbcc212eec116bf00246542f171b94b74438d20771c7db3b9472ada2334600/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d6163726f7061792d736f6c7574696f6e732f7068702d6b65726e656c2d646576)](https://packagist.org/packages/macropay-solutions/php-kernel-dev)

Development Library for [PHP-kernel](https://github.com/macropay-solutions/php-kernel)

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

[](#installation)

1\. Run composer command:

`composer require macropay-solutions/php-kernel-dev --dev`

```

These are already registered in the Framework:
```php
use MacropaySolutions\KernelDev\Cache\Console\CacheTableCommand;
use MacropaySolutions\KernelDev\Database\Console\DumpCommand;
use MacropaySolutions\KernelDev\Database\Console\Migrations\MigrateMakeCommand;
use MacropaySolutions\KernelDev\Database\Console\Seeds\SeederMakeCommand;
use MacropaySolutions\KernelDev\Database\Console\WipeCommand;
use MacropaySolutions\KernelDev\Queue\Console\BatchesTableCommand;
use MacropaySolutions\KernelDev\Queue\Console\FailedTableCommand;
use MacropaySolutions\KernelDev\Queue\Console\TableCommand;

use MacropaySolutions\KernelDev\Database\Console\Migrations\MigrateMakeCommand;
use MacropaySolutions\KernelDev\Database\Migrations\MigrationCreator;

```

Usage
-----

[](#usage)

```
php run about {--only= : The section to display}
        {--json : Output the information as JSON}
```

```
php run config:show {config : The configuration file to show}
```

```
php run db:show {--database= : The database connection}
        {--json : Output the database information as JSON}
        {--counts : Show the table row count  Note: This can be slow on large databases };
        {--views : Show the database views  Note: This can be slow on large databases }
```

```
php run db:table
        {table? : The name of the table}
        {--database= : The database connection}
        {--json : Output the table information as JSON}
```

```
php run docs {page? : The documentation page to open} {section? : The section of the page to open}
```

```
php run env:encrypt
        {--key= : The encryption key}
        {--cipher= : The encryption cipher}
        {--env= : The environment to be encrypted}
        {--force : Overwrite the existing encrypted environment file}
```

```
php run event:list {--event= : Filter the events by name}
```

```
php run key:generate
        {--show : Display the key instead of modifying files}
        {--force : Force the operation to run when in production}
```

```
php run lang:publish
        {--existing : Publish and overwrite only the files that have already been published}
        {--force : Overwrite any existing files}
```

```
php run make:migration {name : The name of the migration}
        {--create= : The table to be created}
        {--table= : The table to migrate}
        {--path= : The location where the migration file should be created}
        {--realpath : Indicate any provided migration file paths are pre-resolved absolute paths}
        {--fullpath : Output the full path of the migration (Deprecated)}
```

```
php run model:show {model : The model to show}
        {--database= : The database connection to use}
        {--json : Output the model as JSON}
```

```
php run schedule:list
        {--timezone= : The timezone that times should be displayed in}
        {--next : Sort the listed tasks by their next due date}
```

```
php run schedule:test {--name= : The name of the scheduled command to run}
```

```
php run schema:dump
        {--database= : The database connection to use}
        {--path= : The path where the schema dump file should be stored}
        {--prune : Delete all existing migration files}
```

```
php run cache:table
```

```
php run channel:list
```

```
php run db:wipe
```

```
php run make:cast
```

```
php run make:channel
```

```
php run make:command
```

```
php run make:event
```

```
php run make:exception
```

```
php run make:factory
```

```
php run make:job
```

```
php run make:listener
```

```
php run make:mail
```

```
php run make:notification
```

```
php run make:observer
```

```
php run make:policy
```

```
php run make:provider
```

```
php run make:request
```

```
php run make:rule
```

```
php run make:scope
```

```
php run make:seeder
```

```
php run make:test
```

```
php run make:view
```

```
php run notifications:table
```

```
php run queue:batches-table
```

```
php run queue:failed-table
```

```
php run queue:table
```

```
php run serve
```

```
php run session:table
```

License
-------

[](#license)

This package is licensed under the [license MIT](http://opensource.org/licenses/MIT).

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance97

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity37

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.

###  Release Activity

Cadence

Every ~4 days

Total

8

Last Release

15d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/153634237?v=4)[macropay-solutions](/maintainers/macropay-solutions)[@macropay-solutions](https://github.com/macropay-solutions)

---

Top Contributors

[![macropay-solutions](https://avatars.githubusercontent.com/u/153634237?v=4)](https://github.com/macropay-solutions "macropay-solutions (15 commits)")

---

Tags

generator

### Embed Badge

![Health badge](/badges/macropay-solutions-php-kernel-dev/health.svg)

```
[![Health](https://phpackages.com/badges/macropay-solutions-php-kernel-dev/health.svg)](https://phpackages.com/packages/macropay-solutions-php-kernel-dev)
```

###  Alternatives

[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k121.2M777](/packages/symfony-maker-bundle)[simplesoftwareio/simple-qrcode

Simple QrCode is a QR code generator made for Laravel.

2.9k31.6M121](/packages/simplesoftwareio-simple-qrcode)[nikic/iter

Iteration primitives using generators

1.1k6.5M60](/packages/nikic-iter)[jeroendesloovere/vcard

This VCard PHP class can generate a vCard with some data. When using an iOS device it will export as a .ics file because iOS devices don't support the default .vcf files.

5234.0M16](/packages/jeroendesloovere-vcard)[lambdish/phunctional

λ PHP functional library

3642.2M27](/packages/lambdish-phunctional)[riimu/kit-phpencoder

Highly customizable alternative to var\_export for PHP code generation

718.4M37](/packages/riimu-kit-phpencoder)

PHPackages © 2026

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