Skip to content

Yaro2709/PHP-TS

Repository files navigation

PHP-TS

PHP-TS is a library that implements the basic functions of the PHP language in TS.

Repository structure

  • [.github] - files that relate to github (in our case, test automation)
  • [array] - PHP functions related to arrays
  • [math] - PHP functions related to mathematical calculations
  • [var] - PHP functions related to variables

Local installation

  • Clone the repo: git clone https://github.com/Yaro2709/PHP-TS
  • Install dependencies npm run install and NodeJs