PHPackages                             nickstarlight/spdy - 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. nickstarlight/spdy

ActiveLibrary

nickstarlight/spdy
==================

Opinionated amalgamation of libraries for creating blazing fast, reliable and modern REST API's with PHP using RoadRunner

0.0.1-rc1(3y ago)223WTFPLPHPPHP ^8.1

Since Jun 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/NickStarlight/php-spdy)[ Packagist](https://packagist.org/packages/nickstarlight/spdy)[ RSS](/packages/nickstarlight-spdy/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (6)Versions (3)Used By (0)

SPDY PHP
========

[](#spdy-php)

[![Static Analysis](https://github.com/nickstarlight/php-spdy/actions/workflows/github-actions-static-analysis.yml/badge.svg)](https://github.com/nickstarlight/php-spdy/actions/workflows/github-actions-static-analysis.yml/badge.svg)[![PHP Version](https://camo.githubusercontent.com/1c18325cef6c4786a47aea4f82e06402cf7dbaa625992b112f557fee2dd58a7b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50485025323056657273696f6e2d382e312d696e666f726d6174696f6e616c)](https://camo.githubusercontent.com/1c18325cef6c4786a47aea4f82e06402cf7dbaa625992b112f557fee2dd58a7b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50485025323056657273696f6e2d382e312d696e666f726d6174696f6e616c)[![Coding Style](https://camo.githubusercontent.com/93ec037ddf5e38df27251ca1c0c50f6e8f2f247bfc5bf1f40f84e49b2a3c94bd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f64696e672532305374796c652d5053522d2d31322d79656c6c6f77)](https://camo.githubusercontent.com/93ec037ddf5e38df27251ca1c0c50f6e8f2f247bfc5bf1f40f84e49b2a3c94bd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f64696e672532305374796c652d5053522d2d31322d79656c6c6f77)[![License: WTFPL](https://camo.githubusercontent.com/be79f3b609d14c3d70af2cbce53b2e9e2fa2930733a90a993d6e88469bc4db3a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d575446504c2d627269676874677265656e2e737667)](http://www.wtfpl.net/about/)

About
-----

[](#about)

Spdy PHP is an opinionated amalgamation of libraries for creating blazing fast, reliable and modern REST API's with PHP using RoadRunner.

By using sane industry standard defaults, Spdy lets you focus on your application business value, instead of wasting cycles choosing and re-choosing various technologies and configurations.

On the most high level definition, Spdy is just implementing battle tested, industry standard libraries for PHP and bundling it together to form a fast and reliable skeleton for your REST API's.

Getting Stared
--------------

[](#getting-stared)

1. Install Spdy

```
composer require nickstarlight/spdy
```

2. Implement your application basic structure:

```
