PHPackages                             goisneto/mysqlutil - 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. goisneto/mysqlutil

ActiveLibrary

goisneto/mysqlutil
==================

Easy way to make MySQL querys, use PDO with prepare statement and fetch results

04PHP

Since Apr 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/goisneto/ClassLib-MySQLUtil-PHP)[ Packagist](https://packagist.org/packages/goisneto/mysqlutil)[ RSS](/packages/goisneto-mysqlutil/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ClassLib-MySQLUtil-PHP
======================

[](#classlib-mysqlutil-php)

Descrição
---------

[](#descrição)

Classe PHP para simplificar a criação de querys do MySQL, usando PDO, com suporte a relacionamentos de formas simplificadas.

Requisitos
----------

[](#requisitos)

- \[PHP\] 7.0+
- \[PDO\]

Instalação
----------

[](#instalação)

- Baixe o repositório como arquivo zip ou faça um clone;
- Descompacte os arquivos em seu computador;
- Execute o comando `composer install`
- O diretório *public* contém exemplos de chamadas utilizando a API e o diretório *source* contém a biblioteca propriamente dita.

Instalação via Composer

- Alternativamente, é possível utilizar o \[Composer\] para carregar a biblioteca (\[goisneto/mysqlutil\]).

Adicionando a dependência ao seu arquivo `composer.json`

```
{
    "require": {
       "goisneto/mysqlutil" : "*"
    }
}
```

OU

Executando o comando para adicionar a dependência automaticamente

`php composer.phar require goisneto/mysqlutil`

Configuração
------------

[](#configuração)

Changelog
---------

[](#changelog)

0.0.0

- Criação do Repositorio

Licença
-------

[](#licença)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Contribuições
-------------

[](#contribuições)

Achou e corrigiu um bug ou tem alguma feature em mente e deseja contribuir?

- Faça um fork
- Adicione sua feature ou correção de bug (git checkout -b my-new-feature)
- Commit suas mudanças (git commit -am 'Added some feature')
- Rode um push para o branch (git push origin my-new-feature)
- Envie um Pull Request
- Obs.: Adicione exemplos para sua nova feature. Se seu Pull Request for relacionado a uma versão específica, o Pull Request não deve ser enviado para o branch master e sim para o branch correspondente a versão.
- Obs2: Não serão aceitos PR's na branch master. Utilizar a branch de desenvolvimento.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/84af32eef22904ea1ef11ca49d599ac2a27f5cb382f32a0b3331ad8324f1ec94?d=identicon)[goisneto](/maintainers/goisneto)

---

Top Contributors

[![goisneto](https://avatars.githubusercontent.com/u/3611208?v=4)](https://github.com/goisneto "goisneto (6 commits)")

### Embed Badge

![Health badge](/badges/goisneto-mysqlutil/health.svg)

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

PHPackages © 2026

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