automapper
:rocket: Very FAST :rocket: PHP AutoMapper with on the fly code generation
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- documentation.yml
- verify.php
- MapperFactory.php
- PayloadFactory.php
- Address.php
- Person.php
- AddressSource.php
- AddressTarget.php
- PersonSource.php
- PersonTarget.php
- CollectionBench.php
- CreateObjectBench.php
- DenormalizeBench.php
- DeserializeBench.php
- IsInitializedBench.php
- ManualMapper.php
- NormalizeBench.php
- ObjectToObjectBench.php
- SerializeBench.php
- Verifier.php
- WriteCollectionBench.php
- WriteWideObjectBench.php
- .gitignore
- bootstrap.php
- composer.json
- composer.lock
- phpbench.json
- README.md
- highlight.min.js
- highlight-github.min.css
- jolicode.css
- favicon.png
- api-platform.md
- cache-warmup.md
- configuration.md
- debugging.md
- expression-language.md
- index.md
- installation.md
- json-streamer.md
- migrate.md
- object-mapper.md
- cache.md
- configuration.md
- context.md
- index.md
- source-and-target.md
- debug-cli.png
- debug-profiler-1.png
- debug-profiler-2.png
- attributes.md
- conditional-mapping.md
- date-time.md
- groups.md
- identifier.md
- ignoring-properties.md
- index.md
- inheritance.md
- map-collection.md
- mapper-attribute.md
- nested.md
- provider.md
- serializer.md
- transformer.md
- type.md
- jolicode-footer.html
- main.html
- upgrading-10.0.md
- upgrading-9.0.md
- _nav.md
- contributing.md
- index.md
- MapFrom.php
- Mapper.php
- MapProvider.php
- MapTo.php
- MapToContext.php
- AttributeInstance.php
- Reference.php
- ReflectionReference.php
- GenerateMapperEvent.php
- PropertyMetadataEvent.php
- SourcePropertyMetadata.php
- TargetPropertyMetadata.php
- JsonLdListener.php
- DoctrineIdentifierListener.php
- DoctrineProviderListener.php
- MapListener.php
- MapSourceListener.php
- MapTargetListener.php
- ClassDiscriminatorListener.php
- NameConverterListener.php
- SerializerGroupListener.php
- SerializerIgnoreListener.php
- SerializerMaxDepthListener.php
- MapFromListener.php
- MapListener.php
- MapperListener.php
- MapProviderListener.php
- MapToContextListener.php
- MapToListener.php
- AutoMapperException.php
- BadMapDefinitionException.php
- CannotCreateTargetException.php
- CircularReferenceException.php
- CompileException.php
- InvalidArgumentException.php
- InvalidMappingException.php
- LogicException.php
- MetadataException.php
- MissingConstructorArgumentsException.php
- ReadOnlyTargetException.php
- RuntimeException.php
- AddRemoveWriteMutator.php
- ArrayReadAccessor.php
- ArrayWriteMutator.php
- ConstructorWriteMutator.php
- FromSourceMappingExtractor.php
- FromTargetMappingExtractor.php
- JsonWriteMutator.php
- MappingExtractor.php
- MappingExtractorInterface.php
- MethodReadAccessor.php
- MethodWriteMutator.php
- NestedReadAccessor.php
- NestedWriteMutator.php
- PropertyReadAccessor.php
- PropertyWriteMutator.php
- ReadAccessorInterface.php
- SourceReadAccessor.php
- SourceTargetMappingExtractor.php
- WriteMutatorInterface.php
- CachedReflectionStatementsGenerator.php
- ClassDiscriminatorResolver.php
- DiscriminatorStatementsGenerator.php
- CreateTargetStatementsGenerator.php
- IdentifierHashGenerator.php
- InjectMapperMethodStatementsGenerator.php
- JsonMapMethodStatementsGenerator.php
- JsonPropertyStatementsGenerator.php
- MapMethodStatementsGenerator.php
- MapperConstructorGenerator.php
- MapperGenerator.php
- PropertyConditionsGenerator.php
- PropertyStatementsGenerator.php
- UniqueVariableScope.php
- VariableRegistry.php
- JsonStreamReader.php
- JsonStreamWriter.php
- LazyCollection.php
- LazyMap.php
- ClassLoaderInterface.php
- EvalLoader.php
- FileLoader.php
- FileReloadStrategy.php
- Dependency.php
- Discriminator.php
- GeneratorMetadata.php
- MapperMetadata.php
- MetadataFactory.php
- MetadataRegistry.php
- PropertyMetadata.php
- Provider.php
- SourcePropertyMetadata.php
- TargetPropertyMetadata.php
- AutoMapperNormalizer.php
- ObjectMapper.php
- IriProvider.php
- DoctrineProvider.php
- EarlyReturn.php
- ProviderInterface.php
- AsAutoMapperExpressionService.php
- CacheWarmer.php
- DebugMapperCommand.php
- MetadataCollector.php
- DoctrineCompilerPass.php
- MapperServiceLocatorPass.php
- TransformerFactoryPass.php
- AutoMapperExtension.php
- Configuration.php
- api_platform.php
- automapper.php
- custom_transformers.php
- doctrine.php
- event.php
- event_serializer.php
- expression_language.php
- generator.php
- json_streamer.php
- metadata.php
- normalizer.php
- object_mapper.php
- property_info.php
- symfony.php
- transformers.php
- icon.svg
- metadata.html.twig
- AutoMapperBundle.php
- ReflectionClassRecursiveIterator.php
- ExpressionLanguageProvider.php
- JsonLdContextTransformer.php
- JsonLdIdTransformer.php
- JsonLdObjectToIdTransformer.php
- JsonLdObjectToIdTransformerFactory.php
- TransformCallableTransformer.php
- PrioritizedPropertyTransformerInterface.php
- PropertyTransformer.php
- PropertyTransformerComputeInterface.php
- PropertyTransformerFactory.php
- PropertyTransformerInterface.php
- PropertyTransformerSupportInterface.php
- AbstractArrayTransformer.php
- AllowNullValueTransformerInterface.php
- ArrayShapeTransformer.php
- ArrayShapeTransformerFactory.php
- ArrayToDoctrineCollectionTransformer.php
- ArrayTransformer.php
- ArrayTransformerFactory.php
- AssignedByReferenceTransformerInterface.php
- BuiltinTransformer.php
- BuiltinTransformerFactory.php
- CallableTransformer.php
- ChainTransformerFactory.php
- ChainTransformerFactoryAwareInterface.php
- ChainTransformerFactoryAwareTrait.php
- CheckTypeInterface.php
- CopyEnumTransformer.php
- CopyTransformer.php
- CopyTransformerFactory.php
- DateTimeInterfaceToImmutableTransformer.php
- DateTimeInterfaceToMutableTransformer.php
- DateTimeToStringTransformer.php
- DateTimeTransformerFactory.php
- DependentTransformerInterface.php
- DictionaryTransformer.php
- DoctrineCollectionTransformerFactory.php
- EnumToEnumTransformer.php
- EnumTransformerFactory.php
- ExpressionLanguageTransformer.php
- FixedValueTransformer.php
- IdentifierHashInterface.php
- LazyCollectionTransformer.php
- MapperDependency.php
- MixedTransformerFactory.php
- MultipleTransformer.php
- MultipleTransformerFactory.php
- NullableTargetTransformerFactory.php
- NullableTransformer.php
- NullableTransformerFactory.php
- ObjectTransformer.php
- ObjectTransformerFactory.php
- PrioritizedTransformerFactoryInterface.php
- ReferenceTransformer.php
- ServiceLocatorTransformer.php
- SourceEnumTransformer.php
- StringToDateTimeTransformer.php
- StringToSymfonyUidTransformer.php
- SymfonyUidCopyTransformer.php
- SymfonyUidToStringTransformer.php
- SymfonyUidTransformerFactory.php
- TargetEnumTransformer.php
- TransformerFactoryInterface.php
- TransformerInterface.php
- UniqueTypeTransformerFactory.php
- VoidTransformer.php
- AutoMapper.php
- AutoMapperInterface.php
- AutoMapperRegistryInterface.php
- Configuration.php
- ConstructorStrategy.php
- GeneratedMapper.php
- LazyMapper.php
- MapperContext.php
- MapperInterface.php
- php-parser.php
- expected.1.data
- expected.data
- map.php
- expected.to.data
- expected.toAdder.data
- expected.toAdderCollection.data
- expected.toCollection.data
- map.php
- expected.array.data
- map.php
- expected.array.data
- map.php
- expected.array.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.1.data
- expected.2.data
- expected.3.data
- expected.4.data
- expected.5.data
- expected.6.data
- expected.data
- map.php
- expected.data
- map.php
- expected.1.data
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.constructor-and-relation-missing.data
- expected.constructor-arguments.data
- expected.ok.data
- map.php
- expected.from_array.data
- expected.to_array.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.adder.data
- expected.array.data
- expected.collection.data
- map.php
- expected.array.data
- expected.collection.data
- map.php
- expected.data
- map.php
- expected.to-dto.data
- expected.to-obj.data
- map.php
- expected.to-dto.data
- expected.to-obj.data
- map.php
- expected.to-array.data
- expected.to-class.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.from-array.data
- expected.to-array.data
- map.php
- expected.data
- map.php
- classes.php
- expected.data
- map.php
- expected.data
- map.php
- expected.int-identifier.data
- expected.object-identifier.data
- map.php
- expected.ignore-in-source.data
- expected.ignore-in-target.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.eager.data
- expected.lazy.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.from-nested-array.data
- expected.from-nested.data
- expected.to-nested-array.data
- expected.to-nested.data
- map.php
- expected.construct-uninitialized-parent.data
- expected.construct-with-parent.data
- expected.read-null-parent.data
- expected.read-private-leaf.data
- expected.read-uninitialized-parent.data
- expected.read-with-parent.data
- expected.write-null-parent.data
- expected.write-with-parent.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.null-values-untyped.data
- expected.null-values.data
- expected.with-values.data
- map.php
- expected.source-side.data
- expected.subclass-target.data
- expected.target-side.data
- map.php
- expected.object-to-object-with-property-as-unknown-array.data
- expected.object-with-property-as-unknown-array-to-object.data
- map.php
- expected.int.data
- expected.mixed.data
- expected.string.data
- map.php
- expected.data
- map.php
- expected.from-array.data
- expected.from-class.data
- map.php
- expected.bar-foo.data
- expected.bar.data
- expected.early-return.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.to-array.data
- expected.to-object.data
- map.php
- expected.data
- map.php
- expected.bar.data
- expected.foo.data
- map.php
- expected.array-to-object-v1.data
- expected.array-to-object-v3.data
- expected.array-to-object-v4.data
- expected.array-to-object.data
- expected.object-to-array.data
- expected.object-to-object.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.data
- map.php
- expected.bar.data
- expected.foo.data
- map.php
- expected.datetime-date-string-status.data
- expected.string-date-enum-status.data
- map.php
- expected.with-values.data
- expected.without-values.data
- map.php
- README.md
- AutoMapperExtensionTest.php
- Book.php
- Review.php
- Shelf.php
- ShelfMapped.php
- BookProcessor.php
- BookProvider.php
- ShelfProvider.php
- HomeController.php
- Address.php
- AddressDTO.php
- BaseUser.php
- Cat.php
- ClassWithMapToContextAttribute.php
- ClassWithPrivateProperty.php
- Dog.php
- DTOWithEnum.php
- FooMapTo.php
- NestedObject.php
- Order.php
- Pet.php
- SomeEnum.php
- User.php
- UserDTO.php
- AddressDTONormalizer.php
- OrderNormalizer.php
- UserDTODenormalizer.php
- UserNormalizer.php
- CatProvider.php
- FooService.php
- IdNameConverter.php
- YearOfBirthTransformer.php
- AppKernel.php
- console
- web_profiler.yaml
- api_platform.yaml
- automapper.yaml
- doctrine.yaml
- framework.yaml
- profiler.yaml
- routes.yaml
- bundles.php
- services.yaml
- with-private-properties.yml
- dev.php
- index.php
- ApiPlatformTest.php
- NormalizerTest.php
- ServiceInstantiationTest.php
- Book.php
- Foo.php
- Review.php
- User.php
- DoctrineTest.php
- Foo.php
- FooCustomMapper.php
- FromSourceMappingExtractorTest.php
- FromTargetMappingExtractorTest.php
- BadMapToTransformer.php
- Bar.php
- DateTimeFormatMapTo.php
- FooMapTo.php
- MapperDateTimeFormatMapTo.php
- PriorityMapTo.php
- ChildOfGroupsAnnotationDummy.php
- DeepObjectPopulateChildDummy.php
- DeepObjectPopulateParentDummy.php
- GroupDummy.php
- GroupDummyInterface.php
- GroupDummyParent.php
- MaxDepthDummy.php
- ProxyDummy.php
- ToBeProxyfiedDummy.php
- FooDependency.php
- FromSourceCustomModelTransformer.php
- FromSourceCustomPropertyTransformer.php
- FromTargetCustomModelTransformer.php
- FromTargetCustomPropertyTransformer.php
- InvokableTransformer.php
- PrioritizedFromSourcePropertyPriorityTransformer.php
- SourceTargetCustomModelTransformer.php
- SourceTargetCustomPropertyTransformer.php
- SourceTargetMultiFieldsCustomPropertyTransformer.php
- TransformerWithDependency.php
- Address.php
- AddressBar.php
- AddressDTO.php
- AddressDTOReadonlyClass.php
- AddressDTOSecondReadonlyClass.php
- AddressDTOWithReadonly.php
- AddressDTOWithReadonlyPromotedProperty.php
- AddressFoo.php
- AddressNotWritable.php
- AddressType.php
- AddressWithEnum.php
- Bar.php
- BarGenerator.php
- BirthDateDateTime.php
- BirthDateExploded.php
- Cat.php
- Category.php
- CategoryDTO.php
- CircularNode.php
- CityFoo.php
- ClassWithMapToContextAttribute.php
- ClassWithNullablePropertyInConstructor.php
- ClassWithPrivateProperty.php
- ConstructorWithDefaultValues.php
- ConstructorWithDefaultValuesAsObjects.php
- Dog.php
- Empty_.php
- Fish.php
- Foo.php
- FooGenerator.php
- FooTransformerObjectCallable.php
- FooTransformerStaticCallable.php
- GroupOverride.php
- HasDateTime.php
- HasDateTimeImmutable.php
- HasDateTimeImmutableWithNullValue.php
- HasDateTimeInterfaceWithImmutableInstance.php
- HasDateTimeInterfaceWithMutableInstance.php
- HasDateTimeInterfaceWithNullValue.php
- HasDateTimeWithNullValue.php
- IntDTO.php
- IntDTOWithMapper.php
- Node.php
- ObjectWithDateTime.php
- Order.php
- Pet.php
- PetOwner.php
- PetOwnerWithConstructorArguments.php
- Post.php
- PostDTO.php
- Private_.php
- proxies.php
- Proxy.php
- ReflectionExtractorTestFixture.php
- SourceForConstructorWithDefaultValues.php
- Uninitialized.php
- User.php
- UserConstructorDTO.php
- UserDTO.php
- UserDTOMerged.php
- UserDTONoAge.php
- UserDTONoName.php
- UserDTOProperties.php
- UserPartialConstructor.php
- UserWithYearOfBirth.php
- WrongParameters.php
- UniqueVariableScopeTest.php
- JsonStreamReaderTest.php
- JsonStreamWriterCollectionTest.php
- JsonStreamWriterTest.php
- RegistryAwareTest.php
- FileLoaderTest.php
- ArrayLikeTest.php
- MetadataFactoryTest.php
- AttributesTestTrait.php
- CallbacksObject.php
- CallbacksTestTrait.php
- CircularReferenceDummy.php
- CircularReferenceTestTrait.php
- ConstructorArgumentsObject.php
- ConstructorArgumentsTestTrait.php
- ContextMetadataTestTrait.php
- DummyContextChild.php
- GroupsTestTrait.php
- IgnoredAttributesTestTrait.php
- MaxDepthTestTrait.php
- ObjectDummy.php
- ObjectDummyWithContextAttribute.php
- ObjectInner.php
- ObjectOuter.php
- ObjectToPopulateTestTrait.php
- SkipNullValuesTestTrait.php
- SkipUninitializedValuesTestTrait.php
- TypedPropertiesObject.php
- TypedPropertiesObjectWithGetters.php
- TypeEnforcementNumberObject.php
- TypeEnforcementTestTrait.php
- AutoMapperNormalizerTest.php
- Recursive.php
- RecursiveDto.php
- Relation.php
- RelationDto.php
- OrderSource.php
- OrderTarget.php
- UserSource.php
- UserTarget.php
- TargetDto.php
- Address.php
- User.php
- UserDto.php
- TargetUser.php
- User.php
- UserProfile.php
- SourceOnly.php
- A.php
- B.php
- C.php
- D.php
- A.php
- B.php
- A.php
- B.php
- AToBMapper.php
- Map.php
- MapStructMapperMetadataFactory.php
- Source.php
- Target.php
- A.php
- B.php
- A.php
- B.php
- C.php
- A.php
- B.php
- C.php
- FinalInput.php
- PartialInput.php
- Source.php
- Target.php
- Source.php
- Target.php
- ReadOnlyPromotedPropertyA.php
- ReadOnlyPromotedPropertyAMapped.php
- ReadOnlyPromotedPropertyB.php
- ReadOnlyPromotedPropertyBMapped.php
- AB.php
- Dto.php
- LoadedValue.php
- LoadedValueService.php
- LoadedValueTarget.php
- ServiceLoadedValueTransformer.php
- ValueToMap.php
- ValueToMapRelation.php
- A.php
- B.php
- ConditionCallable.php
- TransformCallable.php
- SourceEntity.php
- TargetDto.php
- TransformCollectionA.php
- TransformCollectionB.php
- TransformCollectionC.php
- TransformCollectionD.php
- A.php
- B.php
- C.php
- ClassWithoutTarget.php
- D.php
- LazyFoo.php
- MyProxy.php
- ObjectMapperTest.php
- JsonLdContextTransformerTest.php
- JsonLdObjectToIdTransformerFactoryTest.php
- ArrayTransformerFactoryTest.php
- ArrayTransformerTest.php
- BuiltinTransformerFactoryTest.php
- BuiltinTransformerTest.php
- ChainTransformerFactoryTest.php
- CopyTransformerTest.php
- DateTimeInterfaceToImmutableTransformerTest.php
- DateTimeInterfaceToMutableTransformerTest.php
- DateTimeToStringTransformerTest.php
- DateTimeTransformerFactoryTest.php
- EvalTransformerTrait.php
- MultipleTransformerFactoryTest.php
- MultipleTransformerTest.php
- NullableTransformerFactoryTest.php
- NullableTransformerTest.php
- ObjectTransformerFactoryTest.php
- ObjectTransformerTest.php
- StringToDateTimeTransformerTest.php
- SymfonyUidTransformerFactoryTest.php
- UniqueTypeTransformerFactoryTest.php
- AutoMapperBuilder.php
- AutoMapperMapToTest.php
- AutoMapperTest.php
- AutoMapperTestCase.php
- AutoMapperWithCustomTransformerTest.php
- MapperContextTest.php
- .gitattributes
- .gitignore
- .php-cs-fixer.php
- bootstrap.php
- castor.composer.json
- castor.composer.lock
- castor.php
- CHANGELOG.md
- composer.json
- LICENSE
- mkdocs.yaml
- phpstan.neon
- phpunit.xml
- poetry.lock
- pyproject.toml
- README.md
// repository documentation
Was this content helpful?
(0 ratings)
