yiisolutions/yii2-yql

Yahoo Query Language for Yii2

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2016-12-21 19:22 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:59:02 UTC


README

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:

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

[developer.yahoo.com]