File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# segrax/opa-php-examples
2
2
3
- Examples of using Open Policy Agent (OPA) with the segrax/open-policy-agent library on PHP 7.3.
3
+ [ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg )] ( LICENSE.md )
4
+ [ ![ Build Status] ( https://api.travis-ci.com/segrax/opa-php-examples.svg )] ( https://travis-ci.com/segrax/openpolicyagent )
5
+
6
+ Examples of using Open Policy Agent (OPA) with the [ segrax/open-policy-agent] ( https://github.com/segrax/openpolicyagent ) library on PHP 7.3.
4
7
5
8
These examples are pre-configured to work out of the box and contain insecure JWTs / secret-key and must never be reused for any purpose.
6
9
7
10
The API is setup for xdebug including working [ @code ] ( https://code.visualstudio.com/ ) configuration.
8
11
9
12
All Examples make use of docker-compose, and executing the steps below will launch multiple contains.
10
13
11
- [ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg )] ( LICENSE.md )
12
- [ ![ Build Status] ( https://api.travis-ci.com/segrax/opa-php-examples.svg )] ( https://travis-ci.com/segrax/openpolicyagent )
13
14
14
15
15
16
## Includes
You can’t perform that action at this time.
0 commit comments