PHPackages                             martrix/yii1-ethnicmedia-client - 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. martrix/yii1-ethnicmedia-client

ActiveYii2-extension

martrix/yii1-ethnicmedia-client
===============================

Ethnicmedia client

00PHP

Since Sep 10Pushed 10y ago1 watchersCompare

[ Source](https://github.com/martrix78/yii1-ethnicmedia-client)[ Packagist](https://packagist.org/packages/martrix/yii1-ethnicmedia-client)[ RSS](/packages/martrix-yii1-ethnicmedia-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

```
=== EthnicMedia ===
Contributors: EthnicMedia,
Tags: EthnicMedia, Ad, classifield
Requires at least: 3.2
Tested up to: 4.2.3
Stable tag: 4.2.3
License: GPLv2 or later

== Description ==
System allows you to receive private messages and display them on your site.
To obtain API key to register http://core.ethnicmedia.us

== Installation ==

1. Upload the  plugin to your extension directory,
2. add to config.php
 	'aliases' => array(
		'emclient'  => dirname(__FILE__) . '/../extensions/' ,
	),
3. Add to params
	'EM_apiKey' => API KEY,

4. Add to SiteController.php

	public function actions(){
		return array(
		'emclient' => array(
			'class'    => 'emclient.EmclientAction',
			'debug'    => true,
			'lang'     => 'en',
			'adsLimit' => 20,

		  ),
		);
	}

	public function actionClassifield(){
		$categoryId=Yii::app()->request->getParam('categoryId');
		$page=Yii::app()->request->getParam('page');
		$this->render('ad',array('categoryId'=>$categoryId,'page'=>$page));
	}

example of use on  template (ad.php):

== Changelog ==

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/martrix-yii1-ethnicmedia-client/health.svg)

```
[![Health](https://phpackages.com/badges/martrix-yii1-ethnicmedia-client/health.svg)](https://phpackages.com/packages/martrix-yii1-ethnicmedia-client)
```

PHPackages © 2026

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