PHPackages                             pleets/sqlwebmanager - 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. [Framework](/categories/framework)
4. /
5. pleets/sqlwebmanager

ActiveLibrary[Framework](/categories/framework)

pleets/sqlwebmanager
====================

Web application for managing databases

v1.0.0-alpha.1(7y ago)141MITJavaScriptPHP ^5.6 || ^7.0

Since Aug 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/pleets/sql-web-manager)[ Packagist](https://packagist.org/packages/pleets/sqlwebmanager)[ Docs](http://www.sqlwebmanager.com)[ RSS](/packages/pleets-sqlwebmanager/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

[![Code Quality](https://camo.githubusercontent.com/8d35311b95cac09fb71763ee9b14667296de78662309202aa3f67a7e1a555894/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f706c656574732f73716c7765626d616e616765722e737667)](https://scrutinizer-ci.com/g/Pleets/SQLWebManager)[![Build Status](https://camo.githubusercontent.com/f26ef49ac5d144451fa3e47c891ab199fbf4daa4af6136d1c0ccd15a9afaa7a1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f506c656574732f53514c5765624d616e616765722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Pleets/SQLWebManager/build-status/master)[![Total Downloads](https://camo.githubusercontent.com/1dbc80a1cdcc28bd8e3bd5ab521b25b815005f828161366d55e2a7990ac74fe4/68747470733a2f2f706f7365722e707567782e6f72672f706c656574732f73716c7765626d616e616765722f642f746f74616c2e737667)](https://packagist.org/packages/pleets/sqlwebmanager)[![Latest Stable Version](https://camo.githubusercontent.com/c6c8ef6a716e3fb7c876a070f8d30e4e713650e0cd4effe3811951baab57cdb7/68747470733a2f2f706f7365722e707567782e6f72672f706c656574732f73716c7765626d616e616765722f762f737461626c652e737667)](https://packagist.org/packages/pleets/sqlwebmanager)[![License](https://camo.githubusercontent.com/09f37069c8e6d292c1ff7defb47004eed673180e5786a4a05fc421901a6e4ba3/68747470733a2f2f706f7365722e707567782e6f72672f706c656574732f73716c7765626d616e616765722f6c6963656e73652e737667)](https://packagist.org/packages/pleets/sqlwebmanager)

SQL Web Manger
==============

[](#sql-web-manger)

### Minimalist SQL IDE

[](#minimalist-sql-ide)

[![img](https://camo.githubusercontent.com/4da428ba489ab7112c8d63bf1e89b853665068ab195bdd33a2912c3bd9f4ecfa/68747470733a2f2f692e696d6775722e636f6d2f714f5a315168352e706e67)](https://camo.githubusercontent.com/4da428ba489ab7112c8d63bf1e89b853665068ab195bdd33a2912c3bd9f4ecfa/68747470733a2f2f692e696d6775722e636f6d2f714f5a315168352e706e67)

About
-----

[](#about)

SQLWebManager is a web application for managing your MySQL, Oracle and SQLServer databases build on PHP.

System requirements
-------------------

[](#system-requirements)

SQLWebManager Framework requires PHP 5.6 or later; we recommend using the latest PHP version whenever possible.

Installation
------------

[](#installation)

You can install SQLWebManager via composer. A copy of *composer.phar* is given with the lastest version of SQLWebManager. Run the following command in your shell.

```
php composer.phar install
```

Go to `install/scripts/` and execute the script mysql.sql, oracle.sql or sqlsever.sql depending of your choice. Then set the database connection on `config/database.config.php`. The following is the schema of the database file.

```
return [
    'default' => [
       'dbname' => '',
       'dbuser' => '',
       'dbpass' => '',
       'dbhost' => 'localhost',
       'driver' => '',            // database driver
       'dbchar' => 'utf8'
    ],
];
```

Set the following driver depeding your choice.

EngineDrivermysqlMysqlioracleOci8sqlserverSqlsrvIf you install the application in the root of your server, change the folling line on `config/application.config.php`

```
        'base_path' => (dirname(dirname($_SERVER['PHP_SELF'])) == "/") ? "" : dirname(dirname($_SERVER['PHP_SELF'])),
```

to

```
        'base_path' => (dirname(dirname($_SERVER['PHP_SELF'])) == "/") ? "" : "",
```

License
-------

[](#license)

The SQLWebManager IDE is open-source software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2827d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/da87983fc787b1876917187cf3f37a66659e1e3f81ff5fec88cd43b6140a1bda?d=identicon)[fermius](/maintainers/fermius)

---

Top Contributors

[![darioriverat](https://avatars.githubusercontent.com/u/5879790?v=4)](https://github.com/darioriverat "darioriverat (87 commits)")

---

Tags

databasemanagerphpphpframework

### Embed Badge

![Health badge](/badges/pleets-sqlwebmanager/health.svg)

```
[![Health](https://phpackages.com/badges/pleets-sqlwebmanager/health.svg)](https://phpackages.com/packages/pleets-sqlwebmanager)
```

PHPackages © 2026

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