68publishers/doctrine-query-objects

Doctrine ORM 的查询对象。

v0.2.0 2023-01-03 23:20 UTC

This package is auto-updated.

Last update: 2024-09-04 03:45:38 UTC


README

⚠️ 警告!此包没有活跃的支持,它仅存在于作者的历史需求。

Doctrine 查询对象

kdyby/doctrine 实现启发的 Doctrine ORM 查询对象。

安装

安装 68publishers/doctrine-query-objects 的最佳方式是使用 Composer

$ composer require 68publishers/doctrine-query-objects

配置

extensions:
    doctrine_query_objects: SixtyEightPublishers\DoctrineQueryObjects\Bridge\Nette\DI\DoctrineQueryObjectsExtension

使用

@todo

贡献

在提交任何更改之前,不要忘记运行

$ vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run

$ composer run tests