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.
- Host: GitHub
- URL: https://github.com/mrcrmn/laravel-http2-push
- Owner: mrcrmn
- License: mit
- Created: 2019-03-29T18:15:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T09:43:09.000Z (over 5 years ago)
- Last Synced: 2025-10-28T03:27:20.917Z (8 months ago)
- Topics: http2, laravel, push, server
- Language: PHP
- Homepage: https://mrcrmn.dev/packages/laravel-http2-push/
- Size: 62.5 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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