e-oz / Memory

PHP Memory Cacher - best cachers in one interface, with nice features
134 stars 40 forks source link

install without use composer #10

Closed info2000 closed 9 years ago

info2000 commented 9 years ago

Hi, is possible install without use composer? Thanks

e-oz commented 9 years ago

Just download it, unpack and use. PSR-0 namespaces here, so you can use any autoloader you want to include files once. For example - https://github.com/jamm/Memory/blob/master/vendors/Jamm/Autoload/Autoloader.php, or https://github.com/jamm/Autoload/tree/master/lib/Jamm, or Composer's autoloader - any.