siworks / slim3-doctrine
Simple implementation of Slim3 with Doctrine
Installs: 22
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/siworks/slim3-doctrine
Requires
- php: ^7.4
- doctrine/cache: ^1.13.0
- doctrine/common: ^3.3.0
- doctrine/doctrine-bundle: ^2.6.3
- doctrine/doctrine-laminas-hydrator: ^2.1
- doctrine/doctrine-migrations-bundle: ^2.2.3
- doctrine/migrations: ^2.3.5
- doctrine/orm: ^2.12.2
- monolog/monolog: ^2.6.0
- ocramius/generated-hydrator: ^4.1
- ramsey/uuid-doctrine: ^1.8.1
- symfony/validator: v5.4.8
Requires (Dev)
- phpunit/phpunit: ^9.5.20
This package is auto-updated.
Last update: 2025-09-27 22:28:05 UTC
README
Instalation
It's recommended that you use Composer to install slim3-doctrine.
$ composer require siworks/slim3-doctrine "dev-master"
OR
Clone the repository and access the directory:
$ git clone git@github.com:siworksit/slim3-doctrine.git && cd slim3-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