PHPackages                             skeleton-php/query-builder - 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. skeleton-php/query-builder

ActiveComponent

skeleton-php/query-builder
==========================

Mysql Builder for skeleton PHP

112PHPCI passing

Since May 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Skeleton-PHP/Skeleton-Query-Builder)[ Packagist](https://packagist.org/packages/skeleton-php/query-builder)[ RSS](/packages/skeleton-php-query-builder/feed)WikiDiscussions master Synced 1mo ago

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

Skeleton-PHP Query-Builder [![PHP Composer](https://github.com/Skeleton-PHP/Skeleton-Query-Builder/actions/workflows/php.yml/badge.svg)](https://github.com/Skeleton-PHP/Skeleton-Query-Builder/actions/workflows/php.yml)
==========================================================================================================================================================================================================================

[](#skeleton-php-query-builder-)

Query-Builder is a MySQL based builder for quickly and easily building database strings for Skeleton-PHP, and being able to implement these to pull information from a database.

### Imports to use when setting up your project.

[](#imports-to-use-when-setting-up-your-project)

`use SkeletonPHP\QueryBuilder;``use SkeletonPHP\Select;`

### INSERT INTO EXAMPLE TABLE

[](#insert-into-example-table)

`$insertquery = (new QueryBuilder()) ->insert('table_name') ->columns("1", "2", "3") ->values("4", "5", "6");`

### DELETE FROM TABLE EXAMPLE

[](#delete-from-table-example)

`$deletequery = (new QueryBuilder()) ->delete('table_name') ->from('table_name') ->where('table_name');`

### SELECT FROM TABLE EXAMPLE

[](#select-from-table-example)

`$selectquery = (new QueryBuilder()) ->select('table_name') ->from('test') ->groupBy('test2') ->orderBy('test');`

### UPDATE FROM TABLE EXAMPLE

[](#update-from-table-example)

`$updatequery = (new QueryBuilder()) ->update('table_name') ->from('table_name') ->where('table_name');`

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

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/a7531a38b8d6aa0cc9414d95498f03d24a02645eb70beb21b85ed94606d6e9a8?d=identicon)[vertanzil](/maintainers/vertanzil)

---

Top Contributors

[![vertanzil](https://avatars.githubusercontent.com/u/73062855?v=4)](https://github.com/vertanzil "vertanzil (46 commits)")

---

Tags

componentmysqlphp

### Embed Badge

![Health badge](/badges/skeleton-php-query-builder/health.svg)

```
[![Health](https://phpackages.com/badges/skeleton-php-query-builder/health.svg)](https://phpackages.com/packages/skeleton-php-query-builder)
```

PHPackages © 2026

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