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 9mo 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 yesterday

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

30

—

LowBetter than 62% of packages

Maintenance47

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

612d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/98918971?v=4)[Yordan Lazarov](/maintainers/dakataa)[@dakataa](https://github.com/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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M386](/packages/easycorp-easyadmin-bundle)[shopware/storefront

Storefront for Shopware

684.6M236](/packages/shopware-storefront)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[symfony/ux-toolkit

A tool to easily create a design system in your Symfony app with customizable, well-crafted Twig components

16126.1k1](/packages/symfony-ux-toolkit)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

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