2017 © Pedro Peláez
 

library slim3-doctrine

Simple implementation of Slim3 with Doctrine

image

siworks/slim3-doctrine

Simple implementation of Slim3 with Doctrine

  • Sunday, June 24, 2018
  • by siworks
  • Repository
  • 2 Watchers
  • 0 Stars
  • 72 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 9 % Grown

The README.md

Slim3-Doctrine

Instalation

It's recommended that you use Composer to install slim3-doctrine., (*1)

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

OR, (*2)

Clone the repository and access the directory:, (*3)

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

Execute composer command with:, (*4)

$ docker-compose run --rm composer

Execute PHPUnit with:, (*5)

$ docker-compose run --rm phpunit

OR, (*6)

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

The Versions