https://github.com/devimteam/data-importer
https://github.com/devimteam/data-importer
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devimteam/data-importer
- Owner: devimteam
- Created: 2016-09-30T09:26:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T17:42:28.000Z (almost 4 years ago)
- Last Synced: 2025-05-28T14:03:26.632Z (about 1 year ago)
- Language: PHP
- Size: 105 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data importer component
## Intro
Allows to you easily import any kind of data from any data providers
## Installation
#### Install via composer
```
$ composer require devimteam/data-importer
```
## Use-cases
## Contributing
#### Install vendors
```
$ composer install
```
#### Run tests
```
$ php vendor/bin/codecept run
```