This is php utilities.
- PHP >= 7.4
- Curl extension for PHP7 must be enabled.
From your project directory, run:
composer require algolteam/library
or
php composer.phar require algolteam/library
Note: If you don't have Composer you can download it HERE.
https://github.com/algolteam/php-utility/releases
From a project directory, run:
git clone https://github.com/algolteam/php-utility.git
After downloading by using Composer, you can include Composer's autoloader:
include (__DIR__ . '/vendor/autoload.php');
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;
This open-source software is distributed under the MIT License. See LICENSE.md
All kinds of contributions are welcome - code, tests, documentation, bug reports, new features, etc...
- Send feedbacks.
- Submit bug reports.
- Write/Edit the documents.
- Fix bugs or add new features.
You can contact me via Telegram but if you have an issue please open one.
You can support me using via LiberaPay
or buy me a beer or two using Paypal.