vyacheslavlebedev/palindrome-counter

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

v1.1.0 2023-05-26 17:27 UTC

This package is not auto-updated.

Last update: 2024-10-26 01:06:24 UTC


README

Счетчик палендромов

Требования

  • PHP 7.4

Установка

$ composer require vyacheslavlebedev/palindrome-counter

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

<?php
$pc = new PalindromeCounter();
echo $pc->count(['Eva, can I see bees in a cave?', 'hello world', 'madam']); // 2