Initial commit

This commit is contained in:
2018-11-01 14:10:35 +02:00
commit 85be2dd100
10 changed files with 1608 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
Curly PHP Curl client
=====================
Main features:
- BASIC, NTLM, DIGEST and SPNEGO auth authentication support
- proxy support
- allowed http methods: GET, POST, PUT, DELETE
- request customization (User Agent, HTTP Version, Content Type, ...)
## Why?
Because I needed a CURL library that handled NTLM authentication and
let me choose what parameters should be passed to the CURL instance.
## Usage
*todo*
## License
This package is released under the MIT License (MIT).
Please see [License File](LICENSE) for more information.