PHPackages                             sergek7/laravel-data-import - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. sergek7/laravel-data-import

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sergek7/laravel-data-import
===========================

COMMAND-LINE AND API BASED CSV IMPORT TOOL WITH AN ADMIN USER INTERFACE

06PHP

Since May 3Pushed 7y agoCompare

[ Source](https://github.com/SerGek7/laravel-data-import)[ Packagist](https://packagist.org/packages/sergek7/laravel-data-import)[ RSS](/packages/sergek7-laravel-data-import/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Data Import
===================

[](#laravel-data-import)

COMMAND-LINE AND API BASED CSV IMPORT TOOL WITH AN ADMIN USER INTERFACE

This package allows you to import data in CSV format into a database.

INSTALLATION
------------

[](#installation)

This package can be used in Laravel 5.6 or higher.

You can install the package via composer:

```
composer require sergek7/laravel-data-import

```

manually add the service provider in your config/app.php file:

```
'providers' => [
    // ...
    DataImport\DataImportServiceProvider::class,
];

```

You can publish the package with:

```
php artisan vendor:publish --provider="DataImport\DataImportServiceProvider"

```

Also you need run migrate in Laravel:

```
php artisan migrate

```

After that you need to set widget config variables in congig/data\_import\_config.php:

```
return [

    // ...
    'send_email_to' => '',
    'csv_delimiter' => ';',
    'table' => ''
];
```

To call simple view use:
------------------------

[](#to-call-simple-view-use)

```
view('dataImport::form');

```

You need to set up queues for logging to work.

Log file you can read at: storage/logs/data\_import.log

To get notification you need to configure your mail server in .env file For Example like this

```
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=mail@gmail.com
MAIL_PASSWORD=Password
MAIL_ENCRYPTION=tls

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24638368?v=4)[SerGek7](/maintainers/SerGek7)[@SerGek7](https://github.com/SerGek7)

---

Top Contributors

[![SerGek7](https://avatars.githubusercontent.com/u/24638368?v=4)](https://github.com/SerGek7 "SerGek7 (5 commits)")

### Embed Badge

![Health badge](/badges/sergek7-laravel-data-import/health.svg)

```
[![Health](https://phpackages.com/badges/sergek7-laravel-data-import/health.svg)](https://phpackages.com/packages/sergek7-laravel-data-import)
```

###  Alternatives

[jasny/phpdoc-parser

Jasny skeleton library

41349.9k9](/packages/jasny-phpdoc-parser)[payload-interop/payload-interop

An interoperable Domain Payload Object specification.

3883.3k7](/packages/payload-interop-payload-interop)[alexcrawford/lexorank-php

PHP Implementation of JIRA's LexoRank algorithm.

2984.8k1](/packages/alexcrawford-lexorank-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
