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

dev-master 2025-10-28 19:01 UTC

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 setup to run the dependency tools installation php-cs-fixer
  • composer install to install the dev dependencies phpunit
  • composer run-script to run the script you have pointed in your composer.json
  • composer lint to run the php-cs-fixer to fix the code alignment in src/ folder
  • composer lint-test to run the php-cs-fixer to fix the code alignment tests/ folder
  • composer test to run the unittests
  • composer view-docs to run generated html docs in localhost
  • composer generate-docs to run sphinx docs from the directory