grale / webdav
A simple PHP WebDAV client and stream wrapper
Installs: 9 290
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 6
Forks: 11
Open Issues: 7
Requires
- php: >=5.3.0
- guzzle/http: ~3.0
- psr/log: ~1.0
Requires (Dev)
- phpunit/phpunit: ~3.7.0
Suggests
- monolog/monolog: Adds support for logging HTTP requests and responses
- symfony/finder: Allows you to more easily filter the files that the stream wrapper returns
This package is not auto-updated.
Last update: 2024-11-07 02:54:54 UTC
README
A simple PHP WebDAV client and stream wrapper.
Timeout Value Big Int Support
Windows hosts PHP_INT_MAX value is 2147483647. For fix it you can use gmp extention.
On Unix hosts big int support is better, you can use WebDAV AS IS. For run all tests run (it's skipped by default):
$sudo apt-get install php5-gmp