PHPackages                             delboy1978uk/bone-http - 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. delboy1978uk/bone-http

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

delboy1978uk/bone-http
======================

HTTP package for Bone Framework

v2.10.0(4mo ago)04.2k↓22.2%[1 issues](https://github.com/delboy1978uk/bone-http/issues)6MITHTMLPHP ^8.2CI passing

Since Mar 1Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/delboy1978uk/bone-http)[ Packagist](https://packagist.org/packages/delboy1978uk/bone-http)[ RSS](/packages/delboy1978uk-bone-http/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (9)Versions (36)Used By (6)

http
====

[](#http)

[![Latest Stable Version](https://camo.githubusercontent.com/3a9682b79c14e41ae438c563db305acb6d89cb2291ad4fd6837657ce98e8131d/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f626f6e652d687474702f762f737461626c65)](https://packagist.org/packages/delboy1978uk/bone-http) [![Total Downloads](https://camo.githubusercontent.com/27ea7507b6d99dc9c8663394a1729d7cfcf17d9c3deca4b6d3fb9fd04c058493/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f626f6e652f646f776e6c6f616473)](https://packagist.org/packages/delboy1978uk/bone) [![Latest Unstable Version](https://camo.githubusercontent.com/541e43688deb35c6a42fc2c788d4db3854e130c2a544a85762fe0e292a9fbea6/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f626f6e652d687474702f762f756e737461626c65)](https://packagist.org/packages/delboy1978uk/bone-http) [![License](https://camo.githubusercontent.com/96212374a9733dd29f83f7097e3753d4eddba5d59a000ceff7ca2294eb55c212/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f626f6e652d687474702f6c6963656e7365)](https://packagist.org/packages/delboy1978uk/bone-http)
[![build status](https://github.com/delboy1978uk/bone-http/actions/workflows/master.yml/badge.svg)](https://github.com/delboy1978uk/bone-http/actions/workflows/master.yml/badge.svg) [![Code Coverage](https://camo.githubusercontent.com/44b1657c838aab6c7deb7f81dddc4370002c173e013ae41ee1fed488413c17e0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64656c626f7931393738756b2f626f6e652d687474702f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/delboy1978uk/bone-http/?branch=master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/3eb9a70d0b73137028efb24fcf284a8ceeac06f2169ed9170fd5aaf67ae83d1b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64656c626f7931393738756b2f626f6e652d687474702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/delboy1978uk/bone-http/?branch=master)

Http Middleware stack and HAL middleware for Bone Framework.

installation
------------

[](#installation)

This is a core package of Bone Framework. It is installed by default.

### usage

[](#usage)

#### middleware stack

[](#middleware-stack)

To add application wide middleware that will run pre-routing, just add your middleware class into your `config/middleware.php` file. For instance, to use the `delboy1978uk/bone-firewall` middleware:

```
