gitextract_3ldu3wt6/ ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── composer.json ├── exemple/ │ ├── controller/ │ │ ├── .htaccess │ │ ├── Http/ │ │ │ ├── Group.php │ │ │ ├── Guest.php │ │ │ ├── Middlewares.php │ │ │ └── User.php │ │ ├── Test/ │ │ │ ├── Coffee.php │ │ │ └── Name.php │ │ └── index.php │ └── spoofing/ │ ├── .htaccess │ └── index.php └── src/ ├── Dispatch.php ├── Router.php └── RouterTrait.php