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

https://github.com/kadirermantr/csv-importer

CSV Importer for PHP
https://github.com/kadirermantr/csv-importer

backend php

Last synced: 8 months ago
JSON representation

CSV Importer for PHP

Awesome Lists containing this project

README

          

# CSV Importer

- **Tech Stack:** [Tech Stack File](https://github.com/kadirermantr/csv-importer/blob/main/techstack.md)
- **Programming Language:** PHP
- **Package:** [CSV Reader](https://github.com/fusonic/php-csv-reader)
- **Database Diagram:** [Diagram](https://dbdiagram.io/d/64715ca27764f72fcfee9ee2)

## Installation

1. Create database named `test`
2. Import SQL file `test.sql`
3. `composer install`

## Run

```bash
php -S localhost:8000
```

## Screenshot

![screenshot](image.png)