Roadrunner Easy

Integration layer for RoadRunner that allows to create easy integrations/bridges for RoadRunner.
Alternatives To Roadrunner Easy
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Laravel Zero3,319112 months ago227August 25, 202245PHP
A PHP framework for console artisans
Slugify2,7853,2353396 months ago39August 13, 202228mitPHP
Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.
Phpmon2,733
3 days ago2mitSwift
Lightweight, native Mac menu bar app that helps you manage multiple PHP installations, locate config files and more. Also interacts with Laravel Valet.
Php Ddd Example2,614
a month ago66PHP
🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 6
Open Ai1,653
10 days ago7November 04, 202213mitPHP
OpenAI PHP SDK : Most downloaded, forked, contributed, huge community supported, and used PHP (Laravel , Symfony, Yii, Cake PHP or any PHP framework) SDK for OpenAI GPT-3 and DALL-E. It also supports chatGPT-like streaming. (ChatGPT AI is supported)
Backup Manager1,626275145 months ago43July 05, 202214mitPHP
Database backup manager for dumping to and restoring databases from S3, Dropbox, FTP, SFTP, and Rackspace Cloud
Endoflife.date1,543
14 hours ago156mitRuby
Informative site with EoL dates of everything
Laravel Dump Server1,44810,9823294 months ago13October 22, 202026mitPHP
Bring Symfony's Var-Dump Server to Laravel
Laravel Telescope Toolbar735214 months ago28January 30, 202214mitPHP
A toolbar for Laravel Telescope, based on the Symfony Web Profiler.
Docksal634
2 months ago150mitShell
Unified, Docker 🐳 powered web development environments for macOS, Windows, and Linux
Alternatives To Roadrunner Easy
Select To Compare


Alternative Project Comparisons
Readme

Easy RoadRunner

Integration layer for RoadRunner that allows to create easy integrations/bridges for RoadRunner.

At this moment supports PSR7 and raw RoadRunner requests.

List of integrations using Easy

Framework/Library Link Status
Laravel UPDG/roadrunner-laravel Stable
Symfony UPDG/roadrunner-symfony Beta

Using different RoadRunner Relay

If you not using default relay (new \Spiral\Goridge\StreamRelay(STDIN, STDOUT)) you can pass relay object as second parameter of \updg\roadrunner\easy\RoadRunner().

How to create integrations

In order to create integration you have to implement PSR7IntegrationInterface or HttpIntegrationInterface.

After it you can use it as follows:

$integration = new MyAwesomeIntegration();
$bridge = new \updg\roadrunner\easy\RoadRunner($integration);
$bridge->run();
Popular Laravel Projects
Popular Symfony Projects
Popular Frameworks Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Php
Laravel
Symfony
Bridge
Relay