ne0h12/decliner

Decliner of words

dev-master 2015-07-24 06:45 UTC

This package is not auto-updated.

Last update: 2025-03-01 19:52:51 UTC


README

#Склонение слов по числительному

$apples = ['Akane', 'Anna', 'Apollo', 'Brina'];

$decline = Decliner\Decliner::on(count($apples), new \Decliner\Declinable\Word('яблоко', 'яблока', 'яблок'));

echo sprintf('В корзине %s', $decline); // В корзине 4 яблока