schmitzal / tinyimg

TYPO3-Extension which compresses images (png & jpg) uploaded in the backend with the tinypng API
GNU General Public License v3.0
15 stars 11 forks source link

Manual installation of tinify PHP lib #51

Closed chriskapeller closed 4 years ago

chriskapeller commented 4 years ago

Hi, just curious where and how to install the Tinify Php Lib manually? Cant use composer on this server! Where exactly to copy the php files?

Using the latest Typo3 extension for 10.4..

Thx chriskapeller

schmitzal commented 4 years ago

Hi. Here is the official documentation for autoloading without composer mode: https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/ApiOverview/Autoloading/Index.html#loading-classes-without-composer-mode

So it should be enough to download the source and place it in your project extension.

schmitzal commented 4 years ago

No feedback. Closed. Feel free to reopen