PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   Status 404 PHP Find Best Match Page   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Status 404 PHP Find Best Match Page
Find best match URL when accessing an invalid page
Author: By
Last change: Update composer.json
Date: 4 years ago
Size: 775 bytes
 

Contents

Class file image Download
{ "name": "peterkahl/not-found-alternative", "type": "library", "description": "When requested page URI is not found in the list of available pages, closest matching page URI will be found and a redirect header will be returned.", "keywords": ["seo", "redirects", "404"], "homepage": "https://github.com/peterkahl/status-404-find-best-match-page", "license": "Apache-2.0", "authors": [ { "name": "Peter Kahl", "email": "peter.kahl@colossalmind.com", "homepage": "https://www.colossalmind.com/", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "peterkahl\\NotFoundAlternative\\": "src/" } } }