issues
search
rekalogika
/
mapper
An object mapper for PHP and Symfony. Maps an object to another object. Primarily used for transforming an entity to a DTO and vice versa.
MIT License
27
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
chore: rector run
#255
priyadi
closed
1 week ago
0
fix: infinite loop in `MapperFactory`
#254
priyadi
closed
1 week ago
0
build(deps): update phpstan/phpdoc-parser requirement from ^1.25 to ^2.0
#253
dependabot[bot]
opened
1 week ago
0
fix: fix list handling
#252
priyadi
closed
1 week ago
0
[Bug] Segmentation fault in non symfony projects
#251
misterxan
closed
1 week ago
3
[Bug] Invalid mapping array to array
#250
gabplch
closed
1 week ago
2
feat: add test for array mapping
#249
gabplch
closed
1 week ago
0
fix: error when mapping null to existing target
#248
priyadi
closed
3 weeks ago
0
fix: rethrow our exceptions in `writeTargetProperty`, fix confusing error message
#247
priyadi
closed
4 weeks ago
0
fix: turn `NewInstanceReturnedButCannotBeSetOnTargetException` into a warning
#246
priyadi
closed
1 month ago
0
refactor: remove property processor for easier future optimization
#245
priyadi
closed
1 month ago
0
feat: `Map` now accepts false, for the more expressive `#[Map(false)]`
#244
priyadi
closed
1 month ago
0
[Backward campability] Error on mapping after bumping version
#243
gabplch
closed
2 weeks ago
7
fix: allow interfaces as the target type of object mapper
#242
priyadi
closed
1 month ago
0
Can't map object to abstract|interface with AsObjectMapper
#241
Norbytus
closed
1 month ago
2
fix: only remove source property mapping if it maps to the same name on the target side
#240
priyadi
closed
1 month ago
0
feat: `Map(property: null)` ignores the mapping
#239
priyadi
closed
1 month ago
0
fix: remove heuristics of value object detection to reduce confusion
#238
priyadi
closed
1 month ago
0
fix: issue 232
#237
priyadi
closed
1 month ago
0
fix: double mapping if a property is in the constructor and also has a setter
#236
priyadi
closed
1 month ago
0
test: test lazy constructor
#235
priyadi
closed
1 month ago
0
build(deps-dev): update brick/money requirement from ^0.9.0 to ^0.10.0
#234
dependabot[bot]
closed
1 month ago
0
fix: remove unalterable check in ObjectProcessor` to allow transformers to handle the current target value in all cases
#233
priyadi
closed
1 month ago
0
Cant fill target property if its readonly
#232
Norbytus
closed
1 month ago
3
refactor: refactor `ObjectToObjectTransformer` for future optimization
#231
priyadi
closed
1 month ago
0
chore: rector run
#230
priyadi
closed
1 month ago
0
feat: extra target values
#229
priyadi
closed
1 month ago
0
perf(`ObjectCache`): use sentinel value instead of exception
#228
priyadi
closed
1 month ago
0
perf: move `TypeResolver` outside of the hot path
#227
priyadi
closed
1 month ago
0
perf: `ObjectToObjectTransformer` optimization
#226
priyadi
closed
1 month ago
0
perf: `Context` optimization
#225
priyadi
closed
1 month ago
0
feat: throws exception if the paired property does not exist in the other class if the `Map` attribute has `class` set
#224
priyadi
closed
1 month ago
0
chore: rector run
#223
priyadi
closed
1 month ago
0
feat: process proxies of all classes in the inheritance chain
#222
priyadi
closed
1 month ago
0
perf: proxy warming
#221
priyadi
closed
1 month ago
0
refactor: spin off `resolveTargetClass()` to separate class
#220
priyadi
closed
1 month ago
0
How put extra argument in construct
#219
Norbytus
closed
1 month ago
4
feat: transformation from `Stringable` to int, float, and bool by casting
#218
priyadi
closed
1 month ago
0
fix: terms
#217
priyadi
closed
1 month ago
0
perf: object mapper resolver cache prewarming
#216
priyadi
closed
1 month ago
0
chore: rector run
#215
priyadi
closed
1 month ago
0
feat: attributes inheritance is now preserved
#214
priyadi
closed
1 month ago
0
deps: remove phpstan unused public
#213
priyadi
closed
1 month ago
0
deps: fix branch alias
#212
priyadi
closed
1 month ago
0
deps: add branch alias
#211
priyadi
closed
1 month ago
0
fix(`PHPStan`): fix mapping metadata generation determinism
#210
priyadi
closed
1 month ago
0
fix(`CacheWarmer`): use `symfony/filesystem` to dump file
#209
priyadi
closed
1 month ago
0
build(deps-dev): update tomasvotruba/unused-public requirement from ^0.4.0 to ^1.0.0
#208
dependabot[bot]
closed
1 month ago
1
fix: do not run DebugPass if symfony/stopwatch is not present
#207
priyadi
closed
1 month ago
0
deps: fix symfony/stopwatch dependency
#206
priyadi
closed
1 month ago
0
Next