ne0h12/decliner

Decliner of words

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

This package is not auto-updated.

Last update: 2024-05-11 15:40:33 UTC


README

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

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

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

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