medicalmundi / oe-module-todo-list
Todo list OpenEMR module.
Installs: 895
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 8
Type:openemr-module
pkg:composer/medicalmundi/oe-module-todo-list
Requires
- php: >=8.1
- doctrine/collections: ^1.8
- ecotone/dbal: ^1.200
- ecotone/ecotone: ^1.200
- ecotone/jms-converter: ^1.200
- ecotone/lite-application: ^1.200
- laminas/laminas-httphandlerrunner: ^2.2
- league/route: ^4.5 || ^5.1
- monolog/monolog: ^3.5
- nyholm/psr7: ^1.8
- nyholm/psr7-server: ^1.0
- odan/session: ^6.0
- openemr/oe-module-installer-plugin: ^0.1
- php-di/php-di: ^7.0
- psr/container: ^1.0
- psr/log: ^2.0 || ^3.0
- ramsey/uuid: ^4.7
- symfony/cache: ^5.4
- symfony/event-dispatcher: ^5.4
- twig/string-extra: ^3.7
- twig/twig: ^3.7
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.8
- phpunit/phpunit: ^9.5
- symfony/var-dumper: ^4.4 || ^5.4
Conflicts
- openemr/openemr: <7.0.2
- symfony/cache: ^6
- symfony/event-dispatcher: ^6
- dev-main / 1.0.x-dev
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.1-rc
- v0.1.0
- dev-dependabot/github_actions/main/actions/upload-artifact-5
- dev-dependabot/github_actions/main/actions/checkout-5
- dev-dependabot/github_actions/main/shivammathur/setup-php-2.35.5
- dev-dependabot/composer/twig/twig-3.11.2
- dev-feature/delete-todo
This package is auto-updated.
Last update: 2025-10-27 18:49:39 UTC
README
Getting started
Development
Test
Run all test
> ./vendor/bin/phpunit
Run only unit test
> ./vendor/bin/phpunit --testsuite=unit // shortcut > composer tu
Static analysis tool
Check static analysis
> ./vendor/bin/psalm // shortcut > composer sa
Code style
Check coding style
> ./vendor/bin/ecs // shortcut > composer cs
Fix coding style issues
> ./vendor/bin/ecs --fix // shortcut > composer cs:fix