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

https://github.com/thamaraiselvam/mysql-import

Import SQL backup file using PHP
https://github.com/thamaraiselvam/mysql-import

database import mysql mysqli php

Last synced: 5 months ago
JSON representation

Import SQL backup file using PHP

Awesome Lists containing this project

README

          

# MySQL Importer

![ViewCount](https://views.whatilearened.today/views/github/thamaraiselvam/mysql-import.svg)

Packagist Packagist Packagist GitHub tag (latest SemVer) GitHub
Travis

Buy Me A Coffee

Import MySQL database backup files easily with MySQL Import

## Development

Run:

```sh
$ git clone https://github.com/thamaraiselvam/mysql-import.git
$ cd mysql-import
$ composer install
```

This will setup the library dependencies for you.

To run tests, run

```sh
$ composer phpunit
```

To ensure your code is following the coding style, run

```sh
$ composer phpcs
```

### Install

Using composer include the repository by typing the following into a terminal

```
composer require thamaraiselvam/mysql-import
```

### Usage

Include the composer autoloader, import the Import namespace.

```