PHPackages                             unisharp/laravel-unifly - 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. unisharp/laravel-unifly

ActiveLibrary

unisharp/laravel-unifly
=======================

it can generate entities by arca principle

322PHP

Since Apr 27Pushed 8y ago5 watchersCompare

[ Source](https://github.com/UniSharp/laravel-unifly)[ Packagist](https://packagist.org/packages/unisharp/laravel-unifly)[ RSS](/packages/unisharp-laravel-unifly/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Unifly
--------------

[](#laravel-unifly)

### Introduction

[](#introduction)

It contain artisan make:entity command , it will make unisharp work on the fly

### Install Data Carrier

[](#install-data-carrier)

composer.json:

```
"require" : {
    "unisharp/laravel-unifly" : "dev-master"
},
"repositories": {
    "type": "git",
    "url": "git@bitbucket.org:unisharp/laravel-unifly.git"
}

```

save it and then

```
composer update unisharp/laravel-unifly

```

### Set ServiceProvider and Set Facade

[](#set-serviceprovider-and-set-facade)

#### in config/app.php:

[](#in-configappphp)

- ServiceProfider

    ```
      Unisharp\Unifly\UniflyServiceProvider::class,

    ```

### Usage

[](#usage)

- main command

    ```
      php artisan make:entity XXX

    ```

    it will generate XXX entity and other views, repository to work with this entity
- with translatable

    ```
      php artisan make:entity XXX --translatable

    ```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 79.4% 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/49773ea5050ec1d004a506cc1e11be08d6e87339120b5d223b8921e3f671153c?d=identicon)[g0110280](/maintainers/g0110280)

![](https://avatars.githubusercontent.com/u/181350?v=4)[Youchen Lee (isacl)](/maintainers/youchenlee)[@youchenlee](https://github.com/youchenlee)

---

Top Contributors

[![streamtw](https://avatars.githubusercontent.com/u/7333171?v=4)](https://github.com/streamtw "streamtw (27 commits)")[![youchenlee](https://avatars.githubusercontent.com/u/181350?v=4)](https://github.com/youchenlee "youchenlee (5 commits)")[![storyn26383](https://avatars.githubusercontent.com/u/6954098?v=4)](https://github.com/storyn26383 "storyn26383 (1 commits)")[![y2468101216](https://avatars.githubusercontent.com/u/10670845?v=4)](https://github.com/y2468101216 "y2468101216 (1 commits)")

### Embed Badge

![Health badge](/badges/unisharp-laravel-unifly/health.svg)

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

PHPackages © 2026

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