swuppio/ru-ending 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

swuppio/ru-ending

最新稳定版本:1.0.0

Composer 安装命令:

composer require swuppio/ru-ending

包简介

Endings of russian words

README 文档

README

This package was made for me, but if you find it useful, I'll be happy if you use it

It helps to write beautiful endings without any а(ов), ь(ей) etc

Installation

Via Composer

composer require swuppio/ru-ending

Get Started

Params description

get(int $number, array $words = ['Друг', 'Друга', 'Друзей']): array
  • int $number - The quantity of items to determine the appropriate word form for
  • array $words - An array of word forms to choose from based on $number. The array should include three elements for singular, dual, and plural forms, respectively

The method returns a string representing the correct word form from $words based on the $number provided

Static way

echo Ending::get(5, ['Полис', 'Полиса', 'Полисов']); // Полисов

Object way

$words = ['Полис', 'Полиса', 'Полисов'];

$ending = new Ending($words);
echo $ending->formatByNumber(3); // Полиса

Note: formatByNumber() is the alias for get()

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-02-23