slick / orm
Slick ORM is a module that provides ORM support to a Slick application using doctrine/orm.
Installs: 1 950
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Requires
- php: >=8.2
- doctrine/migrations: *
- doctrine/orm: *
- slick/module-api: >=0.4
Requires (Dev)
- monolog/monolog: ^3.0@dev
- phpmd/phpmd: dev-master
- phpspec/prophecy: ^1.0@dev
- phpspec/prophecy-phpunit: ^2.0@dev
- phpstan/phpstan: 2.0.x-dev
- phpunit/phpunit: ^11.3@dev
- slick/webstack: 2.x-dev
- squizlabs/php_codesniffer: 4.0.x-dev
- symfony/cache: 7.2.x-dev
This package is auto-updated.
Last update: 2024-10-29 18:43:05 UTC
README
Slick\Orm
This module offers Migrations, Database Abstraction (DBA), and Object-Relational Mapping (ORM)
features utilizing the doctrine/migrations and doctrine/orm packages.
This package is compliant with PSR-2 code standards and PSR-4 autoload standards. It also applies the semantic version 2.0.0 specification.
Install
Via Composer
$ composer require slick/orm
Usage
Please read slick/orm
documentation at https://www.slick-framework.com/modules/orm.html
Testing
$ vendor/bin/phpunit
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email silvam.filipe@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.