Files
releases/docs/website/content/integrations/php-authorization.md
T
Charlie Egan 35da78715d docs: Validate ecosystem keys (#6522)
At the moment we have some entries with . chars in their ids, this makes
the hugo page look up break, so now these are validated to be
sausage-case-values.

Signed-off-by: Charlie Egan <charlie@styra.com>
2024-01-11 13:42:43 +00:00

754 B

title, labels, software, tutorials, code, inventors, docs_features
title labels software tutorials code inventors docs_features
PHP OPA Library
layer category
network application
php
https://coil.com/p/segra/OPA-for-API-Authorization-with-Slim-PHP/H-7YsQL2m
https://github.com/segrax/opa-php-examples
https://github.com/segrax/openpolicyagent
https://github.com/build-security/opa-symfony-middleware
build-security
rest-api-integration
note
This library provides a PHP wrapper around the OPA REST API. It can update policies and query for decisions. See the [project README](https://github.com/segrax/openpolicyagent) for various examples.

These integrations demonstrate using OPA to perform API authorization in PSR-15 and Symfony compliant frameworks.