Skip to content

Commit

Permalink
chore: Update README.md (#9)
Browse files Browse the repository at this point in the history
* chore: Update README.md

Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>

* Update pr.yaml workflow

Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
  • Loading branch information
oguzhand95 authored Jun 29, 2022
1 parent e963cb2 commit 728c469
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: CI

on:
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Cerbos PHP SDK
===============

[![Latest Stable Version](http://poser.pugx.org/cerbos/cerbos-sdk-php/v)](https://packagist.org/packages/cerbos/cerbos-sdk-php)
[![Latest Unstable Version](http://poser.pugx.org/cerbos/cerbos-sdk-php/v/unstable)](https://packagist.org/packages/cerbos/cerbos-sdk-php)
[![Total Downloads](http://poser.pugx.org/cerbos/cerbos-sdk-php/downloads)](https://packagist.org/packages/cerbos/cerbos-sdk-php)
[![License](http://poser.pugx.org/cerbos/cerbos-sdk-php/license)](https://packagist.org/packages/cerbos/cerbos-sdk-php)

PHP client library for the [Cerbos](https://github.com/cerbos/cerbos) open source access control solution. This library
includes RPC clients for accessing the Cerbos PDP.

Expand All @@ -9,6 +14,11 @@ Find out more about Cerbos at https://cerbos.dev and read the documentation at h
Installation
-------------

You can install the SDK via [Composer](https://getcomposer.org/). Run the following command:
```bash
composer require cerbos/cerbos-sdk-php
```

Examples
--------

Expand Down

0 comments on commit 728c469

Please sign in to comment.