Hamlet Framework / DB
Installs: 14 777
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:framework
Requires
- php: ^7 || ^8
- ext-json: @stable
- hamlet-framework/type: >= 0.2.0
- psr/log: @stable
Requires (Dev)
- monolog/monolog: @stable
- phake/phake: @stable
- php-parallel-lint/php-parallel-lint: @stable
- phpunit/phpunit: ^6 || ^7 || ^8 || ^9
- squizlabs/php_codesniffer: @stable
- symfony/polyfill-mbstring: <=1.20.0
- vimeo/psalm: @stable
README
Base package for following sub-projects
- hamlet/db-mysql
- hamlet/db-mysql-swoole
- hamlet/db-sqlite3
- hamlet/db-pdo
Outstanding ToDo
- Run profiler to improve performance
- Add tracing to processor that could be used in every step
- Add test coverage metrics
- Extract generic tests into a BaseDatabaseTest to be used by all sub-projects