PHP code example of br.silassena / helpers

1. Go to this page and download the library: Download br.silassena/helpers 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/ */

    

br.silassena / helpers example snippets




rSilassena\Helpers\Helper;

echo "O nome mês 3 é : " . Helper::nomeMes(3);


use BrSilassena\Helpers\Helper;

echo Helper::comprimirImagem('images/imagem.jpg',70);
echo Helper::redimensionarImagens('images/imagem.jpg',700,480);