开发者

YouTube PHP API Besides Zend

开发者 https://www.devze.com 2023-01-25 00:40 出处:网络
I\'m currently using the Zend Framework YouTube PHP Api but under high load Zend just doesn\'t perform that well. Even when implementing caching each Youtube Video object is about 23kb compressed. I\'

I'm currently using the Zend Framework YouTube PHP Api but under high load Zend just doesn't perform that well. Even when implementing caching each Youtube Video object is about 23kb compressed. I'd rather switch to another implementation of the API. Are there any other maintained implementations? I've searched but it's a little difficult开发者_运维知识库 to find.


I recently ported my CodeIgniter YouTube API implementation to regular PHP. You can find it here: https://github.com/jimdoescode/Zendless-PHP-YouTube-API


I'm not sure google has a non-Zend PHP implementation of the YouTube API. If you're looking for more speed, I would try a different language. Python may be a good way to go, though the other implementations are here:

http://code.google.com/apis/youtube/code.html

0

精彩评论

暂无评论...
验证码 换一张
取 消