Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akeb/framework-akeb-sql_pholder


https://github.com/akeb/framework-akeb-sql_pholder

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# CurlGet

## Install

composer project akeb/sql_pholder

Composer config

```json
{
"require": {
"akeb/sql_pholder": "^1.0.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/AKEB/Framework-AKEB-sql_pholder"
}
]
}
```

or

```bash
composer require akeb/sql_pholder
```