PHPackages                             r15ch13/peculiar - 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. r15ch13/peculiar

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

r15ch13/peculiar
================

An extension to the Laravel Eloquent Model. It allows the use of UUIDs (ramsey/uuid) as primary keys.

v2.1.0(9y ago)73.2k1MITPHP

Since Aug 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/r15ch13/peculiar)[ Packagist](https://packagist.org/packages/r15ch13/peculiar)[ Docs](https://github.com/r15ch13/peculiar)[ RSS](/packages/r15ch13-peculiar/feed)WikiDiscussions master Synced 2w ago

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

Peculiar
========

[](#peculiar)

An extension to the Laravel model. It allows the use of UUIDs as primary keys.

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

[](#installation)

Add `r15ch13/peculiar` as a requirement to `composer.json`:

```
{
    "require": {
        "r15ch13/peculiar": "~2.0"
    }
}
```

Update your packages with `composer update` or install with `composer install`.

Getting Started
---------------

[](#getting-started)

`Peculiar` extends the `Eloquent` base class without changing its core functionality.

To create a new Peculiar model, simply make your model class derive from the `Peculiar` base class.

```
use Rfifteen\Peculiar\Peculiar;

class User extends Peculiar {}
```

If you're using [LaravelBook\\Ardent](https://github.com/laravelbook/ardent) use it like so:

```
use Rfifteen\Peculiar\Ardent\Peculiar;

class User extends Peculiar {}
```

If you're using [Cartalyst\\Sentry](https://github.com/cartalyst/sentry) use it like so:

```
use Rfifteen\Peculiar\Sentry\PeculiarUser;

class User extends PeculiarUser {}
```

License
-------

[](#license)

[The MIT License (MIT)](http://r15ch13.mit-license.org/)

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 95% 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 ~149 days

Recently: every ~193 days

Total

10

Last Release

3353d ago

Major Versions

v1.1.2 → v2.0.02015-05-10

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/432127?v=4)[Richard Kuhnt](/maintainers/r15ch13)[@r15ch13](https://github.com/r15ch13)

---

Top Contributors

[![r15ch13](https://avatars.githubusercontent.com/u/432127?v=4)](https://github.com/r15ch13 "r15ch13 (38 commits)")[![bitdeli-chef](https://avatars.githubusercontent.com/u/3092978?v=4)](https://github.com/bitdeli-chef "bitdeli-chef (1 commits)")[![veilig2000](https://avatars.githubusercontent.com/u/240543?v=4)](https://github.com/veilig2000 "veilig2000 (1 commits)")

---

Tags

laravel-modellaravel5phpuuidlaravelmodeleloquentuuidguidsentryardent

### Embed Badge

![Health badge](/badges/r15ch13-peculiar/health.svg)

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

###  Alternatives

[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k8.0M88](/packages/mongodb-laravel-mongodb)[dyrynda/laravel-model-uuid

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

4833.0M9](/packages/dyrynda-laravel-model-uuid)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k5.0M31](/packages/tucker-eric-eloquentfilter)[spiritix/lada-cache

A Redis based, automated and scalable database caching layer for Laravel

592452.8k2](/packages/spiritix-lada-cache)[sebastiaanluca/laravel-boolean-dates

Automatically convert Eloquent model boolean attributes to dates (and back).

40115.4k1](/packages/sebastiaanluca-laravel-boolean-dates)[mvanduijker/laravel-model-exists-rule

Validation rule to check if a model exists

22210.1k2](/packages/mvanduijker-laravel-model-exists-rule)

PHPackages © 2026

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