alte0/otus-test-app

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

1.0.2 2025-02-16 06:03 UTC

This package is auto-updated.

Last update: 2025-06-16 06:53:55 UTC


README

php version >= 7.4

Install

composer require alte0/otus-test-app

Usage

<?php

use Alte0\OtusTestApp\ReturnText;

$returnText = new ReturnText('textInput');
$text = $returnText->getText();