Bitbucket API wrapper for PHP
- PHP >= 7.1 with cURL extension.
- Buzz library or any HTTPlug compatible http client,
- PHPUnit to run tests. ( optional )
Via Composer:
$ composer require private-packagist/bitbucket-api php-http/guzzle6-adapter
Why do you need to require php-http/guzzle6-adapter
? We are decoupled from any HTTP messaging client with help by HTTPlug, so you can pick an HTTP client of your choice, guzzle is merely a recommendation.
See the examples folder for more detailed documentation.
bitbucket-api
is licensed under the MIT License - see the LICENSE file for details
This package is a successor to the api client library gentle/bitbucket-api by Alexandru Guzinschi.
Please see CONTRIBUTING for details.
For any security related issues, please send an email at [email protected] instead of using the issue tracker.