/PHP8_MySql_REST_Api_TDD

Simple PHP8 MySQL Rest Api using TDD

Primary LanguagePHP

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/"]
}