PHPackages                             zems/crudapi - 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. [API Development](/categories/api)
4. /
5. zems/crudapi

ActiveLibrary[API Development](/categories/api)

zems/crudapi
============

Zems crud api for laravel

v2.0.04(3y ago)2271PHP

Since Jul 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/zemsuk/crudapi)[ Packagist](https://packagist.org/packages/zems/crudapi)[ RSS](/packages/zems-crudapi/feed)WikiDiscussions main Synced today

READMEChangelog (4)DependenciesVersions (5)Used By (0)

crudapi
=======

[](#crudapi)

Crud Api for Headless cms

\#How to use $data\['model'\] = "Course"; $data\['fields'\] = \['id', 'lenght', 'university\_id', 'study\_subject\_id', 'status'\]; $data\['fields'\] = \['courses.\*', 'study\_subjects.name as subject\_name', 'study\_levels.name as level\_name', 'universities.name as university\_name', 'universities.cost\_of\_living'\]; $data\['join'\]\['universities'\] = \['universities.id', 'courses.university\_id'\]; $data\['join'\]\['study\_subjects'\] = \['study\_subjects.id', 'courses.study\_subject\_id'\]; $data\['join'\]\['study\_levels'\] = \['study\_levels.id', 'courses.study\_level\_id'\]; $data\['where'\] = \[\['courses.status', '=', 1\], \['study\_levels.status', '=', 1\]\]; $data\['order\_by'\] = \['courses.id', 'DESC'\]; $data\['group\_by'\] = 'courses.university\_id'; $data\['pagination'\] = '4'; $data\['limit'\] = '10'; $data\['view'\] = 'courses/courses'; return $this-&gt;restapi($data);

\#Field Type const zems\_fields = \[ { pk:"id", basic:"", basic:"Custom Label", basic:"|required", basic:"Custom Label|required", name:{type:'input',name:"name", label:"Name"}, phone:"Patient Phone", email:"", address:"address", dob:{field:"input", taype:"date"}, location\_id:"location\_id", sex:{type:"radio",option:\[{label:"Male", value:1},{label:"Female", value:2}\],name:"sex", label:"Gender"}, kin\_name:"kin\_name", kin\_phone:"kin\_phone" }, // 2nd column { avatar:{name:'avatar'} } \]

\#Default Field -&gt;image (auto upload option) -&gt;details (Multiline field/Textarea) -&gt;satus (it's a drop down option Show/Hide)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~10 days

Total

4

Last Release

1402d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/159728129?v=4)[zems](/maintainers/zems)[@zems](https://github.com/zems)

---

Top Contributors

[![zemsuk](https://avatars.githubusercontent.com/u/100041965?v=4)](https://github.com/zemsuk "zemsuk (14 commits)")[![sunalibd](https://avatars.githubusercontent.com/u/112537890?v=4)](https://github.com/sunalibd "sunalibd (1 commits)")

### Embed Badge

![Health badge](/badges/zems-crudapi/health.svg)

```
[![Health](https://phpackages.com/badges/zems-crudapi/health.svg)](https://phpackages.com/packages/zems-crudapi)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
