yii2-psr7-bridge icon indicating copy to clipboard operation
yii2-psr7-bridge copied to clipboard

A PSR7 Bridge and PSR-15 adapter for Yii2

Results 3 yii2-psr7-bridge issues
Sort by recently updated
recently updated
newest added

removed unneeded yidas/yii2-bower-asset, added a few useful lines to gitignore, removed lockfile from git

dependencies

support sendFile and sendStreamAsFile for Response, it is ok with workerman ,hope to provide an idea, ```php use GuzzleHttp\Psr7\Utils; class Response extends \yii\Psr7\web\Response { /** * {@inheritDoc} */ public function...

enhancement

Hi! How fully disable sessions (using authclient with REST)? It always sends cookie. https://github.com/charlesportwoodii/yii2-psr7-bridge/blob/94c3c461a059541c4bc5e489b657c5f96bd62c75/src/web/Application.php#L115-L132