LabiciIvan / php-api-nutritional-project

A PHP API nutritional project
0 stars 0 forks source link

Request and Router classes #4

Closed LabiciIvan closed 3 months ago

LabiciIvan commented 3 months ago

Description

Requires to write the Request::class and Router::class.

These two classes will have to implement the required interfaces for each class.

Request::class - will implement the RequestInterface. Router::class - will implement the RouterInterface.

Each class will require to have written php unit tests to cover the functionality test.

RequestInterface - will have the following methods:

RouterInterface - will have the following methods: