PHPackages                             obinna/app - 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. obinna/app

ActiveLibrary

obinna/app
==========

Obinna Composer App Framework Project

02PHP

Since Nov 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/obinnajohnphill/youtube_package)[ Packagist](https://packagist.org/packages/obinna/app)[ RSS](/packages/obinna-app/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

autoload
========

[](#autoload)

Installation Guide
------------------

[](#installation-guide)

create a composer file and add: { "minimum-stability": "dev",

"require": { "php": "&gt;=7.1", "obinna/app": "\*" },

"autoload": { "psr-4": { "Obinna\\":"src/" } } }

Install package:

sudo composer require obinna/app:dev-master

sudo apt-get install php7.2-bcmath

sudo composer require php-amqplib/php-amqplib

sudo composer require vlucas/phpdotenv

Install RabbitMQ Server and set user

Install php memchached

Prepare project: copy the index.php file from package to your project directory

Generate optimised autoload file: composer dumpautoload -o

Copy:

public folder into the root of your app

Create Database Table:

CREATE TABLE videos( id INT(6) UNSIGNED AUTO\_INCREMENT PRIMARY KEY, video\_id VARCHAR(30) NOT NULL, title VARCHAR(500) NOT NULL, created\_date TIMESTAMP )

Expectation:

Search Youtube videos (max of 50 at a time)

Save video

View all saved videos

Delete videos

Can select all or deselect all videos / inverted select

Run receiver\_1 (1 to 4) on multiple terminals

You should see a queued video saved message when videos are save (a basic demo of rabbitMQ)

The first time you view all saved videos, the system returns record from database and saves it into the cache

If same record is querried within 1 hr, the cached version is returned and cache expires after one hour

View Data Stored in Cache:

ssh into your server

Run: telnet localhost 11211

Run: get select (to view data stored in cache with "select key")

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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/ea61f83376a0a152ba4ea72768d9aa863d6c382cf3384a723ccc51971f950606?d=identicon)[obinna.johnphill](/maintainers/obinna.johnphill)

### Embed Badge

![Health badge](/badges/obinna-app/health.svg)

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

PHPackages © 2026

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