From 83af24b28bd2485457360998b0b3e2546672c2bc Mon Sep 17 00:00:00 2001 From: RedHood Date: Sat, 3 Oct 2020 12:16:28 +1000 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BE=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=BD=D1=8B=D0=B9=20=D1=81=20=D0=B4=D1=80=D1=83=D0=B3=D0=BE?= =?UTF-8?q?=D0=B3=D0=BE=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0=20REA?= =?UTF-8?q?DME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 41 ++++++++++++++++------------------------- 1 file changed, 16 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 3ad94e1..b27ee11 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,20 @@ +# FEIP: Test Project +Simple JSON sanititzer and validator on PHP with tests -```php -declare(strict_types=1); +```sh +$ git clone https://git.hood.su/FeipAPI +``` + - Can handle all type of scalar values + - Understand any length associative arrays + - Easily scalable and supplemented with methods -use Dotenv\Dotenv; -use VK\Core as VK; -use VK\API\Methods\Message; -// Подключение зависимостей и настроек -require_once './vendor/autoload.php'; -Dotenv::createImmutable(__DIR__)->load(); +## Requirements + * PHP **7.4** -/** - * Инициализация и настрйока ядра - * - * @return object Экземпляр класса ядра - **/ -VK::init()->log(); - -/** - * Сборка робота из ядра фреймворка - * - * @return int Идентификатор робота (0) - **/ -VK::init()->build()->robot(); - -// Отправка сообщения (ID робота, кому, сообщение) -Message::post(0, 214547089, 'Робот роботает!!!', 1); -``` \ No newline at end of file +## Requirements-dev + * phpdocumentor/phpdocumentor **>=2.9** + * codeception/codeception **^4.1** + * codeception/module-asserts **^1.0.0** + * codeception/module-phpbrowser **^1.0** + * codeception/module-rest **^1.0.0** \ No newline at end of file