PHPackages                             omgzui/omgzui - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. omgzui/omgzui

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

omgzui/omgzui
=============

demo+sdk for laravel5

07PHP

Since Jul 29Pushed 7y agoCompare

[ Source](https://github.com/OMGZui/demo-sdk-for-Laravel5.5)[ Packagist](https://packagist.org/packages/omgzui/omgzui)[ RSS](/packages/omgzui-omgzui/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

demo-sdk-for-Laravel5.5
=======================

[](#demo-sdk-for-laravel55)

一个Laravel5.5的扩展包示例

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

[](#installation)

Require this package with composer. It is recommended to only require the package for development.

```
composer require omgzui/omgzui
```

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

### Laravel 5.5+:

[](#laravel-55)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
\OMGZui\OMGZui\OMGZuiServiceProvider::class
```

If you want to use the facade to log messages, add this to your facades in app.php:

```
'OMGZui' => \OMGZui\OMGZui\Facades\OMGZui::class,
```

Copy the package config to your local config with the publish command:

```
php artisan vendor:publish --provider="\OMGZui\OMGZui\OMGZuiServiceProvider"
```

### Lumen:

[](#lumen)

For Lumen, register a different Provider in `bootstrap/app.php`:

```
$app->register(\OMGZui\OMGZui\OMGZuiServiceProvider::class);
```

To change the configuration, copy the file to your config folder and enable it:

```
$app->configure('omgzui');
```

Usage
-----

[](#usage)

```
OMGZui::getName(); //小粽子
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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.

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelphpsdk

### Embed Badge

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

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

###  Alternatives

[mckenziearts/laravel-command

A simple Laravel package to provide artisan new commands

321.2k](/packages/mckenziearts-laravel-command)

PHPackages © 2026

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