PHPackages                             kayega/easiersql - 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. kayega/easiersql

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

kayega/easiersql
================

This library makes your sql queries easier

06PHP

Since Jun 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/kayraege/EasySql)[ Packagist](https://packagist.org/packages/kayega/easiersql)[ RSS](/packages/kayega-easiersql/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

EasySql
=======

[](#easysql)

### 1) Installition

[](#1-installition)

`$ composer require kayega/easiersql:dev-main`

#### then use the below code in your php file

[](#then-use-the-below-code-in-your-php-file)

```
use KAYEGA\EasySql;

require __DIR__ . "/vendor/kayega/easiersql/src/EasySql.php";
require __DIR__ . "/vendor/autoload.php";

$sql = new EasySql("localhost", "root", "", "test");
if ($sql) {
    echo "Connection successfully!";
}
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

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://www.gravatar.com/avatar/9e4cb31f47631b1487e137002c23ed5ea40d20cb66c554afdedb8e0ac65e4d17?d=identicon)[kayraege](/maintainers/kayraege)

---

Top Contributors

[![kayraege](https://avatars.githubusercontent.com/u/66693930?v=4)](https://github.com/kayraege "kayraege (22 commits)")

### Embed Badge

![Health badge](/badges/kayega-easiersql/health.svg)

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/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)
