tinify-php icon indicating copy to clipboard operation
tinify-php copied to clipboard

PHP client for the Tinify API.

Results 8 tinify-php issues
Sort by recently updated
recently updated
newest added

* Added badges to readme * Add github actions workflow for travis removal * Add testing logic for supporting newer versions of PHP (5.5 +)

Since it looks like you are maintaining this package, I thought I would submit a PR to upgrade to full PSR-4 autoloading. There is no need for a "files" section,...

Sometimes I get error: "Request body of type 'application/x-www-form-urlencoded' contains invalid byte 0xd. (HTTP 400/Bad request)" Please help me!

Hi, I use this lib quite a lot to compress images on the CLI. But I get quite a lot of failures like: ``` PHP Fatal error: Uncaught Tinify\ConnectionException: Error...

In composer, you have added min version of lib-curl to be 7.20 but redhat system's latest lib-curl is 7.19 I used same code without composer on 7.19 lib-curl linux distribution,...

Options to set the maximun time to wait for the Connection and for get the Response.