PHPackages                             qdladoooo/laravel-sweeter-fetch - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. qdladoooo/laravel-sweeter-fetch

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

qdladoooo/laravel-sweeter-fetch
===============================

Sweeter-fetch for laravel.

v0.5(10y ago)054MITPHP

Since Jun 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/qdladoooo/laravel-sweeter-fetch)[ Packagist](https://packagist.org/packages/qdladoooo/laravel-sweeter-fetch)[ RSS](/packages/qdladoooo-laravel-sweeter-fetch/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

laravel-sweeter-fetch - fetch for Laravel
-----------------------------------------

[](#laravel-sweeter-fetch---fetch-for-laravel)

Wrapper of PDO.

Procedure oriented, Pre process, As supplement of ORM.

[![Latest Stable Version](https://camo.githubusercontent.com/4d15bc9246a28e17c27988f0aedf17e2bb667f3ec42e2900bb6b931e7cc370d3/68747470733a2f2f706f7365722e707567782e6f72672f71646c61646f6f6f6f2f6c61726176656c2d737765657465722d66657463682f762f737461626c65)](https://packagist.org/packages/qdladoooo/laravel-sweeter-fetch)[![Latest Unstable Version](https://camo.githubusercontent.com/70d819f20fc2805f4f8aa848b8966d7097c0716af0ca0586940f768dc78ce175/68747470733a2f2f706f7365722e707567782e6f72672f71646c61646f6f6f6f2f6c61726176656c2d737765657465722d66657463682f762f756e737461626c65)](https://packagist.org/packages/qdladoooo/laravel-sweeter-fetch)[![License](https://camo.githubusercontent.com/e8d06132576e13446d920d8a2b034a628bb46ea8b625d3985052dfe3a67a61d8/68747470733a2f2f706f7365722e707567782e6f72672f71646c61646f6f6f6f2f6c61726176656c2d737765657465722d66657463682f6c6963656e7365)](https://packagist.org/packages/qdladoooo/laravel-sweeter-fetch)

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

[](#installation)

```
composer require qdladoooo/laravel-sweeter-fetch
```

Initialization
--------------

[](#initialization)

```
use SweeterFetch\LaravelSF;

//take db_connection as parameter
$sf = new LaravelSF();
```

Use
---

[](#use)

Execute none query

```
//return nothing
$sf->Enq('use candy_shop;');
```

Execute query

```
//return [row1, row2, ...]
$sf->Eq($sql);
```

Execute one row

```
//return the first row by array
$sf->Eor($sql);
```

Execute column

```
//return a column
$sf->Ec($sql);
```

Execute scalar

```
//return a number
$sf->Es($sql);
```

License
-------

[](#license)

The laravel-sweeter-fetch is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3668d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/343828?v=4)[Dipen](/maintainers/dlad)[@dlad](https://github.com/dlad)

---

Top Contributors

[![qdladoooo](https://avatars.githubusercontent.com/u/534325?v=4)](https://github.com/qdladoooo "qdladoooo (5 commits)")

---

Tags

fetchpdo-wrappersweeter

### Embed Badge

![Health badge](/badges/qdladoooo-laravel-sweeter-fetch/health.svg)

```
[![Health](https://phpackages.com/badges/qdladoooo-laravel-sweeter-fetch/health.svg)](https://phpackages.com/packages/qdladoooo-laravel-sweeter-fetch)
```

###  Alternatives

[voku/portable-ascii

Portable ASCII library - performance optimized (ascii) string functions for php.

576424.6M161](/packages/voku-portable-ascii)[jsvrcek/ics

abstraction layer for creating multi-byte safe RFC 5545 compliant .ics files

2192.0M11](/packages/jsvrcek-ics)

PHPackages © 2026

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