PHPackages                             shogo23/yougerv - 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. [Framework](/categories/framework)
4. /
5. shogo23/yougerv

ActiveProject[Framework](/categories/framework)

shogo23/yougerv
===============

Is a video streaming website created by \[Gervic\](https://www.facebook.com/gervic23) as part of portfolio written on CodeIgniter 4 Framework.

v1.08(5y ago)06MITPHPPHP &gt;=7.2CI failing

Since Jul 7Pushed 5y ago2 watchersCompare

[ Source](https://github.com/shogo23/yougerv)[ Packagist](https://packagist.org/packages/shogo23/yougerv)[ Docs](http://onegerv.ml)[ RSS](/packages/shogo23-yougerv/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (9)Versions (10)Used By (0)

YOUGERV
=======

[](#yougerv)

Is a video streaming website created by [Gervic](https://www.facebook.com/gervic23) as part of portfolio written on [CodeIgniter 4](http://www.codeigniter.com) Framework.

System Requirements
-------------------

[](#system-requirements)

- PHP 7.0 or highter
- MYSQL or MARIADB
- or much better you use [XAMPP](https://www.apachefriends.org/i) for windows users.
- [FFMPEG](https://ffmpeg.org/)
- Node Package Manager (npm) from [Nodejs](https://nodejs.org/)
- [Composer](https://getcomposer.org/)

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

[](#installation)

#### Download from Composer

[](#download-from-composer)

```
$ composer create-project shogo23/yougerv
```

#### Clone from Github

[](#clone-from-github)

```
$ git clone https://github.com/shogo23/yougerv.git
```

#### Clone from Bitbucket

[](#clone-from-bitbucket)

```
$ git clone https://gervic23@bitbucket.org/gervic23/ci4.git
```

#### Or Download manualy

[](#or-download-manualy)

[From Github](https://github.com/shogo23/yougerv/archive/master.zip)

Project Setup
-------------

[](#project-setup)

#### Database

[](#database)

- Create a database any name you want.
- Rename env file to .env from root directory.
- Open .env file with your text editor. Find the database section and fill up your database credentials.

```
#--------------------------------------------------------------------
# DATABASE
#--------------------------------------------------------------------

database.default.hostname = localhost
database.default.database = ci4
database.default.username = root
database.default.password = root
```

#### Database Migration and Seeding

[](#database-migration-and-seeding)

Open your command terminal and run the following commands. This will create database tables and data.

```
$ php spark migrate
```

```
$ php spark db:seed MainSeeder
```

#### Setting up FFMPEG

[](#setting-up-ffmpeg)

Open .env file and locate the path of ffmpeg.exe and ffprobe.exe. This is my configuration...

```
# FFMPEG CONFIGURATION.
ffmpeg.binaries     = C:\ffmpeg-20200420-cacdac8-win64-static\bin\ffmpeg.exe
ffprobe.binaries    = C:\ffmpeg-20200420-cacdac8-win64-static\bin\ffprobe.exe
```

#### Setting up Required PHP and Javascript Libraries.

[](#setting-up-required-php-and-javascript-libraries)

Setting up PHP Libraries (If you downloaded this project from composer, there is no need for this).

```
$ composer install
```

Setting up Javascript Libraries.

```
$ npm install
```

Setting up app.js and app.css bundle files. (/public/dist)

```
$ npm run production
```

#### Virtual Hosting

[](#virtual-hosting)

Open C:\\Windows\\system32\\divers\\etc\\host and add this...

```
127.0.0.1           yougerv.test
```

Open C:\\xampp\\apache\\conf\\extra\\httpd-vhost.conf if your are a xampp user and add this configuration.

```

    ServerAdmin youremail@email.com
    DocumentRoot "C:/xampp/htdocs/yougerv/public"
    ServerName yougervtest
    ServerAlias yougervtest
    ErrorLog "C:/xampp/htdocs/logs/error.log"
	CustomLog "C:/xampp/htdocs/logs/error.log" common

```

#### Setting up $baseURL

[](#setting-up-baseurl)

Open /App/Config/App.php and change the value $baseURL to ''

Restart apache2 and now you can access the website at

#### User Accounts

[](#user-accounts)

Here are the following usernames. (Password for all accounts: enduser)

- gervic23
- serah23
- claire23
- yuel23
- terra23
- tifa23
- vanille23
- yuffie
- rydia23
- lumina23
- garnet23

Contact Author
--------------

[](#contact-author)

Email me at  or message me on facebook at

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

Total

9

Last Release

2133d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f767c35d2412493aa0ca0d2ed0e46cd81b711d6b56fa59cbacfce34b11d85a6?d=identicon)[shogo23](/maintainers/shogo23)

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[laravel/nightwatch

The official Laravel Nightwatch package.

3486.1M13](/packages/laravel-nightwatch)[getkirby/cms

The Kirby core

1.5k535.5k352](/packages/getkirby-cms)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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