PHPackages                             obydul/larable - 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. [Framework](/categories/framework)
4. /
5. obydul/larable

ActiveLibrary[Framework](/categories/framework)

obydul/larable
==============

Collection of morphable features and packages for Laravel application.

v1.4.1(3y ago)0296MITPHP

Since Mar 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mdobydullah/larable)[ Packagist](https://packagist.org/packages/obydul/larable)[ RSS](/packages/obydul-larable/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (7)Versions (8)Used By (0)

Larable
-------

[](#larable)

Collection of morphable features and packages for Laravel application.

[![CI](https://github.com/mdobydullah/larable/actions/workflows/ci.yml/badge.svg)](https://github.com/mdobydullah/larable/actions/workflows/ci.yml)

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

[](#installation)

```
composer require obydul/larable
```

### Configuration

[](#configuration)

This step is optional

```
php artisan vendor:publish --provider="Obydul\\Larable\\LarableServiceProvider" --tag=config
```

### Migrations

[](#migrations)

**You need to publish the migration files for use the package:**

```
php artisan vendor:publish --provider="Obydul\\Larable\\LarableServiceProvider" --tag=migrations
```

### Collections

[](#collections)

The available morphable packages/features.

Service NameFeature/PackageDescriptionLike[laravel-like:v5.1.1](https://github.com/overtrue/laravel-like)User like feature feature.Follow[laravel-follow:v5.1.0](https://github.com/overtrue/laravel-follow)User follow unfollow feature .Subscribe[laravel-subscribe:v4.2.0](https://github.com/overtrue/laravel-subscribe)User subscribe unsubscribe feature.Favorite[laravel-favorite:v5.1.0](https://github.com/overtrue/laravel-favorite)User favorite unfavorite feature.Vote[laravel-vote:v3.1.0](https://github.com/overtrue/laravel-vote)User voting feature.Cleanup Unused Services
-----------------------

[](#cleanup-unused-services)

Currently, there are 5 services. We will keep adding more services. The chances are good that you will not want them all. In order to avoid shipping these dependencies with your code, you can run the `Obydul\Larable\Task\Composer::cleanup` task and specify the services you want to keep in `composer.json`:

```
{
    "require": {
        "obydul/larable": "^1.1"
    },
    "scripts": {
        "pre-autoload-dump": "Obydul\\Larable\\Task\\Composer::cleanup"
    },
    "extra": {
        "obydul/larable": [
            "Like",
            "Follow"
        ]
    }
}
```

This example will remove all services other than "Like" and "Follow" when `composer update` or a fresh `composer install` is run.

**IMPORTANT**: If you add any services back in `composer.json`, you will need to remove the `vendor/obydul/larable` directory explicitly for the change you made to have effect:

```
rm -r vendor/obydul/larable
composer update

```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/mdobydullah/larable/blob/master/LICENSE) for more information.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

7

Last Release

1195d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravel-favoritelaravel-followlaravel-likelaravel-packagelaravel-sociallaravel-subscriptionlaravel-vote

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/obydul-larable/health.svg)

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

###  Alternatives

[laravel/octane

Supercharge your Laravel application's performance.

4.0k26.6M220](/packages/laravel-octane)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[code16/sharp

Laravel Content Management Framework

79164.7k8](/packages/code16-sharp)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3891.8k](/packages/codewithdennis-larament)[r2luna/brain

Brain: A process-driven architecture alternative for your Laravel Application.

6338.7k1](/packages/r2luna-brain)

PHPackages © 2026

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