PHPackages                             mzgs/fastcrud - 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. [Database &amp; ORM](/categories/database)
4. /
5. mzgs/fastcrud

ActiveLibrary[Database &amp; ORM](/categories/database)

mzgs/fastcrud
=============

Fast and simple CRUD operations library for PHP

v1.0.0(8mo ago)0131MITPHP

Since Sep 18Pushed 3mo agoCompare

[ Source](https://github.com/mzgs/fastcrud)[ Packagist](https://packagist.org/packages/mzgs/fastcrud)[ RSS](/packages/mzgs-fastcrud/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

🚀 FastCRUD
==========

[](#-fastcrud)

**A fast and simple CRUD operations library for PHP with built-in pagination and AJAX support**

[![PHP Version](https://camo.githubusercontent.com/008091b572c5a4ea06dd3fff06c2bbbf890eaa3cd5534dd5fa5c9abf2555127c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e302532422d626c75653f7374796c653d666f722d7468652d6261646765266c6f676f3d706870)](https://php.net)[![License](https://camo.githubusercontent.com/153acf9dff19deb8abfc598c53bac50a4ceae0f5c83a552711060d3d78d2c057/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e3f7374796c653d666f722d7468652d6261646765)](LICENSE)[![Packagist](https://camo.githubusercontent.com/ed56ee20dc55924eefb4983365cfd35d97f0623de4fd77820ea43fa2fb6f4662/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5061636b61676973742d66617374637275642d6f72616e67653f7374796c653d666f722d7468652d6261646765266c6f676f3d7061636b6167697374)](https://packagist.org/packages/mzgs/fastcrud)[![Bootstrap](https://camo.githubusercontent.com/a45245762dc01a06049ebac6a822f1ca03e0adf6227e289e9db9288657765caf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f426f6f7473747261702d352e782d707572706c653f7374796c653d666f722d7468652d6261646765266c6f676f3d626f6f747374726170)](https://getbootstrap.com)

---

*✨ Zero-config setup • 🔄 AJAX-powered • 📊 Built-in pagination • 🎨 Bootstrap 5 ready*

📚 Table of Contents
-------------------

[](#-table-of-contents)

- [🎆 Features](#features)
- [📦 Installation](#installation)
- [🚀 Quick Start](#quick-start)
- [🔧 Configuration](#configuration)
- [🗃️ Database Editor](#database-editor)
- [📜 API Reference &amp; Customization](#api-reference--customization)
- [📝 License](#license)

🎆 Features
----------

[](#-features)

✨ **Zero-config CRUD** with automatic pagination, search, and column sorting
🔄 **AJAX-powered forms**, inline editing, bulk updates, and real-time validation feedback
🔗 **Nested tables, relations**, and subselect support for modelling complex data
🪝 **Lifecycle callbacks**, custom columns, and field modifiers for fine-grained control
📊 **Built-in CSV/Excel export**, soft-delete helpers, and configurable action buttons
🔍 **Visual query builder** to compose filters &amp; sorts with reusable saved views
🎨 **Global styling hooks** and upload helpers so you can align the UI with your project

📦 Installation
--------------

[](#-installation)

```
# Install via Composer
composer require mzgs/fastcrud
```

### 📋 Requirements

[](#-requirements)

✅ **PHP** 8.0 or higher
✅ **PDO** extension
✅ **Database** - MySQL, PostgreSQL, SQLite, etc.
✅ **Bootstrap** 5 for styling
✅ **jQuery** for AJAX functionality

🚀 Quick Start
-------------

[](#-quick-start)

```
