gentle/bitbucket-api
PHP Bitbucket API wrapper (PHP 5.4+) using cURL and Buzz. Provides a simple client for interacting with Bitbucket endpoints, with full documentation and optional PHPUnit test suite. MIT licensed.
Provides functionality for getting information from pages in a Bitbucket wiki, creating new pages, and updating them.
{% include auth.md var_name="wiki" class_ns="Repositories\Wiki" %}
$wiki->get($account_name, $repo_slug, 'Home');
$wiki->create($account_name, $repo_slug, 'Glossary', 'Page content !', '/Glossary');
$wiki->update($account_name, $repo_slug, 'Glossary', 'Dummy page content !');
How can I help you explore Laravel packages today?