PHPackages                             dakataa/crud-twig - 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. [Templating &amp; Views](/categories/templating)
4. /
5. dakataa/crud-twig

ActiveLibrary[Templating &amp; Views](/categories/templating)

dakataa/crud-twig
=================

Symfony CRUD Frontend based on Twig

v1.0.2(1y ago)0121MITJavaScriptPHP &gt;=8.1

Since Sep 26Pushed 7mo ago2 watchersCompare

[ Source](https://github.com/dakataa/crud-twig)[ Packagist](https://packagist.org/packages/dakataa/crud-twig)[ RSS](/packages/dakataa-crud-twig/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (5)Used By (0)

CRUD Dashboard Twig (Frontend)
==============================

[](#crud-dashboard-twig-frontend)

This package is a sub-package of [dakataa/crud](https://github.com/dakataa/crud) and depending on it. Create beautiful CRUD Dashboard with no effort. You can customize colors, logo, icons, and also you can easy extends or change the **Templates** or **Bootstrap Theme**.

Setup
-----

[](#setup)

### Install packages

[](#install-packages)

```
composer require dakataa/crud-twig
```

Twig
----

[](#twig)

### Methods

[](#methods)

MethodDescriptiongetRoute(name)Get Route by Action name or Controller Method name if action has no namegeneratePathGenerate URL Path by Action NamegeneratePathByActionGenerate URL Path by ActionhasActionCheck for existing action by name### Component (Twig Macros)

[](#component-twig-macros)

Available Blocks

ComponentDescriptionListViewThe component is used to display data in a grid.### How to extend or change the templates

[](#how-to-extend-or-change-the-templates)

You can easy extend every `list`, `edit`, `view` template by creating a new template in root project dir `templates/crud/[entity]/[template].html.twig`

```
{% extends '@DakataaCrudTwig/edit.html.twig' %}
{% block title %}
	New Title
{% endblock}

{% block form_start %}
	Before Form Begin
   {{ parent() }}
{% endblock %}

{% block form_body %}
	{{ form_row(form.modify.view.name) }}

	{{ form_rest(form.modify.view) }}
{% endblock %}
```

Javascript API
==============

[](#javascript-api)

### Data Fetcher

[](#data-fetcher)

### Ajax Validator

[](#ajax-validator)

Validate and Display form errors without refreshing. Just add HTML attribute `[data-ajax]`

```

	...

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance51

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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

Every ~16 days

Total

3

Last Release

558d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/54b53768a2190aa8af502fe9a95cad4c91f14ae09e71f522fd82ab7d85c73512?d=identicon)[dakataa](/maintainers/dakataa)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/dakataa-crud-twig/health.svg)

```
[![Health](https://phpackages.com/badges/dakataa-crud-twig/health.svg)](https://phpackages.com/packages/dakataa-crud-twig)
```

###  Alternatives

[twig/extra-bundle

A Symfony bundle for extra Twig extensions

91292.0M314](/packages/twig-extra-bundle)[friendsofsymfony/ckeditor-bundle

Provides a CKEditor integration for your Symfony project.

53014.3M49](/packages/friendsofsymfony-ckeditor-bundle)[symfony/ux-twig-component

Twig components for Symfony

21814.8M161](/packages/symfony-ux-twig-component)[symfony/ux-live-component

Live components for Symfony

1635.6M71](/packages/symfony-ux-live-component)[twig/html-extra

A Twig extension for HTML

777.6M41](/packages/twig-html-extra)[yellowskies/qr-code-bundle

Symfony Barcode &amp; QR Code Generator Bundle with Twig extension

36682.9k](/packages/yellowskies-qr-code-bundle)

PHPackages © 2026

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