PHPackages                             walkerchiu/php-site-cms-int - 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. [Admin Panels](/categories/admin)
4. /
5. walkerchiu/php-site-cms-int

ActiveLibrary[Admin Panels](/categories/admin)

walkerchiu/php-site-cms-int
===========================

v1.1.0(1y ago)00MITPHPPHP ^7.4|^8.0

Since Aug 30Pushed 8mo agoCompare

[ Source](https://github.com/walkerchiu/php-site-cms-int)[ Packagist](https://packagist.org/packages/walkerchiu/php-site-cms-int)[ RSS](/packages/walkerchiu-php-site-cms-int/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (3)Used By (0)

php-site-cms-int
================

[](#php-site-cms-int)

php-site-cms-int is a Laravel library for dealing with site management.

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

[](#installation)

Use the package manager [composer](https://getcomposer.org/download/) to install php-site-cms-int.

```
composer require walkerchiu/php-site-cms-int
```

Usage
-----

[](#usage)

### Package settings

[](#package-settings)

```
# CLI

# Publish this package settings
php artisan vendor:publish

# Overwrite default settings
vi config/wk-site-cms.php

# Overwrite translations
cd resources/lang/vendor/php-site-cms
vi ...

# Overwrite views
cd resources/views/vendor/php-site-cms
vi ...

# See migrations
cd database/migrations
cat ...
```

### Core settings

[](#core-settings)

```
# CLI

# Overwrite default settings
vi config/wk-core.php

# See class section
# See table section
```

### Migrations

[](#migrations)

```
# CLI

# Generate a database migration
php artisan make:migration

# Run all of your outstanding migrations
php artisan migrate

# See which migrations have run thus far
php artisan migrate:status
```

### How to use

[](#how-to-use)

#### Entity

[](#entity)

In fact, this usage is not limited to Entity, and other usages such as Repository and Service are also similar.

You can view the source code to understand the methods provided by these classes.

```
# PHP

# Use directly
# You can find more settings in config/wk-core.php
use WalkerChiu\SiteCMS\Models\Entities\Site

Site::all();
```

```
# PHP

# Use core setting
# You can find more settings in config/wk-core.php
use Illuminate\Support\Facades\App;

App::make(config('wk-core.class.site-cms.site'));
```

#### FormRequest

[](#formrequest)

```
# PHP

# controller

# You can find more information in Models/Forms folder
use WalkerChiu\SiteCMS\Models\Forms\SiteFormRequest

/**
 * Store a newly created resource in storage.
 *
 * @param  \WalkerChiu\SiteCMS\Models\Forms\SiteFormRequest  $request
 * @return \Illuminate\Http\Response
 */
public function store(SiteFormRequest $request)
{
    # ...
}
```

#### Middleware

[](#middleware)

```
# PHP

# route.php

# You can find more information in Middleware folder
use Illuminate\Support\Facades\Route;

Route::group(['middleware' => ['wkSiteEnable']], function() {
    # ...
});
```

### Useful commands

[](#useful-commands)

```
# CLI

# Truncate all tables of this package
php artisan command:SiteCMSCleaner

# Initialize the site
php artisan command:SiteCMSInitializer
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance51

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

Total

2

Last Release

495d ago

PHP version history (2 changes)v1.0.0PHP ^7.3

v1.1.0PHP ^7.4|^8.0

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/walkerchiu-php-site-cms-int/health.svg)

```
[![Health](https://phpackages.com/badges/walkerchiu-php-site-cms-int/health.svg)](https://phpackages.com/packages/walkerchiu-php-site-cms-int)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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