2020-10-03 09:16:28 +07:00
|
|
|
# FEIP: Test Project
|
|
|
|
Simple JSON sanititzer and validator on PHP with tests
|
2020-10-02 21:11:19 +07:00
|
|
|
|
2020-10-03 09:16:28 +07:00
|
|
|
```sh
|
|
|
|
$ git clone https://git.hood.su/FeipAPI
|
|
|
|
```
|
|
|
|
- Can handle all type of scalar values
|
|
|
|
- Understand any length associative arrays
|
|
|
|
- Easily scalable and supplemented with methods
|
2020-10-02 21:11:19 +07:00
|
|
|
|
|
|
|
|
2020-10-03 09:16:28 +07:00
|
|
|
## Requirements
|
|
|
|
* PHP **7.4**
|
2020-10-02 21:11:19 +07:00
|
|
|
|
2020-10-03 09:16:28 +07:00
|
|
|
## Requirements-dev
|
|
|
|
* phpdocumentor/phpdocumentor **>=2.9**
|
|
|
|
* codeception/codeception **^4.1**
|
|
|
|
* codeception/module-asserts **^1.0.0**
|
|
|
|
* codeception/module-phpbrowser **^1.0**
|
|
|
|
* codeception/module-rest **^1.0.0**
|