Download the PHP package eighteen73/wordpress-thumbor without Composer

On this page you can find all versions of the php package eighteen73/wordpress-thumbor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wordpress-thumbor

Thumbor for WordPress

This plugin is in early development and may yet undergo changes that affect its functionality. Use it at your own risk until we publish a versioned release.

This plugin modifies Wordpress image URLs so they can be served from Thumbor.

A well configured Thumbor server can deliver highly optimised images to improve website load times, and take a large of your web server by removing the need for WordPress to generate image derivatives for itself.

Prerequisites

You need access to a Thumbor service to use this plugin.

Note this typically only works on remote WordPress websites because Thumbor needs web access to the uploaded images. With some environment configuration you may be able to make it work in a development environment but that setup is outside the scope of this plugin.

Installation

Install and activate the plugin as normal then add the following configuration to your website.

If you Thumbor server runs in unsafe mode (which is highly discouraged) you may set THUMBOR_SECRET_KEY to null.

Optional: Disabling “big image” resizing

WordPress can automatically resize large image uploads which will save unnecessarily large requests from your Thumbor server. This plugin can change that limit with the following configuration.

See big_image_size_threshold docs for more information.

Optional: Delete prior image files

Once the plugin is enabled you can make use of a WP-CLI command to delete any image derivatives that have already been created.

Use this command with great care because it will delete media files from your server.

Deactivating/pausing the plugin

The plugin automatically deactivates itself when THUMBOR_URL is not set. So in your development environment you can remove the above configuration to make WordPress return to its default behaviour.

While enabled the plugin has prevented WordPress from making it's own resized versions of images. You can use the following WP-CLI command to generate any missing images after disabling the plugin:

Credits

This plugin is heavily based on code that was forked from the Tachyon plugin by Human Made. All due credit to the authors of that plugin.


All versions of wordpress-thumbor with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package eighteen73/wordpress-thumbor contains the following files

Loading the files please wait ....