PHPackages                             gregorycoleman/soup - 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. gregorycoleman/soup

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

gregorycoleman/soup
===================

Soup ORM laravel package

0.5.5(4y ago)013[3 PRs](https://github.com/gregorycoleman/Soup/pulls)MITPHPPHP ^8.0|^7.0

Since Jun 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/gregorycoleman/Soup)[ Packagist](https://packagist.org/packages/gregorycoleman/soup)[ Docs](https://github.com/gregorycoleman/souporm)[ Patreon](https://www.patreon.com/souporm)[ Fund](https://tidelift.com/subscription/pkg/psoup-orm)[ RSS](/packages/gregorycoleman-soup/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (23)Used By (0)

Soup ORM laravel package
========================

[](#soup-orm-laravel-package)

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

[](#installation)

You can install the package via composer:

```
composer require gregorycoleman/souporm
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Gregorycoleman\Souporm\SoupormServiceProvider" --tag="souporm-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Gregorycoleman\Souporm\SoupormServiceProvider" --tag="souporm-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$souporm = new Gregorycoleman\Souporm();
echo $souporm->echoPhrase('Hello, Spatie!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Gregory Coleman](https://github.com/gregorycoleman)
- [All Contributors](../../contributors)

License
-------

[](#license)

AFFERO GENERAL PUBLIC LICENSE. Please see [License File](LICENSE.md) for more information.

[![Latest Version on Packagist](https://camo.githubusercontent.com/416757bc19622c190ce88ca2ee2266f9de96895374bfd27d5f341657f2b57d74/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f677265676f7279636f6c656d616e2f736f75706f726d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gregorycoleman/souporm)[![GitHub Tests Action Status](https://camo.githubusercontent.com/5efa516d8f1b66b1b11ad97a3943404708fd4df926ab82fe7be9e5c27fdddea9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f677265676f7279636f6c656d616e2f736f75706f726d2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/gregorycoleman/souporm/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/2436ccaba32c4280753ac87d5158a18ac567a7a6e9f94729205121c9708a456d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f677265676f7279636f6c656d616e2f736f75706f726d2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/gregorycoleman/souporm/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/3b5289ea8e989388356ce0a1b18c6514c33c0827da652d8d56259fbb8728cd1e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f677265676f7279636f6c656d616e2f736f75706f726d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gregorycoleman/souporm)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Every ~0 days

Total

18

Last Release

1790d ago

PHP version history (2 changes)0.2.1PHP ^8.0|7.3.24

0.2.3PHP ^8.0|^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/611270986568b673f4b9da2c48bf6ed2d0c27ceca7631005418741d0ca292637?d=identicon)[gregorycoleman](/maintainers/gregorycoleman)

---

Top Contributors

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

---

Tags

laravelgregorycolemansouporm

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/gregorycoleman-soup/health.svg)

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

###  Alternatives

[dyrynda/laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models.

4802.8M8](/packages/dyrynda-laravel-model-uuid)[spatie/laravel-model-flags

Add flags to Eloquent models

4301.1M1](/packages/spatie-laravel-model-flags)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[spatie/laravel-sql-commenter

Add comments to SQL queries made by Laravel

1931.4M1](/packages/spatie-laravel-sql-commenter)[spatie/laravel-deleted-models

Automatically copy deleted records to a separate table

409109.8k4](/packages/spatie-laravel-deleted-models)[wnx/laravel-backup-restore

A package to restore database backups made with spatie/laravel-backup.

203330.1k2](/packages/wnx-laravel-backup-restore)

PHPackages © 2026

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