acelot/automapper

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.gitattributes
.github/workflows/pipeline.yml
.gitignore
LICENSE
Makefile
README.md
badge-coverage.svg
bin/generate-static-api
clover.xml
composer.json
integrations/respect-validation/README.md
logo-light.png
logo-night.png
phpunit.xml
integrations/respect-validation/src/Api/Validation.php20
integrations/respect-validation/src/Context/ValidationContext.php20
integrations/respect-validation/src/Context/ValidationContextFactory.php10
integrations/respect-validation/src/Processor/Validate.php42
integrations/respect-validation/src/ValidationContextFactoryInterface.php6
integrations/respect-validation/src/ValidationContextInterface.php9
integrations/respect-validation/src/Value/ValidationFailedValue.php14
src/Api/Fields.php26
src/Api/Helpers.php115
src/Api/Main.php39
src/Api/Processors.php96
src/AutoMapper.php206
src/Context/Context.php25
src/ContextInterface.php8
src/Exception/NotFoundException.php17
src/Exception/UnexpectedValueException.php30
src/Exception/UnknownPartException.php18
src/ExceptionValueInterface.php7
src/Extractor/FromArrayKey.php24
src/Extractor/FromArrayKeyFirst.php14
src/Extractor/FromArrayKeyLast.php14
src/Extractor/FromObjectMethod.php21
src/Extractor/FromObjectProp.php21
src/Extractor/FromSelf.php14
src/ExtractorInterface.php7
src/ExtractorResolver.php31
src/ExtractorResolverInterface.php7
src/Field/ToArrayKey.php23
src/Field/ToObjectMethod.php23
src/Field/ToObjectProp.php23
src/Field/ToSelf.php18
src/FieldInterface.php7
src/Mapper.php37
src/MapperExceptionInterface.php6
src/MapperFactory.php9