FeipAPI/README.md

20 lines
520 B
Markdown
Raw Permalink Normal View History

# FEIP: Test Project
Simple JSON sanititzer and validator on PHP with tests
2020-10-02 21:11:19 +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
## Requirements
* PHP **7.4**
2020-10-02 21:11:19 +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**