https://github.com/gingteam/adminer
Small Database Manager
https://github.com/gingteam/adminer
database php
Last synced: about 2 months ago
JSON representation
Small Database Manager
- Host: GitHub
- URL: https://github.com/gingteam/adminer
- Owner: gingteam
- Created: 2021-11-13T12:58:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T15:28:28.000Z (almost 4 years ago)
- Last Synced: 2024-04-18T08:22:39.309Z (almost 2 years ago)
- Topics: database, php
- Language: PHP
- Homepage:
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Install via Composer
```bash
composer create-project gingteam/adminer:dev-main
```
## Usage
```bash
php -s localhost:8000 -t public
```
or using Symfony CLI
```bash
symfony server:start -d
```