Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akeb/framework-akeb-sql_pholder
https://github.com/akeb/framework-akeb-sql_pholder
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/akeb/framework-akeb-sql_pholder
- Owner: AKEB
- License: apache-2.0
- Created: 2024-05-22T09:20:21.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-22T10:09:30.000Z (7 months ago)
- Last Synced: 2024-05-22T10:48:43.378Z (7 months ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```