An open API service indexing awesome lists of open source software.

https://github.com/devimteam/data-importer


https://github.com/devimteam/data-importer

Last synced: 5 months ago
JSON representation

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
```