yiisolutions / yii2-yql
Yahoo Query Language for Yii2
dev-master
2016-12-21 19:22 UTC
Requires
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-httpclient: ~2.0.0
Requires (Dev)
- phpunit/phpunit: 5.5.*
This package is not auto-updated.
Last update: 2024-09-14 19:58:47 UTC
README
Yahoo Query Language for Yii2.
什么是 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"