PHPackages                             impecty/rxy-laravel-extend-database - 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. impecty/rxy-laravel-extend-database

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

impecty/rxy-laravel-extend-database
===================================

Package description here.

00PHP

Since Sep 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/rxy1208/rxy-laravel-extend-database)[ Packagist](https://packagist.org/packages/impecty/rxy-laravel-extend-database)[ RSS](/packages/impecty-rxy-laravel-extend-database/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

 laravel-extend-database
=========================

[](#-laravel-extend-database-)

 .

Installing
----------

[](#installing)

```
$ composer require Impecty/laravel-extend-database
```

描述
--

[](#描述)

这是针对于laravel的观察者模型在进行完善的扩展

```
Model::where('id', '1')->update([
  'name' => 'laravel'
]);
```

如上的方式修改或者删除而观察者事件失效进一步扩展该功能，使用的方式只需要在模型中引用`Impecty\LaravelExtend\Database\Eloquent\SEvents`即可

```
use Illuminate\Database\Eloquent\Model;
use Impecty\LaravelExtend\Database\Eloquent\SEvents;

class Category extends Model
{
    use SEvents;
}
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d9247d8d67c8118853573794974d016d017b68c81f48284005edc391d129b273?d=identicon)[Impecty](/maintainers/Impecty)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/impecty-rxy-laravel-extend-database/health.svg)

```
[![Health](https://phpackages.com/badges/impecty-rxy-laravel-extend-database/health.svg)](https://phpackages.com/packages/impecty-rxy-laravel-extend-database)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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