PHP code example of prosite01 / yii2-easy-webp

1. Go to this page and download the library: Download prosite01/yii2-easy-webp 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/ */

    

prosite01 / yii2-easy-webp example snippets


<?= \prosite\EasyWebp\Img::widget(['src' => '/img/portfolio/image.png', 'options' => ['alt' => 'Example Image']]); 

<?= \prosite\EasyWebp\Get::webp('/img/portfolio/image.png');