siworks/slim4-doctrine

Simple implementation of Slim4 with Doctrine

dev-master 2022-05-20 17:44 UTC

This package is auto-updated.

Last update: 2024-04-18 07:15:33 UTC


README

Instalation

It's recommended that you use Composer to install slim3-doctrine.

$ composer require siworks/slim4-doctrine  "dev-master"

OR

Clone the repository and access the directory:

$ git clone git@github.com:siworksit/slim4-doctrine.git && cd slim4-doctrine

Execute composer command with:

$ docker-compose run --rm composer

Execute PHPUnit with:

$ docker-compose run --rm phpunit

OR

$ ./vendor/bin/phpunit --coverage-html coverage