Files
deck/docs/implement-import.md
Vitor Mattos f2b6934ac3 Move all classes to a sub-namespace
Signed-off-by: Vitor Mattos <vitor@php.rio>
2021-12-30 11:19:50 +01:00

235 B

Implement import

  • Create a new class lib/Service/Importer/Systems/<ImportName>Service.php where <ImportName> is the name of the source system.
  • Use the lib/Service/Importer/Systems/TrelloJsonService.php class as inspiration