madcoda / php-youtube-api

PHP wrapper for the Youtube Data API v3 ( Non-OAuth )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class not found error.

VladoMS opened this issue · comments

I got a problem with the lib when I tried to use it with Symfony 2.3. The problem was that the filename of class was "youtube.php" and I had to rename it to "Youtube.php".

Fixed. Thanks for reporting, I didn't notice that. Maybe the Laravel and composer class loader is more fault-tolerant.