Skip to content
View marcguyer's full-sized avatar

Sponsoring

@sebastianbergmann
@weierophinney
@Ocramius

Highlights

  • Pro

Organizations

@Cineamo
Block or Report

Block or report marcguyer

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. mezzio/mezzio-authentication-oauth2 mezzio/mezzio-authentication-oauth2 Public

    OAuth2 (server) authentication middleware for Mezzio and PSR-7 applications.

    PHP 24 16

  2. mezzio-doctrine-oauth2-example mezzio-doctrine-oauth2-example Public

    Source code for Mezzio Example blog post

    PHP 5 1

  3. version-middleware version-middleware Public

    Provides version detection, making versioned resource routing possible in PSR-7 applications.

    PHP 9 2

  4. PSR-7 PSR-15 middleware to convert s... PSR-7 PSR-15 middleware to convert subdomain to base path
    1
    <?php
    2
    
                  
    3
    declare(strict_types=1);
    4
    
                  
    5
    namespace Api\Middleware;
  5. Functional test abstract using phpun... Functional test abstract using phpunit, Expressive, Doctrine ORM, OAuth2, PSR7, PSR15
    1
    <?php
    2
    
                  
    3
    declare(strict_types=1);
    4
    
                  
    5
    namespace FunctionalTest;
  6. zend-expressive-path-segregation zend-expressive-path-segregation Public

    Sample path-segregated module in Zend Expressive 3

    PHP 3