alte0/otus-test-app

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

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/alte0/otus-test-app

1.0.2 2025-02-16 06:03 UTC

This package is auto-updated.

Last update: 2025-12-16 07:54:48 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();