ivuorinen / curly
HTTP Curl client capable of NTLM authentication
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
Type:project
Requires
- php: >=7.1 || ^8
- ext-curl: *
- ext-zlib: *
- league/uri: 6.7.1
Requires (Dev)
- ergebnis/composer-normalize: 2.28.3
- phpstan/phpstan: 1.9.2
- phpunit/phpunit: 9.5.26
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2024-10-23 01:54:20 UTC
README
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 for more information.