PHPackages                             rozbehsharahi/meedia - 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. rozbehsharahi/meedia

ActiveLibrary

rozbehsharahi/meedia
====================

Compressed synchronisation between live and development environments.

0.1.2(8y ago)03.3k1MITPHP

Since Oct 22Pushed 8y ago3 watchersCompare

[ Source](https://github.com/RozbehSharahi/meedia)[ Packagist](https://packagist.org/packages/rozbehsharahi/meedia)[ RSS](/packages/rozbehsharahi-meedia/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (4)Versions (5)Used By (0)

Meedia
======

[](#meedia)

A tool for creating dummy media files based on live environments.

[![Build Status](https://camo.githubusercontent.com/9f9509e8f7e2b4b9fb4d876449f3ed3479c100034c0b42001ba72cc3acdebfd4/68747470733a2f2f7472617669732d63692e6f72672f526f7a626568536861726168692f6d65656469612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/RozbehSharahi/meedia)

Introduction
------------

[](#introduction)

Meedia will provide dummy media files for dev-environments by connecting to a live setup via SSH and creating a configuration tree to generate example dummy images in the right proportions.

Additional dummy generators can be added by configuration.

The tool contains an `meedia:install` and `meedia:update` command, which will work fine for integrating it into review environments and continues integration systems.

This project is still in progress and experimental. In the future following features shall be added:

- Add default video dummy generator
- Implement fast mode for syncing only files that have changed.

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

[](#installation)

`composer require rozbehsharahi/meedia --dev`

Commands
--------

[](#commands)

Initialize your ssh connection to live

`php vendor/rozbehsharahi/meedia/meedia.php meedia:init`

Test configured connection

`php vendor/rozbehsharahi/meedia/meedia.php meedia:test-connection`

Install media files either by lock or sync.

`php vendor/rozbehsharahi/meedia/meedia.php meedia:install`

Update media files by syncing from live.

`php vendor/rozbehsharahi/meedia/meedia.php meedia:update`

Fetch image sizes with ImageMagick/GraphicsMagick
-------------------------------------------------

[](#fetch-image-sizes-with-imagemagickgraphicsmagick)

On default meedia fetches image sizes through `ImageTreeBuilder` by ImageMagick's `identify` command. In case the live servers has GraphicsMagick installed, you can set `useGraphicsMagick` property on your configuration to use `gm identify` instead.

```
{
  // ...
  "useGraphicsMagick": true
  // ...
}
```

Requirements
------------

[](#requirements)

- PHP 7.1 (cli) on local environment
- SSH2 php extension
- ImageMagick on live server
- Linux developing system (Windows and MAC not tested yet)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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 ~15 days

Total

5

Last Release

3061d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a3d9a7b5e5ddaf8b07c2d5ddddce6e6e0458bc48e31533de2f4f2bbd4cc87714?d=identicon)[RozbehSharahi](/maintainers/RozbehSharahi)

---

Top Contributors

[![rozbehsharahitxb](https://avatars.githubusercontent.com/u/100211503?v=4)](https://github.com/rozbehsharahitxb "rozbehsharahitxb (33 commits)")[![RozbehSharahi](https://avatars.githubusercontent.com/u/6684122?v=4)](https://github.com/RozbehSharahi "RozbehSharahi (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rozbehsharahi-meedia/health.svg)

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

###  Alternatives

[phan/phan

A static analyzer for PHP

5.6k11.2M1.1k](/packages/phan-phan)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-soap/wsdl

Deals with WSDLs

173.5M12](/packages/php-soap-wsdl)[php-soap/wsdl-reader

A WSDL reader in PHP

212.3M9](/packages/php-soap-wsdl-reader)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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