ivuorinen / curly
This package is abandoned and no longer maintained.
No replacement package was suggested.
HTTP Curl client capable of NTLM authentication
v0.1.0
2022-11-28 14:51 UTC
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: 2025-10-16 13:31: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.