PHPackages                             sondt87/gzone-library - 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. sondt87/gzone-library

ActiveLibrary

sondt87/gzone-library
=====================

2.2.0(12y ago)068MITPHPPHP &gt;=5.3.0

Since Apr 9Pushed 12y ago1 watchersCompare

[ Source](https://github.com/sondt87/gzone-library)[ Packagist](https://packagist.org/packages/sondt87/gzone-library)[ Docs](http://github.com/sondt87/gzone-library)[ RSS](/packages/sondt87-gzone-library/feed)WikiDiscussions master Synced 2mo ago

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

gzone-library
=============

[](#gzone-library)

### install

[](#install)

`"sondt87/gzone-library": "dev-master"`

### Register Service provider on config/app.php:

[](#register-service-provider-on-configappphp)

`'Sondt87\GzoneLibrary\GzoneLibraryServiceProvider'`

How to use
==========

[](#how-to-use)

### make controller

[](#make-controller)

`php artisan util:make_controller [name]`

##### example

[](#example)

`php artisan util:make_controller User`

##### 5 files is generated:

[](#5-files-is-generated)

##### results

[](#results)

```
 app
  |__ controllers
              |__ User
                     |__ APIController.php
                     |__ BackendController.php
                     |__ BaseController.php
                     |__ FrontendController.php
                     |__ Interface.php

```

### make repository

[](#make-repository)

`php artisan util:make_repository [name] [folder_path]`

##### example

[](#example-1)

`php artisan util:make_repository User Demo/Repo`

##### results

[](#results-1)

```
app
 |__ Demo
      |__ Repo
            |__ User
            |       |__ UserRepository.php
            |       |__ EloquentUserRepository.php
            |
            |__ AbstractRepository.php
            |__ IRepository

```

### make model

[](#make-model)

`php artisan util:make_model [name] {table}`

note: atomaticaly remove charactor "\_".

##### example

[](#example-2)

`php artisan util:make_model User_Profile`

##### results

[](#results-2)

```
app
 |__ models
      |__ UserProfile.php
                   |__ public $table = 'user_profile';

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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 ~5 days

Total

6

Last Release

4384d ago

Major Versions

1.4.1 → 2.0.02014-04-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/1203f7de55c66239185391148a8340984250d29838c4cb44a0790a58bd043279?d=identicon)[sondt87](/maintainers/sondt87)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sondt87-gzone-library/health.svg)

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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