PHPackages                             imranertaza/simple-php-crud - 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. imranertaza/simple-php-crud

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

imranertaza/simple-php-crud
===========================

This is a very simple php crud package.

1.1.2.1(1y ago)028MITPHPPHP &gt;=7

Since Jan 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/imranertaza/simple-php-crud)[ Packagist](https://packagist.org/packages/imranertaza/simple-php-crud)[ RSS](/packages/imranertaza-simple-php-crud/feed)WikiDiscussions master Synced 1mo ago

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

PHP OOP CRUD Library
====================

[](#php-oop-crud-library)

This is a simple open-source PHP library that provides a basic implementation of CRUD operations using Object-Oriented Programming (OOP) principles.

Features
--------

[](#features)

- **Create:** Add new records to the database.
- **Read:** Retrieve records from the database.
- **Update:** Modify existing records in the database.
- **Delete:** Remove records from the database.

Example
-------

[](#example)

```
$crud = new Crud("TableName");

$x = $crud->groupStart()
    ->where(['a' =>'a'],"!=")
    ->NotGroupStart()
    ->orWhere('b', "=",'b')
    ->where('c', "=",'c')
    ->groupEnd()
    ->groupEnd()
    ->where('d', "=",'d')->get();

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance43

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.5% 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 ~134 days

Total

4

Last Release

448d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/757caa1678f137e85f7e97f8a8e976eca47b0598df60a35ae61e85496894aa00?d=identicon)[imranertaza](/maintainers/imranertaza)

---

Top Contributors

[![imranertaza](https://avatars.githubusercontent.com/u/32382315?v=4)](https://github.com/imranertaza "imranertaza (23 commits)")[![DnationSoft7](https://avatars.githubusercontent.com/u/149065335?v=4)](https://github.com/DnationSoft7 "DnationSoft7 (3 commits)")

---

Tags

phpdatabasemysqlpdomodeldbcrudquery builderPHP7OOPphp8php-crudsimple-php-crud

### Embed Badge

![Health badge](/badges/imranertaza-simple-php-crud/health.svg)

```
[![Health](https://phpackages.com/badges/imranertaza-simple-php-crud/health.svg)](https://phpackages.com/packages/imranertaza-simple-php-crud)
```

###  Alternatives

[ifsnop/mysqldump-php

PHP version of mysqldump cli that comes with MySQL

1.3k5.5M69](/packages/ifsnop-mysqldump-php)[clouddueling/mysqldump-php

PHP version of mysqldump cli that comes with MySQL

1.3k22.9k](/packages/clouddueling-mysqldump-php)[druidfi/mysqldump-php

PHP version of mysqldump cli that comes with MySQL

35489.8k6](/packages/druidfi-mysqldump-php)

PHPackages © 2026

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