PHPackages                             machek/mmyql - 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. [API Development](/categories/api)
4. /
5. machek/mmyql

ActiveModule[API Development](/categories/api)

machek/mmyql
============

Zend Framework 2 module for easy access to YQL (Yahoo! Query Language)

140PHP

Since May 4Pushed 13y ago1 watchersCompare

[ Source](https://github.com/machek/MMYQL)[ Packagist](https://packagist.org/packages/machek/mmyql)[ RSS](/packages/machek-mmyql/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

MMYQL
=====

[](#mmyql)

Version 0.01 Created by Zdenek Machek during Yahoo! Hack Europe: London 2013

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

[](#introduction)

This is simple module simplifying YQL - Yahoo! Query Language () usage

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

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (latest master)

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

[](#installation)

1. Add `"machek/mmyql": "dev-master"` to your `composer.json` file and run `php composer.phar update`.
2. Add `MMYQL` to your `config/application.config.php` file under the `modules` key.
3. copy /vendor/machek/mmyql/configmmyql.local.php.dist to /config/autoload/mmyql.local.php

Usage
-----

[](#usage)

```
		$select = "latitude, longitude, radius";
        $from = "geo.placefinder";
        $where = "text=\"{$query}\"";

        $response = $this->getServiceLocator()->get('serviceYQL')->executeQuery($select, $from, $where);
        $responseArray = json_decode($response);
        $resultArray = array('coordinates' => array('latitude' => $result->latitude, 'longitude' => $result->longitude, 'radius' => $result->radius));
```

or check this project where we used it:

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2378904?v=4)[Zdenek Machek](/maintainers/machek)[@machek](https://github.com/machek)

---

Top Contributors

[![machek](https://avatars.githubusercontent.com/u/2378904?v=4)](https://github.com/machek "machek (22 commits)")

### Embed Badge

![Health badge](/badges/machek-mmyql/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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