Download the PHP
package shel/neos-image-checker without Composer
On this page you can find all versions of the php package
shel/neos-image-checker. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor shel Package neos-image-checker Short Description Image editor with customisable checks for Neos CMS License
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.
Image editor plugin with additional checks for Neos CMS
This package provides a Neos CMS plugin which extends the default Neos image editor with additional checks for the
selected image. It supports global and individual configurations for each image type.
Installation
Add the plugin as dependency to your Neos CMS project:
composer require shel/neos-image-checker
Examples
Example with all checks passing
Note: the details are not shown by default and can be toggled by clicking on the "i" button.
Example with some checks failing
Note: the details are shown in this case by default and can be toggled by clicking on the "alert" button.
Configuration
After installation the default image editor in your Neos installation is replaced by the one from this package.
The additional functionality only wraps the provided Neos image editor, so it doesn't contain the editors code
and in most cases supports updating the Neos UI without needing updates for this plugin.
Global settings
Global defaults for each image editor
Individual settigns
For each image property of a nodetype you can override single or all of the following settings:
License
See License
All versions of neos-image-checker with dependencies
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 shel/neos-image-checker contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.