{"repo":"fruitcake/php-cors","free":true,"listed":false,"github":"https://github.com/fruitcake/php-cors","clone":"git clone https://github.com/fruitcake/php-cors.git","description":"CORS (Cross-Origin Resource Sharing) for your Symfony/Laravel requests","language":"PHP","stars":316,"topics":["php","cors","laravel","symfony","hacktoberfest"],"license":"MIT","category":"api-integrations-sdks","readme_excerpt":"CORS for PHP (using the Symfony HttpFoundation) Library and middleware enabling cross-origin resource sharing for your http-{foundation,kernel} using application. It attempts to implement the [W3C Recommendation] for cross-origin resource sharing. [W3C Recommendation]: http://www.w3.org/TR/cors/ Note: This is a standalone fork of https://github.com/asm89/stack-cors and is compatible with the options for CorsService. Installation Require fruitcake/php-cors using composer. Usage This package can be used as a library. You can use it in your framework using: - Stack middleware: https://github.com/asm89/stack-cors - Laravel: https://github.com/fruitcake/laravel-cors Options Option Description Default value ------------------------ ------------------------------------------------------------ --------------- allowedMethods Matches the request method. [] allowedOrigins Matches the request origin. [] allowedOriginsPatterns Matches the request origin with preg match . [] allowedHeaders Sets the Access-Control-Allow-Headers response header. [] exposedHeaders Sets the Access-Control-Expose-Headers response header. [] maxAge Sets the Access-Control-Max-Age response header. 0 supportsCredentials Sets the Access-Control-Allow-Credentials header. false The allowedMethods and allowedHeaders options are case-insensitive. You don't need to provide both allowedOrigins and allowedOriginsPatterns . If one of the strings passed matches, it is considered a valid origin. A wildcard in allowedOrigins ","default_branch":null,"files":null,"tree":[],"storefront":"/r/fruitcake","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/fruitcake/php-cors/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}