bitress/crud-wrapper

To simplify the implementation of CRUD (Create, Read, Update, Delete) operations in PHP applications

dev-main 2023-12-16 10:04 UTC

This package is auto-updated.

Last update: 2024-09-16 11:39:44 UTC


README

Latest Stable Version License

Overview

The bitress/crud-wrapper library is designed to simplify the implementation of CRUD (Create, Read, Update, Delete) operations in PHP applications. It provides a convenient and developer-friendly wrapper for database interactions, enabling efficient management of database records.

Key Features

  • CRUD Operations: Easily perform Create, Read, Update, and Delete operations on your database records.

  • Simplified Interface: The library offers a straightforward and intuitive interface, reducing the complexity of database interactions.

  • Compatibility: Compatible with PHP versions 5.3.0 and above. Requires the ext-pdo extension.

Installation

Install the package via Composer:

composer require bitress/crud-wrapper