.editorconfig | |
|
|
.gitattributes | |
|
|
.github/workflows/phpcs.yaml | |
|
|
.github/workflows/phpunit.yaml | |
|
|
.github/workflows/psalm.yaml | |
|
|
.gitignore | |
|
|
.license | |
|
|
.psalm/baseline.xml | |
|
|
CodeSniffer.conf | |
|
|
LICENSE | |
|
|
README.MD | |
|
|
composer.json | |
|
|
docs/images/import-command-list.PNG | |
|
|
phpcs.xml.dist | |
|
|
phpstan.neon.dist | |
|
|
phpunit.xml.dist | |
|
|
psalm.xml | |
|
|
run.bat | |
|
|
src/AbstractEntityImporterDefinition.php | 45 | A 0 mins |
|
src/ArchivingStrategy/ArchivingResult.php | 14 | A 0 mins |
|
src/ArchivingStrategy/ArchivingStrategy.php | 7 | A 0 mins |
|
src/ArchivingStrategy/ProcessedFolderArchivingStrategy.php | 41 | A 0 mins |
|
src/ArchivingStrategy/VoidArchivingStratetegy.php | 10 | A 0 mins |
|
src/Console/Command/ImportCommand.php | 64 | A 0 mins |
|
src/Console/ImportCommandHelpRenderer.php | 35 | A 0 mins |
|
src/Console/ImportCommandResultRenderer.php | 49 | A 1 hr |
|
src/DependencyInjection/Configuration.php | 21 | A 0 mins |
|
src/DependencyInjection/EntityImporterExtension.php | 26 | A 0 mins |
|
src/EntityImporter.php | 109 | B 4 hrs |
|
src/EntityImporterBundle.php | 6 | A 0 mins |
|
src/EntityImporterDefinition.php | 23 | A 0 mins |
|
src/EntityImporterManager.php | 53 | A 0 mins |
|
src/Events/ImportFailureEvent.php | 32 | A 0 mins |
|
src/Events/ImportSuccessEvent.php | 32 | A 0 mins |
|
src/Exceptions/EntityInstantiationException.php | 27 | A 0 mins |
|
src/Exceptions/ImportFileNotFoundException.php | 20 | A 0 mins |
|
src/Exceptions/ImporterDefinitionNotFoundException.php | 17 | A 0 mins |
|
src/Exceptions/InvalidInputFormatException.php | 27 | A 0 mins |
|
src/Exceptions/SetterDetectionException.php | 34 | A 0 mins |
|
src/Exceptions/SourceUnavailableException.php | 6 | A 0 mins |
|
src/Exceptions/UnsupportedReaderTypeException.php | 27 | A 0 mins |
|
src/Factory/ArrayToEntityFactory.php | 24 | A 0 mins |
|
src/Factory/EntityInstantiator.php | 24 | A 0 mins |
|
src/Factory/EntityUpdater.php | 55 | A 1 hr |
|
src/Factory/SetterDetection/DefaultSetterDetector.php | 26 | A 0 mins |
|
src/Factory/SetterDetector.php | 8 | A 0 mins |
|
src/Reader/Api/PagePaginationStrategy.php | 26 | A 0 mins |
|
src/Reader/Api/PaginationStrategy.php | 8 | A 0 mins |
|
src/Reader/ApiReader.php | 148 | A 2 hrs |
|
src/Reader/CsvReader.php | 30 | A 45 mins |
|