An open API service indexing awesome lists of open source software.

https://github.com/mrcrmn/laravel-http2-push

Easily utilise the HTTP/2 Server Push feature in your Laravel App.
https://github.com/mrcrmn/laravel-http2-push

http2 laravel push server

Last synced: 5 months ago
JSON representation

Easily utilise the HTTP/2 Server Push feature in your Laravel App.

Awesome Lists containing this project

README

          

# Http2Push

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Total Downloads][ico-downloads]][link-downloads]

This package allows you to easily utilize the HTTP/2 push feature in your Laravel Apps.

## Installation

Via Composer

``` bash
$ composer require mrcrmn/laravel-http2-push
```

## Documentation

For the docs visit: https://mrcrmn.dev/packages/laravel-http2-push/

## Testing

``` bash
$ composer test
```

## Contributing

Please see [contributing.md](contributing.md) for details and a todolist.

## Security

If you discover any security related issues, please email author email instead of using the issue tracker.

## Credits

- [Marco Reimann](https://mrcrmn.dev)

## License

MIT. Please see the [license file](license.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/mrcrmn/laravel-http2-push.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/mrcrmn/laravel-http2-push.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/mrcrmn/laravel-http2-push/master.svg?style=flat-square
[ico-styleci]: https://styleci.io/repos/12345678/shield

[link-packagist]: https://packagist.org/packages/mrcrmn/laravel-http2-push
[link-downloads]: https://packagist.org/packages/mrcrmn/laravel-http2-push
[link-travis]: https://travis-ci.org/mrcrmn/laravel-http2-push
[link-styleci]: https://styleci.io/repos/12345678
[link-author]: https://github.com/mrcrmn
[link-contributors]: ../../contributors