PHPackages                             bradtech/localbitcoins-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. bradtech/localbitcoins-client

ActiveProject[HTTP &amp; Networking](/categories/http)

bradtech/localbitcoins-client
=============================

A Http Client to authenticate with Localbitcoins API

01PHP

Since Jun 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/brad-tech/localbitcoins-client)[ Packagist](https://packagist.org/packages/bradtech/localbitcoins-client)[ RSS](/packages/bradtech-localbitcoins-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

localbitcoins-client
====================

[](#localbitcoins-client)

A Localbitcoins Client for PHP with minimal dependencies. Should work right off the box.

Documentation for the Localbitcoins API can be found here: .

Installing
----------

[](#installing)

Make sure you have cURL enabled in your php environment.

```
php --ri curl
```

you should see this text on your terminal:

`cURL support => enabled`

Install with composer

```
composer require bradtech/localbitcoins-client
```

Usage
-----

[](#usage)

To use the HMAC Authentication Client, create a new`HMACAuthenticationClient` object and initialize with the HMAC key and secret from Localbitcoins.

```
