2017 © Pedro Peláez
 

library furigana-tsukeruyatsu

image

sudnonk/furigana-tsukeruyatsu

  • Tuesday, June 12, 2018
  • by snzhevo
  • Repository
  • 0 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 300 % Grown

The README.md

ふりがな付けるやつ

build status, (*1)

英数字の文字列に平仮名とカタカナのフリガナを付けます, (*2)

Sample

$hoge = Furigana::convert("abAB012");
// えーびーエービーぜろいちに

$hoge2 = Furigana::convert("あいうえ");
// throws InvalidArgumentException.

$hoge2 = Furigana::convert("abc.;あいう,012", true);
// えーびーしー.;あいう,ぜろいちに

$hoge3 = Furigana::convert("abAB012",false, "、");
// えー、びー、エー、ビー、ぜろ、いち、に

Install

conposer require sudnonk/furigana-tsukeruyatsu, (*3)

Environment

This library may works in php ^7.0. But highly recommend using php ^7.1, because I tests only in php ^7.1., (*4)

Default convert table

defined at src/Furigana.php., (*5)

英数字 仮名
a えー
b びー
c しー
d でぃー
e いー
f えふ
g じー
h えいち
i あい
j じぇー
k けー
l える
m えむ
n えぬ
o おー
p ぴー
q きゅー
r あーる
s えす
t てぃー
u ゆー
v ぶい
w だぶりゅ
x えっくす
y わい
z ぜっと
A エー
B ビー
C シー
D ディー
E イー
F エフ
G ジー
H エイチ
I アイ
J ジェー
K ケー
L エル
M エム
N エヌ
O オー
P ピー
Q キュー
R アール
S エス
T ティー
U ユー
V ブイ
W ダブリュ
X エックス
Y ワイ
Z ゼット
0 ぜろ
1 いち
2
3 さん
4 よん
5
6 ろく
7 なな
8 はち
9 きゅう

The Versions

12/06 2018

v1.1.2

1.1.2.0 https://github.com/sudnonk/furigana-tsukeruyatsu

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by sudnonk

11/06 2018

1.1.1

1.1.1.0 https://github.com/sudnonk/furigana-tsukeruyatsu

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by sudnonk

11/06 2018

1.1.0

1.1.0.0 https://github.com/sudnonk/furigana-tsukeruyatsu

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by sudnonk

11/06 2018

dev-master

9999999-dev https://github.com/sudnonk/furigana-tsukeruyatsu

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by sudnonk

24/05 2018

1.0.1

1.0.1.0 https://github.com/sudnonk/furigana-tsukeruyatsu

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by sudnonk