定制 swuppio/ru-ending 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱: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
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固