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
- Host: GitHub
- URL: https://github.com/thamaraiselvam/mysql-import
- Owner: thamaraiselvam
- License: gpl-3.0
- Created: 2015-03-19T06:58:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T07:21:56.000Z (over 4 years ago)
- Last Synced: 2025-12-17T08:07:05.176Z (6 months ago)
- Topics: database, import, mysql, mysqli, php
- Language: PHP
- Homepage:
- Size: 53.7 KB
- Stars: 39
- Watchers: 4
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MySQL Importer


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