PHPackages                             serafim/laravel-annotations - 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. serafim/laravel-annotations

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

serafim/laravel-annotations
===========================

Laravel annotations bridge

1.0.6(8y ago)2986MITPHP

Since May 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/SerafimArts/Laravel-Annotations)[ Packagist](https://packagist.org/packages/serafim/laravel-annotations)[ Docs](https://github.com/SerafimArts/Laravel-Annotations)[ RSS](/packages/serafim-laravel-annotations/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (6)Dependencies (4)Versions (6)Used By (0)

Laravel-Annotations
===================

[](#laravel-annotations)

This is a Doctrine Annotations bridge for Laravel 5+

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

[](#installation)

`composer require serafim/laravel-annotations`

In `app.php` add:

```
'providers' => [
    ...
    \Serafim\Annotations\LaravelServiceProvider::class,
]

```

Run `php artisan vendor:publish` if you want configure default behaviuor

Usage
-----

[](#usage)

```
use octrine\Common\Annotations\Reader;

app(Reader::class)->getClassAnnotations($reflection);
// or app('annotations')->..

```

> NOTE: For more information about annotations read:

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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 ~144 days

Total

5

Last Release

3125d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/150420?v=4)[Ruslan Sharipov](/maintainers/Serafim)[@serafim](https://github.com/serafim)

---

Top Contributors

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

---

Tags

laraveldoctrineannotationsBridge

### Embed Badge

![Health badge](/badges/serafim-laravel-annotations/health.svg)

```
[![Health](https://phpackages.com/badges/serafim-laravel-annotations/health.svg)](https://phpackages.com/packages/serafim-laravel-annotations)
```

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k54.1M11.2k](/packages/illuminate-database)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8405.5M96](/packages/laravel-doctrine-orm)[kreait/laravel-firebase

A Laravel package for the Firebase PHP Admin SDK

1.3k18.0M46](/packages/kreait-laravel-firebase)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M165](/packages/laravel-ai)[watson/validating

Eloquent model validating trait.

9733.4M53](/packages/watson-validating)

PHPackages © 2026

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