hariharan / open-tamil
Open Tamil is PHP Port for https://github.com/Ezhil-Language-Foundation/open-tamil/
dev-master
2025-10-28 19:01 UTC
Requires
- php: ^7.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.88
- phpunit/phpunit: ^9.6
This package is not auto-updated.
Last update: 2026-04-12 00:11:00 UTC
README
Open Tamil is PHP Port for https://github.com/Ezhil-Language-Foundation/open-tamil/
PORT STATUS
https://docs.google.com/spreadsheets/d/1GYxN1gf1Fw82oAUlK4Lzq0AYDvo5ayWrMjPfPPA0Qwg/edit?usp=sharing
Setting Up
I hope PHP is installed already 😁 Install Composer (Version 1 iam using) Add Composer to Environment path if you are using Windows
composer setupto run the dependency tools installation php-cs-fixercomposer installto install the dev dependencies phpunitcomposer run-scriptto run the script you have pointed in your composer.jsoncomposer lintto run the php-cs-fixer to fix the code alignment in src/ foldercomposer lint-testto run the php-cs-fixer to fix the code alignment tests/ foldercomposer testto run the unittestscomposer view-docsto run generated html docs in localhostcomposer generate-docsto run sphinx docs from the directory