Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softspring/crudl-controller
A CRUD+list helper library for Symfony
https://github.com/softspring/crudl-controller
component symfony
Last synced: about 2 months ago
JSON representation
A CRUD+list helper library for Symfony
- Host: GitHub
- URL: https://github.com/softspring/crudl-controller
- Owner: softspring
- License: mit
- Created: 2022-03-31T23:11:30.000Z (almost 3 years ago)
- Default Branch: 5.4
- Last Pushed: 2024-11-13T16:36:16.000Z (2 months ago)
- Last Synced: 2024-11-13T17:33:13.138Z (2 months ago)
- Topics: component, symfony
- Language: PHP
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crudl Controller
![Latest Stable](https://img.shields.io/packagist/v/softspring/crudl-controller?label=stable&style=flat-square)
![Latest Unstable](https://img.shields.io/packagist/v/softspring/crudl-controller?label=unstable&style=flat-square&include_prereleases)
![License](https://img.shields.io/packagist/l/softspring/crudl-controller?style=flat-square)
![PHP Version](https://img.shields.io/packagist/dependency-v/softspring/crudl-controller/php?style=flat-square)
![Downloads](https://img.shields.io/packagist/dt/softspring/crudl-controller?style=flat-square)
[![CI](https://img.shields.io/github/actions/workflow/status/softspring/crudl-controller/ci.yml?branch=5.4&style=flat-square&label=CI)](https://github.com/softspring/crudl-controller/actions/workflows/ci.yml)
![Coverage](https://raw.githubusercontent.com/softspring/crudl-controller/5.4/.github/badges/coverage.svg)This component provides an easy CRUD+List (CRUDL from now on) feature for any doctrine entity you want to manage in your
Symfony projects.## Table of contents
- [1. Installation](docs/1_installation.md)
- [2. Structure](docs/2_structure.md)
- [3. Manager configuration](docs/3_manager.md)
- [4. Controller configuration](docs/4_controller.md)
- [5. Full example](docs/5_full_example.md)## License
This bundle is under the MIT license. See the complete license in the bundle [LICENSE](LICENSE) file.