Download the PHP package rosell-dk/webp-convert-cloud-service without Composer
On this page you can find all versions of the php package rosell-dk/webp-convert-cloud-service. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package webp-convert-cloud-service
WebPConvert Cloud Service
This library allows you to set up your own WebP conversion cloud service. This way you can have a cloud converter for free. You won't have to worry about licenses expiring or being stolen and abused. And you will be completely in control of it (and downtime)
After setting up the cloud service, you will be able to use it to convert jpeg and png images into webp images. You can do that, using webp-convert, or one of its implementations, such as the Wordpress plugin, WebP Express.
Alternatively to installing this library, you could install Wordpress and the the WebP Express plugin mentioned above. WebP Express can be configured to act as a conversion service. The plugin actually uses this library to achieve that functionality.
Installation
1. Require the library with composer
2. Create a script, which calls the library with configuration options
Here is an example to get started with:
3. Test if it works
You can call the API with curl. First thing you might do is to test if service is available. You can do that by asking for the api-version, as this does not require any authorization:
Next, you can test access.
If you have set require-api-key-to-be-crypted-in-transfer to false
, you can test access like this:
Finally, you can make a test conversion like this. First, place a file test.jpg in your current dir, then run:
If you get a corrupt file, then it is probably because the output contains an error message. To see it, run the above command again, but remove the piping of the output to a file.
You will probably not need to know more of the API. But in case you do, check out docs/api.md
Mad Scientist-ware
If you enjoy this software, feel free to conduct some secret experiments and go mad. If you like.