PHPackages                             red-plug/eloquent-unhydrated - 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. red-plug/eloquent-unhydrated

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

red-plug/eloquent-unhydrated
============================

Create fastest queries without leaving the eloquent models

v1.0.0(1y ago)11MITPHPPHP ^8.2CI passing

Since Jul 1Pushed 1y agoCompare

[ Source](https://github.com/red-plug/packages-eloquent-unhydrated)[ Packagist](https://packagist.org/packages/red-plug/eloquent-unhydrated)[ Docs](https://github.com/red-plug/packages-eloquent-unhydrated)[ RSS](/packages/red-plug-eloquent-unhydrated/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Eloquent Unhydrated
===================

[](#eloquent-unhydrated)

Eloquent Unhydrated allows you to retrieve database info without the pain of hydrating every model, the idea originally came from [Laravel Crud Wizard Free](https://medium.com/@marius_18835/eloquent-is-faster-when-used-without-hydration-25e80c5eb135)

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

[](#installation)

Use the package manager composer to install `eloquent-unhydrated`.

```
composer require red-plug/eloquent-unhydrated
```

Usage
-----

[](#usage)

```
use App\Models\User;

User::getUnhydrated();
User::cursorPaginateUnhydrated();
User::paginateUnhydrated();
User::paginateUsingCursorUnhydrated();
User::simplePaginateUnhydrated();
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](./LICENSE.md)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance49

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

369d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5eadb57e3ed20527c3eb2916bd1b1c7e22146ce22729e1ef4a534f338b1af1c5?d=identicon)[andreslqr](/maintainers/andreslqr)

---

Top Contributors

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

---

Tags

laraveleloquentmacroseloquent-unhydrated

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/red-plug-eloquent-unhydrated/health.svg)

```
[![Health](https://phpackages.com/badges/red-plug-eloquent-unhydrated/health.svg)](https://phpackages.com/packages/red-plug-eloquent-unhydrated)
```

###  Alternatives

[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k8.4M96](/packages/mongodb-laravel-mongodb)[kirschbaum-development/eloquent-power-joins

The Laravel magic applied to joins.

1.6k32.6M46](/packages/kirschbaum-development-eloquent-power-joins)[spatie/laravel-sluggable

Generate slugs when saving Eloquent models

1.6k12.9M311](/packages/spatie-laravel-sluggable)[watson/validating

Eloquent model validating trait.

9803.5M54](/packages/watson-validating)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)[cybercog/laravel-love

Make Laravel Eloquent models reactable with any type of emotions in a minutes!

1.2k332.0k1](/packages/cybercog-laravel-love)

PHPackages © 2026

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