chris
chris

Reputation: 21197

Simple Youtube Search PHP Script

Does anybody know any good simple youtube search scripts in php that I could use right off the bat? I don't want to use the Zend Framework (not installed), just the basic REST calls.

Thanks

Upvotes: 2

Views: 17348

Answers (3)

stefs
stefs

Reputation: 18549

what's wrong with the official youtube api?

you don't need the whole ZF for that, it should work separatley too.

Upvotes: 6

Cruz
Cruz

Reputation: 11

http://www.yvoschaap.com/youtube/ Go there view the source code, there's tons out there, perhaps use google and type in PHP YouTube and sit back and check them all out...but be prepared YouTube loves to change things so you'll be back ;)

Upvotes: 1

Related Questions