PHP code example of dekodeinteraktiv / hogan-image

1. Go to this page and download the library: Download dekodeinteraktiv/hogan-image library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

dekodeinteraktiv / hogan-image example snippets


[
    'thumbnail' => _x( 'Small', 'Image Size', 'hogan-image' ),
    'medium'    => _x( 'Medium', 'Image Size', 'hogan-image' ),
    'large'     => _x( 'Large', 'Image Size', 'hogan-image' ),
]

[
    'min_width'  => '',
    'min_height' => '',
    'max_width'  => '',
    'max_height' => '',
    'min_size'   => '',
    'max_size'   => '',
    'mime_types' => '',
]