PHPackages                             sharif/php-crud-starter-kit - 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. sharif/php-crud-starter-kit

ActiveLibrary

sharif/php-crud-starter-kit
===========================

This package will help to create simple CRUD application with PHP.

0.0.5(1y ago)5141MITPHPPHP &gt;=7.4

Since Oct 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/thesharifdev/php-crud-with-file-system)[ Packagist](https://packagist.org/packages/sharif/php-crud-starter-kit)[ RSS](/packages/sharif-php-crud-starter-kit/feed)WikiDiscussions main Synced 1mo ago

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

PhpCrudStarterKit Package
=========================

[](#phpcrudstarterkit-package)

PhpCrudStarterKit is a very simple and small PHP package created for fun projects. It provides a basic Create, Read, Update, and Delete (CRUD) functionality using the file system with JSON. This package is ideal for small-scale applications or quick prototypes where a database is unnecessary.

Installation
------------

[](#installation)

You can install this package via [Composer](https://getcomposer.org/):

```
composer require sharif/php-crud-starter-kit
```

Example
-------

[](#example)

```
$app = \Sharif\PhpCrudStarterKit\App::getInstance();

// $app->create([ 'name' => 'Ahmed', 'email' => 'qyf9A@example.com' ]);
// $app->delete(1725026277);
// $app->update(1725026238, [ 'name' => 'Sharif', 'email' => 'sharif@example.com' ]);
// print_r($app->show_single( 1725026560 ) );
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance48

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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 ~107 days

Recently: every ~134 days

Total

6

Last Release

413d ago

PHP version history (3 changes)v0.0.1PHP 7.4

v0.0.2PHP 8.0.26

v0.0.3PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/1277d5882c1fefda0f16a70dc17dd887f9658480efde4aa0d771732bf7d1938d?d=identicon)[thesharifdev](/maintainers/thesharifdev)

---

Top Contributors

[![thesharifdev](https://avatars.githubusercontent.com/u/59281214?v=4)](https://github.com/thesharifdev "thesharifdev (18 commits)")

### Embed Badge

![Health badge](/badges/sharif-php-crud-starter-kit/health.svg)

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

PHPackages © 2026

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