An open API service indexing awesome lists of open source software.

https://github.com/yiisolutions/yii2-yql

Yahoo Query Language for Yii2
https://github.com/yiisolutions/yii2-yql

Last synced: 11 months ago
JSON representation

Yahoo Query Language for Yii2

Awesome Lists containing this project

README

          

# Yii2 YQL

Yahoo Query Language for Yii2.

## What is YQL?

The YQL Web Service enables applications to query, filter, and combine data from different sources across the Internet. YQL statements have a SQL-like syntax, familiar to any developer with database experience. The following YQL statement, for example, retrieves geo data for Sunnyvale, CA:

```sql
select * from geo.places where text="sunnyvale, ca"
```

[[developer.yahoo.com](https://developer.yahoo.com/yql/guide/overview.html)]