ayagudin/capital-letters-package

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

v1.0.5 2023-05-26 05:40 UTC

This package is not auto-updated.

Last update: 2024-10-25 12:18:28 UTC


README

Перевод символов в верхний регистр

Требования

  • PHP 7.0.0

Установка

$ composer require ayagudin/capital-letters-package

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

<?php
$capitalLetters = new CapitalLetters();
echo $capitalLetters->getLetters('string')