PHPackages                             ngockush/ophim-core - 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. ngockush/ophim-core

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

ngockush/ophim-core
===================

ngockush core features

014PHP

Since Jan 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ngockush/ophim-core)[ Packagist](https://packagist.org/packages/ngockush/ophim-core)[ RSS](/packages/ngockush-ophim-core/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Server Requirements:
====================

[](#server-requirements)

- Laravel Framework 8.
- PHP 7.3 or higher.

    - Configure `php.ini`:

    ```
    max_input_vars=100000

    ```
- MySQL 5.7 or higher.

Add-on &amp; Themes:
====================

[](#add-on--themes)

- Home: [NgocKushCMS](https://fb.com/vuanhngoc.dev)
- Admin: [NgocKushCMS](https://fb.com/vuanhngoc.dev)
- Free Movies Data: [anime.s2fastplayer.xyz](http://anime.s2fastplayer.xyz)
- Add-on:

    - [Plugins Crawler](https://github.com/ngockush/ophim-crawler)
- Theme:

    - [XIAO (New)](https://github.com/phantom0803/ophim-theme-xiao)
    - [PMC (New)](https://github.com/phantom0803/ophim-theme-pmc)
    - [HHTQ (New)](https://github.com/phantom0803/ophim-theme-hhtq)
    - [PNO (New)](https://github.com/phantom0803/ophim-theme-pno)
    - [IPC (New)](https://github.com/phantom0803/ophim-theme-ipc)
    - [PCC (New)](https://github.com/phantom0803/ophim-theme-pcc)
    - [F365 (New)](https://github.com/phantom0803/ophim-theme-f365)
    - [LEGEND (New)](https://github.com/phantom0803/ophim-theme-legend)
    - [BCCO (New)](https://github.com/phantom0803/ophim-theme-bcco)
    - [BPTV (New)](https://github.com/phantom0803/ophim-theme-bptv)
    - [Ripple](https://github.com/hacoidev/ophim-ripple)
    - [September](https://github.com/phantom0803/ophim-september)

Installation:
=============

[](#installation)

1. CD to project root and run: `composer require ngockush/ophim-core -W`
2. Configuration your database connection information in file `.env`
3. Then, run command: `php artisan ophim:install`
4. Change app\\Models\\User:

```
use Ophim\Core\Models\User as OphimUser;

class User extends OphimUser {
    use HasApiTokens, HasFactory, Notifiable;
    // ...
}
```

5. Create new user by command: `php artisan ophim:user`
6. Remove this route definition in routes/web.php

```
Route::get('/', function () {
    return view('welcome');
});
```

7. Run `php artisan optimize:clear`

Update:
=======

[](#update)

1. CD to project root and run: `composer update ngockush/ophim-core -W`
2. Then, run command: `php artisan ophim:install`
3. Run `php artisan optimize:clear`
4. Clear PHP Opcache in server (if enabled)

Note
====

[](#note)

- Configure a production environment file `.env`
    - `APP_NAME=your_app_name`
    - `APP_ENV=production`
    - `APP_URL=https://your-domain.com`
- Configure timezone `/config/app.php`
    - `'timezone' => 'Asia/Ho_Chi_Minh'`
    - `'locale' => 'vi'`

Reset view counter:
===================

[](#reset-view-counter)

- Setup crontab, add this entry:

```
* * * * * cd /path/to/project && php artisan schedule:run >> /dev/null 2>&1

```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 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/70722b82f973db245a6889904a9c35693b5f510eafa08f1585c25d672ce24504?d=identicon)[ngockush](/maintainers/ngockush)

---

Top Contributors

[![ngockush](https://avatars.githubusercontent.com/u/44048416?v=4)](https://github.com/ngockush "ngockush (11 commits)")

### Embed Badge

![Health badge](/badges/ngockush-ophim-core/health.svg)

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

PHPackages © 2026

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