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
- Host: GitHub
- URL: https://github.com/yiisolutions/yii2-yql
- Owner: yiisolutions
- License: bsd-3-clause
- Created: 2016-12-20T14:42:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T19:23:00.000Z (over 9 years ago)
- Last Synced: 2025-06-26T08:44:26.689Z (about 1 year ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)]