PHPackages                             aliportfolio/csv-importer - 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. [Database &amp; ORM](/categories/database)
4. /
5. aliportfolio/csv-importer

ActiveLibrary[Database &amp; ORM](/categories/database)

aliportfolio/csv-importer
=========================

The package allows you to upload a CSV file and import the data into database.

v1.0.0(2y ago)05MITPHPPHP &gt;=8.0

Since Jun 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/aliportfolio/CsvImporter)[ Packagist](https://packagist.org/packages/aliportfolio/csv-importer)[ RSS](/packages/aliportfolio-csv-importer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

CSV Importer
============

[](#csv-importer)

The package allows you to upload a CSV file and import the data into database.

Features
--------

[](#features)

- CSV Importer
- TXT Importer
- Fields Validator

Installation
------------

[](#installation)

Install with command

```
  composer require aliportfolio/csv-importer
```

Usage/Examples
--------------

[](#usageexamples)

First, create custom importer (ex: CategoryImport.php)

```
