Libraries tagged by scaffolding tool
wp-forge/wp-scaffolding-tool
77 Downloads
A zero-config scaffolding tool for WordPress.
c5labs/cli-tools
14 Downloads
Command line tools & scaffolding generator for concrete5.
malsanyang/laravel-model-tools
8 Downloads
Laravel model utilities including UUID reference generation, reference route keys, and migration scaffolding.
hugo0vaz/ddd-tooling
7 Downloads
Geradores de boilerplate DDD (Aggregate, Value Object, Domain Event, Repository, Integration Events) para Laravel.
dyahunter35/filament-translation-toolkit
33 Downloads
A comprehensive translation toolkit for Filament v5 — automatic UI translation, AI-powered translation generation, and language file scaffolding.
raphhh/samurai
126 Downloads
PHP scaffolding tool - creates for you all the files you need to start a new project
took/yii2-gii-mcp
14 Downloads
Model Context Protocol (MCP) server for Yii2 Gii scaffolding - enables AI agents to generate models and CRUD interfaces
rahasistiyak/laravel-super-artisan
8 Downloads
A powerful Laravel scaffolding package — generate Models, Controllers, Repositories, APIs, Filament resources, Policies, Actions, and more with a single command. Includes a complete Workflow runner for Artisan command sequences.
mohamed-ashraf-elsaed/claude-kit
246 Downloads
One command sets up Claude Code (and any AI coding agent) on a Laravel project: engineering rules, a quality gate (PHPStan, Pint, Pest), skills, git hooks, and stack-aware frontend tooling.
mehedi250/laravel-structure-kit
30 Downloads
Laravel scaffolding package with a browser UI and Artisan command — generates Model, Controller, Migration, Service Pattern (interface + implementation), and Repository Pattern (interface + implementation) with correct namespaces.
kadevland/laravel-easy-modules
117 Downloads
Laravel module generator with extensive Artisan commands for rapid modular development. Customizable architecture patterns including Clean Architecture templates.
paolobellini/laravel-preset
9 Downloads
Opinionated Laravel preset: dev tooling, code conventions and AI agent guidelines scaffolded into new projects.
adereksisusanto/laravel-artisan
889 Downloads
Laravel scaffolding toolkit – generate boilerplate code and build artisan-powered CLI tools.
laramint/laravel-zonda
11 Downloads
Zonda is a command-line tool for building standalone Laravel packages without needing a host Laravel application. It lets you work inside a package directory as if you were inside a regular Laravel project — running migrations, artisan commands, scaffolding files — while the package itself stays clean and portable.
birb/fancy-stubs-codegen
13 Downloads
Build-time, attribute-driven code generator: write a stub class, mark members with #[DefinerAttribute], and get a real, finished PHP class back — conventions filled in (event names, ids, ...), or whole getters/setters/builder classes generated from the stub's properties. Unlike runtime-reflection tools, the output is a plain PHP file with zero dependency on this library and no per-request reflection cost; useful for scaffolding DDD value objects/aggregates/events, command classes and other boilerplate. Postprocessing (transforming code, e.g. phpcbf/php-cs-fixer/rector), quality checks (evaluating code, e.g. PHPStan/Psalm/PHPCS) and framework-specific conventions (e.g. Laravel table/id naming) ship as separate packages — see birb/fancy-stubs-codegen-postprocessors, birb/fancy-stubs-codegen-code-quality and birb/fancy-stubs-codegen-laravel.