pyru/crud

There is no license information available for the latest version (1.0) of this package.

A simple library for MySQL CRUD operation in PHP

1.0 2018-08-13 04:43 UTC

This package is not auto-updated.

Last update: 2024-10-04 22:38:42 UTC


README

crud is a PHP library which makes MySQL CRUD (Create, Read, Update, Delete) operations much easier. Just write single line of code to execute the CRUD operation. MySQL database is used with PHP.