Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yusufusta/DeAsciifier

Deniz Yüret's Turkish deasciifier in PHP.
https://github.com/yusufusta/DeAsciifier

Last synced: about 1 month ago
JSON representation

Deniz Yüret's Turkish deasciifier in PHP.

Awesome Lists containing this project

README

        

# DeAsciifier
PHP port of [Deniz Yuret's Turkish deasciifier](https://github.com/emres/turkish-mode).

- [ ] more tests
- [ ] upper character

## Installation
As a library:
```sh
composer require quiec/deasciifier
```
As an executable:
```sh
curl -L https://github.com/Quiec/DeAsciifier/releases/download/executable/deasciifier > /usr/local/bin/deasciifier && chmod +x /usr/local/bin/deasciifier
```

## Usage
As a library:
```php
require "vendor/autoload.php";
use DeAsciifier\DeAsciifier;
$Asciifer = new DeAsciifier();
print $Asciifer->DeAsciify("opusmeyi cagristiran citirtilar");
```

As an executable:
```sh
echo dunyali insan | deasciifier
```

## License

MIT