kematjaya/crud-maker-core

Shared renderer base class used by kematjaya/crud-maker-twig-bundle and kematjaya/crud-maker-api-bundle

Maintainers

Package info

github.com/kematjaya0/crud-maker-core

pkg:composer/kematjaya/crud-maker-core

Transparency log

Statistics

Installs: 13

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2026-08-26 17:29 UTC

This package is auto-updated.

Last update: 2026-08-26 17:30:24 UTC


README

Shared base class (Kematjaya\CrudMakerBundle\Renderer\AbstractRenderer) used by kematjaya/crud-maker-twig-bundle and kematjaya/crud-maker-api-bundle to resolve skeleton template paths (bundled skeletons + an optional app-level override directory).

Install

You normally don't require this directly — it's pulled in automatically as a dependency of whichever maker bundle you install:

composer require kematjaya/crud-maker-twig-bundle
# and/or
composer require kematjaya/crud-maker-api-bundle

This package has no Symfony bundle of its own (no class to register in config/bundles.php) and defines no console commands — it's a plain library dependency, not something you interact with directly.