https://github.com/code-tool/curl-client
https://github.com/code-tool/curl-client
curl php
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-tool/curl-client
- Owner: code-tool
- License: mit
- Created: 2017-11-30T11:20:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T08:47:29.000Z (almost 4 years ago)
- Last Synced: 2025-04-12T18:19:11.989Z (9 months ago)
- Topics: curl, php
- Language: PHP
- Size: 87.9 KB
- Stars: 0
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Curl Client
## Installation
```bash
composer require code-tool/curl-client
```
## Getting Started
It is strictly advised to use any form of DI container (e.g. with [Symfony Bundle](https://github.com/code-tool/curl-client-symfony-bridge)).