samwilson / phpflickr

A PHP wrapper for the Flickr API, including OAuth.
https://packagist.org/packages/samwilson/phpflickr
GNU General Public License v2.0
40 stars 15 forks source link

No used composer #8

Closed dimxasy closed 5 years ago

dimxasy commented 5 years ago

Hello,

I dont know and want used composer, so can I use this api for it to work?

Can i change: require_once DIR . '/../vendor/autoload.php'; To require_once DIR . '/../src/';

Thanks!

samwilson commented 5 years ago

Why don't you want to use Composer?

You can't require_once a directory, no, but you can probably require each of the .php files in turn and it might work. But you'd have to do it not just for the files in this library, but all that it depends on as well. Would be a lot easier to just use Composer!