PHP code example of fmihel / php-lib
1. Go to this page and download the library: Download fmihel/php-lib 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/ */
fmihel / php-lib example snippets
use fmihel\lib\Str;
use fmihel\lib\Common;
use fmihel\lib\Dir;
use fmihel\lib\Events;
use fmihel\lib\Arr;
use fmihel\lib\Type;
use fmihel\lib\Url;
composer