Download the PHP package sharif/php-crud-starter-kit without Composer
On this page you can find all versions of the php package sharif/php-crud-starter-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sharif/php-crud-starter-kit
More information about sharif/php-crud-starter-kit
Files in sharif/php-crud-starter-kit
Download sharif/php-crud-starter-kit
More information about sharif/php-crud-starter-kit
Files in sharif/php-crud-starter-kit
Vendor sharif
Package php-crud-starter-kit
Short Description This package will help to create simple CRUD application with PHP.
License MIT
Package php-crud-starter-kit
Short Description This package will help to create simple CRUD application with PHP.
License MIT
Please rate this library. Is it a good library?
Informations about the package php-crud-starter-kit
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
You can install this package via Composer:
Example
$app = \Sharif\PhpCrudStarterKit\App::getInstance();
// $app->create([ 'name' => 'Ahmed', 'email' => '[email protected]' ]);
// $app->delete(1725026277);
// $app->update(1725026238, [ 'name' => 'Sharif', 'email' => '[email protected]' ]);
// print_r($app->show_single( 1725026560 ) );
All versions of php-crud-starter-kit with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package sharif/php-crud-starter-kit contains the following files
Loading the files please wait ....