-
I'd like to use php8.1 built in enums in doctrine backed entities.
According to https://www.doctrine-project.org/projects/doctrine-laminas-hydrator/en/3.3/enum-strategy.html#using-enums-with-php-8-1 …
-
Looks like embeddable's don't seem to work, is it a known issue that they don't work?
http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/tutorials/embeddables.html
-
I am extending my User entity with an attribute using a ManyToMany association.
In my example I use "costCenters" but you can think of it as the already existing "roles" attribute.
**User entity**:
…
-
The current definition has a variable named "hydrator":
```php
interface PropertyCaster
{
public function cast(mixed $value, ObjectMapper $hydrator): mixed;
}
```
It used to be that `Ob…
-
Not sure, which place is more suitable for this question -- here or the [ZF HAL issues page](https://github.com/zfcampus/zf-hal/issues)...
I'm working at an Apigility driven application with followin…
-
Hi
I started to learn apigility but I lost motivation after getting-started page.
i got this error in Creating a REST Service section ( using apgility 1.4 with php 7.0.8 )
Thank you
`composer req…
-
Hi,
I'm trying to hydrate files using Twitter API v2. I used hydrator before, but for some reason, after hydrating the tweet ids don't match and hence I decided to go with Twitter API v2. However, I'…
-
Hey,
Good day.
We currently having issues with the doctrine EntityBasedFormBuilder. This is our current setup:
```
-
**AS IS**
I work with REST-API via SDK-client, and they return results as an immutable object
```php
-
Is there support for media items in feed reader?
Thanks