PHPackages                             vector88/webutils - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. vector88/webutils

ActiveLibrary[HTTP &amp; Networking](/categories/http)

vector88/webutils
=================

PHP tools to make working with things like HTTP requests and XML quick and easy.

1.0.9(10y ago)014MITPHPPHP ^5.3.3 || ^7.0

Since Jun 4Pushed 10y ago1 watchersCompare

[ Source](https://github.com/vector-kerr/webutils)[ Packagist](https://packagist.org/packages/vector88/webutils)[ RSS](/packages/vector88-webutils/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (1)Versions (9)Used By (0)

Web Utilities
=============

[](#web-utilities)

Overview
--------

[](#overview)

The Web Utilities package is intended to provide some utilities to make common web-related operations quick and easy to perform.

The package currently contains helpers for:

- XML generation and parsing
- HTTP request generation and response parsing

This package is set up for integration with Composer and Laravel, but you can just as easily download and use the heavy-lifting classes independently.

Installation
------------

[](#installation)

1. Execute `composer require vector88/webutils` to include webutils in your composer project.

Configuration
-------------

[](#configuration)

If you want to use this package with [Laravel](//laravel.com), you will need to add some entries to your `config/app.php` file to make use of the providers and facades:

```
