PHP-TS is a library that implements the basic functions of the PHP language in TS.
- [.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
- Clone the repo:
git clone https://github.com/Yaro2709/PHP-TS
- Install dependencies
npm run install
and NodeJs