PHPackages                             phpnomad/core-recipes - 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. phpnomad/core-recipes

ActiveLibrary[Framework](/categories/framework)

phpnomad/core-recipes
=====================

Core scaffolding recipes for PHPNomad — datastores, controllers, listeners, events, tables, and more. Consumed by phpnomad/cli via composer-based kit discovery.

1.0.0(1mo ago)0102MITGo Template

Since May 1Pushed 1mo agoCompare

[ Source](https://github.com/phpnomad/core-recipes)[ Packagist](https://packagist.org/packages/phpnomad/core-recipes)[ RSS](/packages/phpnomad-core-recipes/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (2)

PHPNomad Core Recipes
=====================

[](#phpnomad-core-recipes)

Core scaffolding recipes for PHPNomad applications. Consumed by `phpnomad/cli` via composer-based kit discovery.

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

[](#installation)

```
composer require phpnomad/core-recipes --dev
```

The CLI auto-discovers any installed package whose `composer.json` declares `extra.phpnomad.recipes`. After installation, `phpnomad recipes:list` will show the recipes provided by this kit.

Usage
-----

[](#usage)

Each recipe is referenced as `phpnomad/`:

```
phpnomad make --from=phpnomad/datastore '{"name":"Order","initializer":"App\\AppInit"}'
phpnomad make --from=phpnomad/listener '{"name":"SendWelcomeEmail","event":"App\\Events\\UserCreated","initializer":"App\\AppInit"}'
```

Recipes provided
----------------

[](#recipes-provided)

RecipePurpose`phpnomad/command`CLI command class`phpnomad/controller`REST controller`phpnomad/database-datastore`Datastore backed by a database table (composes datastore + table + database-handler)`phpnomad/database-handler`Database handler implementation for a datastore`phpnomad/datastore`Datastore with interface and handler interface`phpnomad/event`Event class`phpnomad/facade`Facade proxying an interface`phpnomad/graphql-type`GraphQL type definition`phpnomad/initializer`Initializer class`phpnomad/listener`Event listener`phpnomad/model`Data model class`phpnomad/model-adapter`Adapter converting between two model representations`phpnomad/mutation`Mutation handler`phpnomad/table`Database table schema`phpnomad/task`Task class`phpnomad/task-handler`Task handlerAuthoring your own kit
----------------------

[](#authoring-your-own-kit)

Any composer package can ship recipes by declaring them in `composer.json`:

```
{
  "extra": {
    "phpnomad": {
      "recipes": "path/to/recipes/",
      "templates": "path/to/templates/"
    }
  }
}
```

Recipes inside the kit are referenced as `/`.

License
-------

[](#license)

MIT

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance92

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity33

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

Unknown

Total

1

Last Release

39d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e6206223bd6f2a57b8ac80605b1b5c3521faaec18ad3f20f25fb728a9a13784?d=identicon)[tstandiford](/maintainers/tstandiford)

---

Top Contributors

[![alexstandiford](https://avatars.githubusercontent.com/u/8210827?v=4)](https://github.com/alexstandiford "alexstandiford (4 commits)")

### Embed Badge

![Health badge](/badges/phpnomad-core-recipes/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M822](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[pinguo/php-msf

Pinguo Micro Service Framework For PHP

1.7k4.2k](/packages/pinguo-php-msf)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)

PHPackages © 2026

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