* SZEP card poller implementation added

* new tags for sms parsing
This commit is contained in:
Danyi Dávid
2018-03-17 18:39:30 +01:00
parent d73a24b1d6
commit 8b22f1d663
14 changed files with 1429 additions and 776 deletions

View File

@@ -5,11 +5,13 @@ return [
'invokables' => [],
'factories' => [
App\Command\KoinImportCommand::class => App\Command\KoinImportCommandFactory::class,
App\Command\PeriodicSZEPCommand::class => App\Command\PeriodicSZEPCommandFactory::class,
],
],
'console' => [
'commands' => [
App\Command\KoinImportCommand::class,
App\Command\PeriodicSZEPCommand::class,
],
],
];

View File

@@ -10,4 +10,7 @@
return [
'koin.user' => '',
'koin.pass' => '',
'szep.card' => '',
'szep.key' => '',
];