alexander-balabas/otus-composer

There is no license information available for the latest version (v1.0.0) of this package.

v1.0.0 2023-08-25 11:18 UTC

This package is not auto-updated.

Last update: 2025-09-06 18:59:01 UTC


README

Краткое описание пакета

Требования

  • PHP 7.4

Установка

$ composer require alexander-balabas/otus-composer

Использование

для вывода данных необходимо передать GET параметр с значением ?admin=debug

<?php
$debugger = new Debugger();
$debugger->debug(['name'=>'Alex']);