PHP Package: asm89/stack-cors

Powerful PHP library for handling Cross-Origin Resource Sharing (CORS) headers efficiently

Current Version: 2.3.0
Last Updated: 2025-03-13
PHP Requirement: ^7.3|^8.0
Dependencies: None

Package Description

Stack-CORS library is a robust solution designed to streamline handling of Cross-Origin Resource Sharing headers in PHP applications. With a focus on performance and reliability, it simplifies CORS management, enabling seamless communication between web resources hosted on different domains. This library offers comprehensive functionality and flexible configuration options to ensure secure and efficient cross-origin requests in your projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.3.0

Download Download v2.3.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/asm89/stack-cors/2.3.0/loader.php';
use Asm89\StackCORS\CorsService;

$obj = new CorsService();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.