Gregwar / Image

A PHP library to handle images
MIT License
1k stars 190 forks source link

[question] Install without composer #122

Closed marianoarga closed 8 years ago

marianoarga commented 8 years ago

Hello, how can I install this tool without using composer?

marianoarga commented 8 years ago

I dont want to use namespaces

soullivaneuh commented 8 years ago

This library is designed for composer only.

I dont want to use namespaces

You should. Lot of libraries are now working like this. This is not so hard to use them.

If you really want to use it without composer, you should setup your own class loader.

But we won't support it.