Hi everyone,
I've been working with Xcrud-type tools for several years to generate fast CRUD operations in PHP, especially for admin panels.
Over time, I started to notice some limitations, mainly in performance, reliance on jQuery, and how to manage a more organized backend architecture. That's why I decided to build my own solution from scratch, focused on being lighter and more flexible.
The result is a small framework I called **ArtiGrid**, designed to generate grids with pagination, filters, and dynamic loading without so much repetitive code.
If anyone wants to check it out or try it, I've left a demo here:
https://artigrid.developmentserver.cl/pages/get_started.php
I'm very interested in hearing the opinions of other developers who have used Xcrud or other alternatives.
What do you feel is still missing or could be improved in these types of tools?
I've been working with Xcrud-type tools for several years to generate fast CRUD operations in PHP, especially for admin panels.
Over time, I started to notice some limitations, mainly in performance, reliance on jQuery, and how to manage a more organized backend architecture. That's why I decided to build my own solution from scratch, focused on being lighter and more flexible.
The result is a small framework I called **ArtiGrid**, designed to generate grids with pagination, filters, and dynamic loading without so much repetitive code.
If anyone wants to check it out or try it, I've left a demo here:
I'm very interested in hearing the opinions of other developers who have used Xcrud or other alternatives.
What do you feel is still missing or could be improved in these types of tools?
Last edited: