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

ActiveLibrary[Framework](/categories/framework)

obinna/app2
===========

Obinna Composer App Framework Project

05JavaScript

Since Dec 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/obinnajohnphill/youtube_package_new)[ Packagist](https://packagist.org/packages/obinna/app2)[ RSS](/packages/obinna-app2/feed)WikiDiscussions master Synced 3d 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

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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-app2/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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