slick / cors
A CORS module for Slick Framework
v0.3.0
2024-10-07 00:14 UTC
Requires
- php: >=8.2
- slick/configuration: ^2.2@dev
- slick/error-handler: >=v0.4.0
- slick/http: >=v3.0.3
- slick/json-api: ^1.0@dev
- slick/module-api: >=v0.4.0
- symfony/routing: 7.2.x-dev
Requires (Dev)
- phpmd/phpmd: dev-master
- phpspec/prophecy: 1.x-dev
- phpspec/prophecy-phpunit: 2.x-dev
- phpstan/phpstan: 2.0.x-dev
- phpunit/phpunit: 11.3.x-dev
- squizlabs/php_codesniffer: 4.0.x-dev
README
Slick\Cors
Slick module that effortlessly enables Cross-Origin Resource Sharing (CORS) for
secure and flexible API interactions.
This package is compliant with PSR-2 code standards and PSR-4 autoload standards. It also applies the semantic version 2.0.0 specification.
Install
Via Composer
$ composer require slick/cors
Remember to enable the module with:
$ composer enable cors
Testing
$ vendor/bin/phpunit
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email silvam.filipe@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.