sonsuzdongu / haller.php
PHP port of http://sercaneraslan.github.io/Haller.js/. A helper for applying some of the Turkish inflectional suffixes to (proper) nouns.
dev-master
2014-10-26 15:07 UTC
Requires
- php: >=5.3
- ext-mbstring: *
This package is not auto-updated.
Last update: 2025-07-14 18:38:20 UTC
README
haller.php
@sercaneraslan'ın Haller.js'inin PHP portu
Örnek kullanım:
<?php include_once "Sonsuzdongu/Haller.php"; echo \Sonsuzdongu\Haller::get("Kemal Sunal","iyelik"); // Kemal Sunal'ın echo \Sonsuzdongu\Haller::get("Osman","i"); // Osman'ı echo \Sonsuzdongu\Haller::get("Alp","e"); // Alp'e