siworks / slim4-doctrine
Simple implementation of Slim4 with Doctrine
dev-master
2022-05-20 17:44 UTC
Requires
- php: ^8.1
- doctrine/cache: ^1.12.1
- doctrine/common: ^3.3.0
- doctrine/doctrine-bundle: ^2.6.3
- doctrine/doctrine-migrations-bundle: ^3.2.2
- doctrine/migrations: ^3.5.1
- doctrine/orm: ^2.12.2
- monolog/monolog: ^3.0.0
- ramsey/uuid: ^4.3.1
- ramsey/uuid-doctrine: ^1.8.1
- slim/slim: ^4.10.0
- symfony/validator: v6.0.0
Requires (Dev)
- phpunit/phpunit: ^9.5.4
This package is auto-updated.
Last update: 2025-03-18 09:27:46 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