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
- Host: GitHub
- URL: https://github.com/shaunthegeek/confluence-sdk-php
- Owner: shaunthegeek
- License: mit
- Created: 2021-06-29T12:20:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T13:09:42.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T18:34:03.395Z (3 months ago)
- Language: PHP
- Homepage: https://packagist.org/packages/sinkcup/confluence-sdk-php
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Confluence SDK for PHP
[](https://github.com/sinkcup/confluence-sdk-php/actions/workflows/ci.yml)
[](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/`.