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

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

vsmov/vsmov-core
================

VsMov's core features

1.0.1(1mo ago)211↓100%1MITPHP

Since Apr 16Pushed 1mo agoCompare

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

READMEChangelog (1)Dependencies (8)Versions (3)Used By (1)

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: [VsMovCMS.COM](https://vsmov.com)
- Admin: [Demo.VsMovCMS.COM/admin](https://vsmov.com)
- Free Movies Data: [VsMov.COM](https://vsmov.com)
- Add-on:

    - [VsMov Crawler](https://github.com/vsmov/vsmov-crawler)
- Theme: [MORE...](https://vsmov.com)

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

[](#installation)

1. Run the Laravel installation command in the web directory: `composer create-project laravel/laravel:^8.0 cms`
2. CD to project root and run: `composer require vsmov/vsmov-core -W`
3. Configuration your database connection information in file `.env`
4. Then, run command: `php artisan vsmov:install`
5. Change app\\Models\\User:

```
use VsMov\Core\Models\User as VsMovUser;

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

5. Create new user by command: `php artisan vsmov: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 vsmov/vsmov-core -W`
2. Then, run command: `php artisan vsmov: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_DEBUG=false`
    - `APP_URL=https://your-domain.com`
- Configure timezone `/config/app.php`

    - `'timezone' => 'Asia/Ho_Chi_Minh'`
    - `'locale' => 'vi'`
- Command CMS

    - `php artisan vsmov:menu:generate` : Generate menu
    - `php artisan vsmov:episode:change_domain` : Change episode domain play stream

Command:
========

[](#command)

- Generate menu categories &amp; regions: `php artisan vsmov:menu:generate`

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

37

—

LowBetter than 81% of packages

Maintenance90

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

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.

###  Release Activity

Cadence

Every ~4 days

Total

2

Last Release

50d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/217009717?v=4)[vsphim](/maintainers/vsphim)[@vsphim](https://github.com/vsphim)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

591.7k1](/packages/crumbls-layup)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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