Download the PHP package shortlist-digital/yoimages without Composer

On this page you can find all versions of the php package shortlist-digital/yoimages. 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 yoimages

YoImages

Better image handling capabilities for Wordpress. All you need to handle your images in Wordpress in one plugin.

YoImages adds the following functional enhancements to the Wordpress admin interface:

Image cropping tools

YoImages' cropping tools let you crop manually each cropping format that your theme defines: this feature gives you full control on how cropped versions of your images will look like.

You can choose to replace the source image for some specific formats.

From the image cropping interface you can change the image quality for each cropped format.

YoImages cropping is retina friendly: if you are using a retina plugin that uses the standard @2x as file naming convention when creating retina images from source (e.g. WP Retina 2x) you can enable the retina friendly cropping option in YoImages' settings page and the manual crops will be created in retina format too.

Image SEO hooks

YoImages' SEO hooks automate image metadata (title, alt and filename) filling on image upload and on post (or page) saving.

Each image SEO hook can be enabled or disabled individually and it works on any image that is child of a post or page such as the featured image and images or galleries added into the post WYSIWYG area.

You are free to define metadata values by using fixed texts and the following variables from the post/page that contains an image:

Adding your own custom hooks

YoImages' SEO hooks work on post saving or updating time and updates post's related images metadata. The yoimg_seo_images_to_update filter allows to add other images to be considered, for example images linked to the post via custom fields.

This filter takes in input the array of the images' ids linked to a post and the post id itself.

The following example shows how YoImages plugin uses this filter to have the featured image metadata updated:

Adding your own custom variables

To add a new variable you have to hook two filters:

yoimg_seo_expressions is the filter that allows variables substitutions into the string being associated with the image metadata.

This filter makes use of the parent post object and of the attachment image post.

The following example shows how this filter is used for the [title] variable:

yoimg_supported_expressions is the filter that defines which variables expressions are supported.

This filter takes in input an array of already supported variables and adds new variables to this array.

The following example shows how to add support for the [title] variable:

Free stock photos search

YoImages' free stock photos search feature lets you perform a free term search directly from the Wordpress admin interface in the following databases:

The photos you select are uploaded into your Wordpress site and optimized with YoImages' crop and SEO tools.

Photos from splashbase.co and unsplash.com are hi-res and free to use, but we recommend checking copyright details for each photo you choose.

Adding new free stock photos search providers

Implement and register a javascript client for the free stock photos search provider you want to add. To do that, you can use these implementations as reference: providers

Then add your provider's javascript client implementation via the "yoimg_search_providers" filter:

Install YoImages from sources

YoImages is a modular Wordpress plugin built with Composer.

YoImages includes the following modules:

To install it from sources go to your Wordpress plugin directory via terminal and there:

To update your installed YoImages plugin from sources go to Wordpress plugin directory via terminal and there:

Languages supported

Primary: English

Translations: Italian, German, Dutch, French, Polish

Translations are managed with poeditor.com.

Future features

Future features to implement:

Feel free to report bugs or request new features here.

How to contribute

http://sirulli.org/yoimages/#contribute

Credits

Thanks to Fengyuan Chen for his jQuery Image Cropper plugin.

Thanks to wp-fred for the Dutch translations of the plugin and for suggesting and designing the "user-friendly names" feature for crop formats.

Thanks to Maxime Lafontaine for the French translations of the plugin.

Thanks to Thomas Meyer for code contributions and fixes to the German translations.

Thanks to Robert Vermeulen for adding better support for metadata, support for WP-CLI commands and making YoImages compatible with Regenerate Thumbnails plugin.

Thanks to Elliot Coad for adding the firing of an action after cropping.

Thanks to odie2 for code contributions and for the Polish translations of the plugin.

Thanks to Ben Bowler for his code contributions.


All versions of yoimages with dependencies

PHP Build Version
Package Version
Requires sirulli/yoimages-commons Version master-dev
sirulli/yoimages-crop Version master-dev
sirulli/yoimages-seo Version master-dev
sirulli/yoimages-search Version master-dev
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 shortlist-digital/yoimages contains the following files

Loading the files please wait ....