PHPackages                             decaldaswcl/php\_database-manager - 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. decaldaswcl/php\_database-manager

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

decaldaswcl/php\_database-manager
=================================

Set of SQL language commands that are used to retrieve, add, remove and modify information within a database

00PHP

Since Jul 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/decaldaswcl/php_database-manager)[ Packagist](https://packagist.org/packages/decaldaswcl/php_database-manager)[ RSS](/packages/decaldaswcl-php-database-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

About
=====

[](#about)

PHP\_Database-Manager Set of SQL language commands that are used to retrieve, add, remove and modify information within a database.

Requeriments
============

[](#requeriments)

PHP\_Database-Manager requires PHP version 7.3 or greater.

Installation
============

[](#installation)

#### Composer

[](#composer)

If you use Composer, you can install PHP\_DatabaseManager system-wide with the following command:

```
composer global require "decaldaswcl/PHP_database-manager"
```

Or alternatively, include a dependency for decaldaswcl/PHP\_database-manager in your composer.json file. For example:

```
{
    "require-dev": {
        "decaldaswcl/PHP_database-manager": "1.0.*"
    }
}
```

Getting Started
===============

[](#getting-started)

How to include the class in your project

```
