2017 © Pedro Peláez
 

library laravel-ascii-middleware

image

aviator/laravel-ascii-middleware

  • Friday, October 13, 2017
  • by danielsdeboer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

Overview

Transform user input to ASCII with this middleware. Useful in dealing with legacy components where UTF-8 may break things., (*2)

Installation

Via Composer:, (*3)

composer require aviator/laravel-ascii-middleware

Testing

Via Composer:, (*4)

composer test

Usage

Use like any other middleware. You can register it if you like or just call it by class name:, (*5)

public function __construct ()
{
    $this->middleware(LaravelAsciiMiddleware::class);
}

The Versions

13/10 2017

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

13/10 2017

1.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires