PHPackages                             larapi/zkrcrud - 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. [Framework](/categories/framework)
4. /
5. larapi/zkrcrud

ActiveLibrary[Framework](/categories/framework)

larapi/zkrcrud
==============

A Laravel package to simplify the creation of RESTful APIs, similar to Orion.

v1.0.0(1y ago)01MITPHPPHP &gt;=8.1

Since Apr 27Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (0)

ZKRCrud - Laravel RESTful API Generator Package
===============================================

[](#zkrcrud---laravel-restful-api-generator-package)

[![Laravel](https://camo.githubusercontent.com/5a580364ff3bd338370177402c5c050ff81a1933927e1e475c920c90850b38a3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d4646324432303f7374796c653d666f722d7468652d6261646765266c6f676f3d6c61726176656c266c6f676f436f6c6f723d7768697465)](https://camo.githubusercontent.com/5a580364ff3bd338370177402c5c050ff81a1933927e1e475c920c90850b38a3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d4646324432303f7374796c653d666f722d7468652d6261646765266c6f676f3d6c61726176656c266c6f676f436f6c6f723d7768697465)[![PHP](https://camo.githubusercontent.com/d282cc3193faee11ee32307d0c4c9d809e8fafa4b3a8c12c6afbf35d4f7ec617/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d3737374242343f7374796c653d666f722d7468652d6261646765266c6f676f3d706870266c6f676f436f6c6f723d7768697465)](https://camo.githubusercontent.com/d282cc3193faee11ee32307d0c4c9d809e8fafa4b3a8c12c6afbf35d4f7ec617/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d3737374242343f7374796c653d666f722d7468652d6261646765266c6f676f3d706870266c6f676f436f6c6f723d7768697465)[![License](https://camo.githubusercontent.com/19f7434dd175dc690d75c1516fbab991bac72814d3a791866b55297fa56a35aa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726170692f7a6b72637275643f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/19f7434dd175dc690d75c1516fbab991bac72814d3a791866b55297fa56a35aa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726170692f7a6b72637275643f7374796c653d666f722d7468652d6261646765)

ZKRCrud is a powerful Laravel package that **automates RESTful API development** with built-in CRUD operations, advanced filtering, and policy-based authorization. Perfect for rapid API development with Laravel 10+.

✨ Key Features
--------------

[](#-key-features)

- 🚀 **Auto-generated CRUD endpoints**
- 🔒 **Policy-based authorization**
- 🔍 **Advanced query filtering** (Spatie Query Builder)
- ✅ **Automatic request validation**
- 📊 **Smart pagination**
- 🛡️ **Comprehensive error handling**
- 🔄 **Pre/post operation hooks**

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

[](#-installation)

Install via Composer:

```
composer require larapi/zkrcrud

🚀 Quick Start
1. Create Controller
```

```
