Libraries tagged by boilerplate file
sebastienheyd/boilerplate-media-manager
3690 Downloads
Media Manager for sebastienheyd/boilerplate
cloudverve/wordpress-cloud-media-offloader-plugin
101 Downloads
A plugin for WordPress that allows you to serve media files from the Backblaze B2 service.
jimhlad/leapfrog
30 Downloads
A UI-based CRUD boilerplate generator for Laravel. Quickly create files according to the Controller-Service-Model pattern.
minilara/minilara
38 Downloads
Mini Lara Industrial - Ultra-lightweight, 7-file core PHP framework with Laravel 13 components, automated migrations, and high-contrast ledger printing.
mehedi250/laravel-structure-kit
28 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.
buonzz/console-app
64 Downloads
Boilerplate project files for creating Console Applications on executable PHAR file.
nucleardog/ndapi-common
132 Downloads
API boilerplate for Laravel - common files
birb/fancy-stubs-codegen
9 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 (e.g. phpcbf) and framework-specific conventions (e.g. Laravel table/id naming) ship as separate packages — see birb/fancy-stubs-codegen-postprocessors and birb/fancy-stubs-codegen-laravel.
leprz/boilerplate-generator
9985 Downloads
This package helps you generate any kind of file boilerplate including PHP classes
webpress/static-file
1793 Downloads
Boilerplate template for laravel package
tomkyle/boilerplate-php
19 Downloads
PHP package boilerplate. Automatically runs PHPUnit, PHPStan, Rector, and PHP-CS-Fixer on file changes.
itul/laravel-boilerplate
6 Downloads
A comprehensive Laravel starter project with pre-configured packages, interactive setup, and common functionality for rapid application development
restjs/rest-api
19 Downloads
RESTful API Boilerplate with OOP & MVC Pattern
peekphp/peek
6 Downloads
A package to ask any AI Client to give detailed answer of improvements on PHP files/snippets.
imran-ahmed-optilius/laravel-ddd-maker
7 Downloads
Artisan command to scaffold Clean Architecture + DDD feature files for Laravel (Action, Request, UseCase, Service, Repository, Output DTO, Response).