Skip to content
View marcguyer's full-sized avatar

Sponsoring

@sebastianbergmann
@weierophinney
@Ocramius

Highlights

  • Pro

Organizations

@Cineamo
Block or Report

Block or report marcguyer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

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

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

    PHP 24 15

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

    Source code for Mezzio Example blog post

    PHP 4 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