PHPackages                             maickwendelldev/crud\_php - 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. maickwendelldev/crud\_php

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

maickwendelldev/crud\_php
=========================

Single file PHP script that adds CRUD to a MySQL, Firebird, PostgreSQL, SQL Server, SQLite or any database.

00PHP

Since Feb 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/maickwendelldev/CRUD_PHP)[ Packagist](https://packagist.org/packages/maickwendelldev/crud_php)[ RSS](/packages/maickwendelldev-crud-php/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

CRUD\_PHP
=========

[](#crud_php)

 🎉**A Big Thanks To All Our [Contributors](https://github.com/HDInnovations/UNIT3D-Community-Edition/graphs/contributors) and [Sponsors](https://github.com/sponsors/HDVinnie)**🎉

📝 Table of Contents
-------------------

[](#-table-of-contents)

1. [Introduction](#introduction)
2. [Some Features](#features)
3. [Requirements](#requirements)
4. [Installation](#installation)4.1 [Automated-Installer](#auto-install)
5. [Updating](#updating)
6. [Version Support Information](#versions)
7. [Security](#security)
8. [Contributing](#contributing)
9. [License](#license)
10. [Demo](#demo)
11. [Sponsor-Chat](#chat)
12. [Sponsoring](#sponsor)
13. [Special Thanks](#thanks)

 🧐 Introduction
-------------------------------------------------------

[](#--introduction)

This is a CRUD in PHP , which aims to simplify connections with all existing database types, creating a standardization of commands. The code is well designed and commented. It uses an intuitive architecture to ensure clarity between logic and presentation. Seeking to ensure a safe and adequate way of storing data. A lightweight and fast shaping engine. Cache system support: "apc", "array", "database", "file", "memcached" and "redis" methods. Eloquent and much more!

 💎 Some Features
----------------------------------------------------

[](#--some-features)

CRUD\_PHP currently offers the following features:

- CRUD system in Mysql with PDO
- Database + files backup manager
- and MUCH MORE!

 ☑️ Requirements
--------------------------------------------------------

[](#-️-requirements)

- A web server with PHP
- PHP 5.0+ is required
- Dependencies for PHP,
- php-curl -&gt; recommended for APIs.
- php-intl -&gt; Recommended for SslCertificate.
- php-zip -&gt; This is required for Backup Manager.
- crontab access
- database server

```
Processor: Anyone
Frequency: 1.8GHz
RAM: 8GB DDR3
Disks: 20 GB
Bandwidth: 100Mbps
traffic: unlimited
```

 🖥️ Installation
--------------------------------------------------------

[](#-️-installation)

To learn more about using CRUD PHP, I recommend looking at our wiki, [click here](https://github.com/maickwendelldev/CRUD_PHP/wiki).

```

NOTE: If you are running CRUD_PHP on change the following configs.

```

###  Automated Installer

[](#-automated-installer)

**A CRUD\_PHP Installer.**

**Supported OS's**

- All (Recommended)

**For Npm:**

```
npm install crud_php

```

**For Git:**

```
git clone https://github.com/maickwendelldev/CRUD_PHP.git

```

 🖥️ Updating
------------------------------------------------

[](#-️-updating)

coming soon

 🚨 Version Support Information
------------------------------------------------------------------

[](#--version-support-information)

VersionStatusPHP Version Required0.0.1Active Support 🚀&gt;= 5.x.x0.0.0End Of Life 💀&lt;= 4.x.x 🔐 Security
-----------------------------------------------

[](#--security)

If you discover any security related issues, please email  instead of using the issue tracker.

 ✍️ Contributing
--------------------------------------------------------

[](#-️-contributing)

help us build a better crud, send your improvement suggestions to email .

 📝 License
---------------------------------------------

[](#--license)

CRUD\_PHP is open-sourced software licensed under the [MIT License](https://github.com/maickwendelldev/CRUD_PHP/blob/main/LICENSE).

 **As per license do not remove the license from sourcecode files**

**```
/**
 * PHP PDO Mysql class.
 * PHP Version 7.0.
 * File Version 1.0.0.0
 *
 * @see       https://github.com/maickwendelldev/CRUD_PHP.git - The CRUD_PHP GitHub project
 *
 * @author    Maick Wendell (Merk/H4ck3r Sl4v3) - (original founder)
 * @copyright 2021 - 2022 Maick Wendell
 * @license   https://github.com/maickwendelldev/CRUD_PHP/blame/main/LICENSE - MIT License
 * @note      This program is distributed in the hope that it will be useful - WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.
 */

```** Or the credits from footer in `footer` (optional)

```

CRUD PHP

```

 🖥️ Demo
----------------------------------------

[](#--️-demo)

For working you need edit in crud.php.(a PDO Mysql is active for to disable just put #)

```
//Put the database server host, by default we put ("localhost");
define("HOST","localhost");
//Put the user who has access to the database server, by default we put ("root");
define("USER","root");
//Put the user password, by default we put empty ("");
define("PASS","");
//Put the name of the database, which has the access, by default we put "Teste";
define("BASE","Teste");
//Put the charset, by default we put "utf8";
define("CHARSET","utf8");

//Now select the type of database, for that remove the #. (You can only leave one active);
//##################################################################//
//-------------------------- PDO Firebird --------------------------//
#include("1connect/PDO_Firebird.php"); //PDO Firebird;
//-------------------------- PDO Mysql -----------------------------//
include("1connect/PDO_Mysql.php"); //PDO Mysql;

```

For you include in your project exemple.

```

My First Heading
My first paragraph.

```

 💬 Sponsors Can Chat With Us
------------------------------------------------------------

[](#---sponsors-can-chat-with-us)

URL:  - coming soon

 ✨ Sponsor UNIT3D (HDInnovations / HDVinnie)
-------------------------------------------------------------------------------

[](#--sponsor-unit3d-hdinnovations--hdvinnie)

You can support the work if you're enjoying it, it really keeps you updated to fix issues and add new features. It also helps to pay for the demo server + domain.

Monthy Recurring:

[https://github.com/sponsors/maickwendelldev?frequency=recurring&amp;sponsor=maickwendelldev](https://github.com/sponsors/maickwendelldev?frequency=recurring&sponsor=maickwendelldev)

One-time Custom Amount:

[https://github.com/sponsors/maickwendelldev?frequency=one-time&amp;sponsor=maickwendelldev](https://github.com/sponsors/maickwendelldev?frequency=one-time&sponsor=maickwendelldev)

 🎉 Special Thanks
---------------------------------------------------

[](#--special-thanks)

[![](https://camo.githubusercontent.com/8190736216fbfb299fc0a6b8c7c96a1f22ed86fa6168c6ec22b9a9c227badb7a/68747470733a2f2f692e696d6775722e636f6d2f4e5657687a72552e706e67)](https://github.com)[![](https://camo.githubusercontent.com/cc758584ef6b4b85affdd5d4d4121550edbf23c2645a439db16b05e501a97849/68747470733a2f2f75706c6f61642e77696b696d656469612e6f72672f77696b6970656469612f636f6d6d6f6e732f7468756d622f642f64622f4e706d2d6c6f676f2e7376672f3132303070782d4e706d2d6c6f676f2e7376672e706e67)](https://www.npmjs.com)[![](https://camo.githubusercontent.com/b230ef1429257c4f888ae6aeed02a71e6c1f3a003e8f819a71ecf9cfa7549bb7/68747470733a2f2f7061636b61676973742e6f72672f696d672f6c6f676f2d736d616c6c2e706e67)](https://packagist.org)

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/100136201?v=4)[Maick Wendell](/maintainers/maickwendelldev)[@maickwendelldev](https://github.com/maickwendelldev)

---

Top Contributors

[![maickwendelldev](https://avatars.githubusercontent.com/u/100136201?v=4)](https://github.com/maickwendelldev "maickwendelldev (39 commits)")

---

Tags

cruddatabasephp

### Embed Badge

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

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M117](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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