Crud Builder

ArtiGrid — Modern PHP DataGrid & CRUD Framework

I am the creator of ArtiGrid, a modern PHP framework designed to quickly, cleanly, and scalably build admin panels, database management systems, and dynamic applications.

ArtiGrid focuses on:

⚡ High performance and optimized queries

Flexible and extensible architecture
Rapid generation of advanced DataGrids and CRUD operations
Production-ready professional interfaces
Easy integration into existing projects

ArtiGrid’s goal is to drastically reduce backend development time while maintaining clean and maintainable code.

web site: https://artigrid.developmentserver.cl/index.php Online Demo: https://developmentserver.cl/ArtiGrid/docs/demo.php Official Documentation: https://developmentserver.cl/artigrid-docs/ Official Community/Forum: https://artigrid.developmentserver.cl/community/public/

The project continues to evolve with new features geared towards PHP developers seeking speed, control, and simplicity in building modern administrative systems.

Just a quick note — if anyone is interested in trying ArtiGrid, there’s currently a 50% discount coupon available.

You can use the code: SAVE50 during checkout.

I’m sharing it mainly to get early feedback from developers and continue improving the project based on real use cases. Any thoughts or suggestions are always welcome!

ArtiGrid EN – Changelog

Version 1.0.0 – 2026-02-13 Initial Release

Features:

- CRUD Generator Create full CRUDs from any database table with optional modal interface.

- Template Support Supports bootstrap4 and bootstrap5 templates for styling.

- Column Options – colRename() – Rename columns in the grid. – columnHide() – Hide specific columns from the grid. – formFields() – Display only selected fields in the CRUD form.

- Validation Supports validation_required() to make one or multiple form fields mandatory.

- Export Buttons Export grid data to Excel, PDF, and CSV with export() method.

- Charts Integration Generate charts (line, bar, pie, doughnut) directly from database queries.

- Relational Combobox Link fields to relational tables with combobox() method for dropdown selections.

- Hide Options Easily hide grid buttons and options with unset(): – filter, search, refresh, add, edit, delete, delete_multiple.

- Per-Page Configuration – perPage() – Set default rows per page. – perPageOptions() – Provide dropdown options to change rows per page.

- Grid Reload Reload grid dynamically with ArtiGrid.reload(). Table-specific reload is supported in table mode.

- Multi-Table Support Render multiple CRUD grids on the same page with independent configuration.

- Grid Data Sources – Query-based grids: Pass any SQL query to generate a grid. – Table-based grids: Directly load tables with table() method. – JSON-based grids: Create grids from API responses or JSON arrays. – Session-based grids: Generate grids using PHP $_SESSION arrays for dynamic temporary data.

- CRUD from JSON – Works with arrays prepared from API responses or $_SESSION. – Supports the same features as table-based grids, including export, charts, validation, and modal.

- Modal Requirement Modal is mandatory for CRUD functionalities such as add, edit, and validation.

- PHP Compatibility Fully compatible with PHP 8.0 to 8.3.

Notes: - All examples require a PHP server to function. Opening files directly from the file system (file://) will result in errors due to baseurl and PHP execution. - CDNs or external images can be used for charts or features illustrations.

Version 1.1 2026-02-24

- Added default form validations - Added ORDER BY support in table CRUD - Added GROUP BY support in table CRUD

Version 1.2

- Added image upload with preview - Added support for insert form mode - Added support for edit form mode - Added back button when CRUD uses modal - Added support for classes in fieldCss form fields - Added support for the editFormFields form to display specific fields in the edit form

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey