An open API service indexing awesome lists of open source software.

https://github.com/shaunthegeek/confluence-sdk-php

Confluence SDK for PHP
https://github.com/shaunthegeek/confluence-sdk-php

Last synced: about 2 months ago
JSON representation

Confluence SDK for PHP

Awesome Lists containing this project

README

        

# Confluence SDK for PHP
[![CI](https://github.com/sinkcup/confluence-sdk-php/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/sinkcup/confluence-sdk-php/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/sinkcup/confluence-sdk-php/branch/main/graph/badge.svg?token=QkjkzgOvVD)](https://codecov.io/gh/sinkcup/confluence-sdk-php)

This project makes it easy for PHP developers to access [Confluence API](https://docs.atlassian.com/ConfluenceServer/rest/7.12.2/).

## Getting Started

```
composer require sinkcup/confluence-sdk-php
```

## Usage

see `tests/`.