ashfaqshuvo007 / PHP8_MySql_REST_Api_TDD

Simple PHP8 MySQL Rest Api using TDD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple PHP8 Rest API using TDD

Recommendations:

  • When using PHPUnit to test app, Please make sure to add the follwing in the autoload section of composer.json
"autoload":  {
        "classmap": ["namespaceRoot/"]
}

About

Simple PHP8 MySQL Rest Api using TDD


Languages

Language:PHP 100.0%