hariharan / open-tamil
Open Tamil is PHP Port for https://github.com/Ezhil-Language-Foundation/open-tamil/
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/hariharan/open-tamil
Requires
- php: ^7.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.88
- phpunit/phpunit: ^9.6
This package is not auto-updated.
Last update: 2025-12-20 22:18:17 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