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)2991MITPHP

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 6d 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

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

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

3170d 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.8k55.8M13.0k](/packages/illuminate-database)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k99.8M350](/packages/laravel-horizon)[laravel/sail

Docker files for running a basic Laravel application.

1.9k212.4M1.4k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M307](/packages/laravel-ai)[moonshine/moonshine

Laravel administration panel

1.3k268.2k88](/packages/moonshine-moonshine)

PHPackages © 2026

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