{"id":20698985,"url":"https://github.com/mwsimple/admincrudbundle","last_synced_at":"2025-07-11T12:43:49.452Z","repository":{"id":16456519,"uuid":"19208450","full_name":"MWSimple/AdminCrudBundle","owner":"MWSimple","description":"AdminCrud genera un controlador muy básico para una Entity dada. Este controlador extiende e implementa un controlador Super Genial.","archived":false,"fork":false,"pushed_at":"2019-04-26T23:46:51.000Z","size":4075,"stargazers_count":20,"open_issues_count":10,"forks_count":13,"subscribers_count":6,"default_branch":"version30","last_synced_at":"2025-04-13T21:16:12.304Z","etag":null,"topics":["admin","bundle","crud","symfony"],"latest_commit_sha":null,"homepage":"http://www.tecspro.com.ar","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MWSimple.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-27T15:43:55.000Z","updated_at":"2024-05-08T10:40:45.000Z","dependencies_parsed_at":"2022-07-14T01:30:36.489Z","dependency_job_id":null,"html_url":"https://github.com/MWSimple/AdminCrudBundle","commit_stats":null,"previous_names":[],"tags_count":131,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MWSimple%2FAdminCrudBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MWSimple%2FAdminCrudBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MWSimple%2FAdminCrudBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MWSimple%2FAdminCrudBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MWSimple","download_url":"https://codeload.github.com/MWSimple/AdminCrudBundle/tar.gz/refs/heads/version30","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250331104,"owners_count":21413094,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin","bundle","crud","symfony"],"created_at":"2024-11-17T00:27:39.882Z","updated_at":"2025-04-22T21:48:13.026Z","avatar_url":"https://github.com/MWSimple.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"AdminCrudBundle\n===============\n[![Build Status](https://api.travis-ci.org/MWSimple/AdminCrudBundle.svg?branch=version30)](https://travis-ci.org/MWSimple/AdminCrudBundle)\n[![SensioLabsInsight](https://insight.sensiolabs.com/projects/4bd204f1-2be2-4022-8a2e-6b70c0065cba/mini.png)](https://insight.sensiolabs.com/projects/4bd204f1-2be2-4022-8a2e-6b70c0065cba)\n[![Coverage Status](https://coveralls.io/repos/github/MWSimple/AdminCrudBundle/badge.svg?branch=version30)](https://coveralls.io/github/MWSimple/AdminCrudBundle?branch=version30)\n[![Latest Stable Version](https://poser.pugx.org/mwsimple/admin-crud/version)](https://packagist.org/packages/mwsimple/admin-crud) [![Total Downloads](https://poser.pugx.org/mwsimple/admin-crud/downloads)](https://packagist.org/packages/mwsimple/admin-crud) [![composer.lock available](https://poser.pugx.org/mwsimple/admin-crud/composerlock)](https://packagist.org/packages/mwsimple/admin-crud)\n\u003csup\u003e\u003ckbd\u003e**SOPORTA SYMFONY 3.x**\u003c/kbd\u003e\u003c/sup\u003e\n\n\u003cb\u003e[EN](Resources/doc/README_EN.md) / [ES](README.md)\u003c/b\u003e\n\nDescripción\n-----------\n\nEl comando mwsimple:generate:admincrud genera un controlador muy básico para una Entity dada.\nEste controlador extiende e implementa un controlador por defecto con paginador, filtro y permite realizar las operaciones básicas (Listar, Ver, Crear, Editar, Eliminar), además la reescritura de acciones y vistas.\n\nEste paquete nació inspirado en [jordillonch/CrudGeneratorBundle](https://github.com/jordillonch/CrudGeneratorBundle) Por Jordi Llonch\n\n##\u003cp align=\"right\"\u003eVista previa Listar y Crear\u003c/p\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/MWSimple/AdminCrudBundle/version30/Resources/doc/preview_list.png\" alt=\"Listar\" width=\"50%\" align=\"right\" /\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/MWSimple/AdminCrudBundle/version30/Resources/doc/preview_new.png\" alt=\"Crear\" width=\"50%\" align=\"right\" /\u003e\n\nDemo Github\n----\n[https://github.com/gonzakpo/DemoAdminCrudBundle](https://github.com/gonzakpo/DemoAdminCrudBundle)\n\nDocumentación\n-------------\n\n* [Instalación](Resources/doc/instalacion.md)\n\n* [Generar CRUD](Resources/doc/generacion.md)\n\n* [Configuración](Resources/doc/configuracion.md)\n\n* [Controlador](Resources/doc/controlador.md)\n\n* [Vistas](Resources/doc/vistas.md)\n\n* [Formularios](Resources/doc/forms.md)\n\n* [Formularios Embebidos](Resources/doc/formsembed.md)\n\n* [Seguridad](Resources/doc/seguridad.md)\n\n* [Baja lógica](Resources/doc/bajalogica.md)\n\n* [Subiendo archivos](Resources/doc/subirarchivos.md)\n\n## Dependencias\n\n- El bundle extiende de    [SensioGeneratorBundle](https://github.com/sensio/SensioGeneratorBundle) .\n- Para el menu             [KnpMenuBundle](https://github.com/KnpLabs/KnpMenuBundle) .\n- Para el paginador        [KnpPaginatorBundle](https://github.com/KnpLabs/KnpPaginatorBundle) .\n- Para los filtros         [LexikFormFilterBundle](https://github.com/lexik/LexikFormFilterBundle) .\n- Formulario datetime type [DatetimepickerBundle](https://github.com/stephanecollot/DatetimepickerBundle) .\n- Subir archivos           [VichUploaderBundle](https://github.com/dustin10/VichUploaderBundle) .\n- Editor de texto          [FOSCKEditorBundle](https://github.com/FriendsOfSymfony/FOSCKEditorBundle) .\n- Manipulador de imagenes  [LiipImagineBundle](https://github.com/liip/LiipImagineBundle) .\n- Twig Extensiones         [TwigExtensions](http://twig.sensiolabs.org/doc/extensions/intl.html) .\n- Select 2 Entity          [select2entity-bundle](https://github.com/tetranz/select2entity-bundle) .\n- Symfony Colecciones      [symfony-collection](https://github.com/ninsuo/symfony-collection) .\n- Alertas Toastr           [toastr](https://github.com/CodeSeven/toastr) .\n- Validador Js             [bootstrap-validator](http://1000hz.github.io/bootstrap-validator/) .\n\n## Author\nGonzalo Alonso - gonkpo@gmail.com\n\n## Soporte\n[Tecspro](http://www.tecspro.com.ar)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwsimple%2Fadmincrudbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmwsimple%2Fadmincrudbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwsimple%2Fadmincrudbundle/lists"}