Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 888 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 888 Bytes

CORS-Silex

Cross-site HTTP requests middleware for Silex

Latest Stable Version License Total Downloads Scrutinizer Code Quality

Module installation

In your project root folder

  1. composer require texthtml/cors-silex
  2. In your Silex container configuration, register the CORSMiddleware:
$app->register(new TH\Silex\CORS\CORSProvider);