macseem / mim
Universal Importer
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/macseem/mim
Requires (Dev)
- phpunit/dbunit: >=1.2
- phpunit/phpunit: 4.8.*
README
It's module for universal import something from source to some destination
All you need to do is :
- to implement the interfaces of:
- \MIM\interfaces\models\Source
- \MIM\interfaces\models\Destination
- (not necessary) to implement the interface \MIM\interfaces\models\OffsetProvider for saving the offset between import sessions via another thing redis, db, etc. by default the OffsetProvider saves it into a file
Some helping things:
There are some base models _(source, destination)_ you can extend yours from;