kematjaya/crud-maker-bundle

Umbrella package for kematjaya/crud-maker-twig-bundle and kematjaya/crud-maker-api-bundle (BC convenience: pulls in both flavors, same as before the package split). New projects should require only the flavor they need.

Maintainers

Package info

github.com/kematjaya0/crud-maker-bundle

Type:metapackage

pkg:composer/kematjaya/crud-maker-bundle

Transparency log

Statistics

Installs: 1 911

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 2

8.4.0 2026-08-26 17:10 UTC

README

CRUD generator based on Symfony MakerBundle, split into two independent flavors with unrelated dependency needs:

Install and read the README of whichever one matches your project — full install steps, Symfony project setup (bundle registration), command arguments/prompts, and generated-file breakdowns are documented there, not duplicated here.

Package layout

This repo is a monorepo of three composer packages, split by dependency — see packages/:

composer require kematjaya/crud-maker-bundle (this root package) still works and pulls in both flavors, for backward compatibility — new projects should require only the flavor they need.

Versioning: the umbrella package above is on its own version track (continuing its pre-split 7.x/8.x history); the three packages/* are versioned independently from each other's shared v1.x track. See scripts/release.sh for the release process.

Credits