PHP code example of algolteam / library

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

    

algolteam / library example snippets




ALGOL::DefaultOf()->PrintFormat($AValue);
ALGOL::StrOf()->Length($AValue);
ALGOL::ValueOf()->Distance($ALatFrom,$ALonFrom,$ALatTo,$ALonTo);
ALGOL::ArrayOf()->Length($AValue);
ALGOL::DateTimeOf()->TimeAgo($ADate);
ALGOL::SystemOf()->FileInfo($AFileName);

ALGOL::LanguageOf($AFileName)->Execute();
ALGOL::MysqlDbOf()->ConnectOf();
ALGOL::TelegramOf()->ChatIDOf();
ALGOL::EmbedOf()->get($url);
ALGOL::FtpOf()->FileDownload($ARemoteFile,$ALocalFile);
ALGOL::Html5Of()->Count($ASource,$ASearch);
ALGOL::FakerOf()->Faker;

php composer.phar 

git clone https://github.com/algolteam/php-utility.git