php-webrequest

A lightweight and highly customized CURL wrapper for making RESt calls and a wrapper for call dynamically SOAP requests.

MIT License

Downloads
376.1K
Stars
5
Committers
3

Bot releases are hidden (Show)

php-webrequest - Release 4.9.2 Latest Release

Published by byjg 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/byjg/php-webrequest/compare/4.9.1...4.9.2

php-webrequest - Release 4.9.1

Published by byjg 10 months ago

What's Changed

Full Changelog: https://github.com/byjg/php-webrequest/compare/4.9.0...4.9.1

php-webrequest - Release 4.9.0

Published by byjg over 1 year ago

What's Changed

New Contributors

Major Refactor

  • Remove WebRequest.php
  • Major compatibility with PSR7

Full Changelog: https://github.com/byjg/webrequest/compare/2.0.4...4.9.0

php-webrequest - Release 2.0.4

Published by byjg over 2 years ago

Change Default User Agent - https://github.com/byjg/webrequest/issues/9

php-webrequest - Release 2.0.3

Published by byjg almost 3 years ago

Minor Fix.

php-webrequest - Release 2.0.2

Published by byjg over 3 years ago

Remove the old Stream component and create a WebRequest stream to make it compatible with all PHP versions from 5.6 until 8.0

php-webrequest - Release 2.0.1

Published by byjg almost 4 years ago

Fix HEAD timeout issue #3

php-webrequest - Release 2.0.0

Published by byjg over 4 years ago

Major refactory on WebRequest:

  • Implement MessageInterface, RequestInterface and ResponseInterface PSR7 class
  • Uses ByJG URI PSR7 class implementation
  • Uses 3rd party StreamInterface PSR7 Implementation
  • Deprecating WebRequest class in favor of HttpClient.
  • Deprecating WebRequestMulti class in favor of HttpClientMulti.
  • HttpClient uses any PSR7 implementation to do the requests
  • Partial non-compliant PSR18 implementation
php-webrequest - Release 1.0.7

Published by byjg over 6 years ago

Removed Backward compatibility PHPUnit

php-webrequest - Release 1.0.6

Published by byjg over 7 years ago

Added getUrl() and getLastFetchedUrl()

php-webrequest - Release 1.0.5

Published by byjg over 7 years ago

Adjust method postUploadFile to postMultiPartForm and some code beautiful

  • Renamed class UploadFile to MultiPartItem
  • Renamed method postUploadFile to postMultiFormData,
  • Renamed method getFollowLocation to isFollowingLocation
  • Renamed several variables
  • Code Beatiful
php-webrequest - Release 1.0.4

Published by byjg almost 8 years ago

Release 1.0.4

  • Added a Multi Request
php-webrequest - Release 1.0.3

Published by byjg over 8 years ago

Added the method postUploadFile using "multipart/form-data"

php-webrequest - Release 1.0.2

Published by byjg almost 9 years ago

Added the setProxy method

Package Rankings
Top 6.43% on Packagist.org
Badges
Extracted from project README
Opensource ByJG Build Status GitHub source GitHub license GitHub release
Related Projects