PHPackages                             guillermoandrae/php-highrise-api - 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. [API Development](/categories/api)
4. /
5. guillermoandrae/php-highrise-api

ActiveLibrary[API Development](/categories/api)

guillermoandrae/php-highrise-api
================================

A PHP client for the Highrise API.

062PHP

Since Aug 7Pushed 6y agoCompare

[ Source](https://github.com/guillermoandrae/php-highrise-api)[ Packagist](https://packagist.org/packages/guillermoandrae/php-highrise-api)[ RSS](/packages/guillermoandrae-php-highrise-api/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Highrise API Client
=======================

[](#php-highrise-api-client)

[![Travis](https://camo.githubusercontent.com/f4a58e1131ff9561847b5a8b22f6722fbd45c1f43ae5fe6c71009496db47c94b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6775696c6c65726d6f616e647261652f7068702d68696768726973652d6170692e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/guillermoandrae/php-highrise-api) [![Scrutinizer](https://camo.githubusercontent.com/32325bf606a8e469c4a65d4dc87ef821bf5bc3097d70f11a93a97b9ebf280a00/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6775696c6c65726d6f616e647261652f7068702d68696768726973652d6170692e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/guillermoandrae/php-highrise-api/) [![Scrutinizer Coverage](https://camo.githubusercontent.com/cec73c0bf2609e43a41838add5834c65d28eaffe6791cfee290d40fbb75d4168/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6775696c6c65726d6f616e647261652f7068702d68696768726973652d6170692e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/guillermoandrae/php-highrise-api/) [![PHP from Travis config](https://camo.githubusercontent.com/47f612557e9aa1cc494057100d13139cb85f38a26309bf718f669f351aa77b6d/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7068702d762f6775696c6c65726d6f616e647261652f7068702d68696768726973652d6170692e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/guillermoandrae/php-highrise-api)

See the [Highrise API documentation](https://github.com/basecamp/highrise-api) for information about specific resources.

Installation
------------

[](#installation)

Do this, then relax:

```
composer require guillermoandrae/php-highrise-api

```

Getting Started
---------------

[](#getting-started)

To use the client, instantiate it and use either the `resource()` method or one of the many aliases available through the `__call()` method. For example, to get a list of all of the users associated with your account, you can do the following:

```
use Guillermoandrae\Highrise\Client\Client;

$subdomain = 'xxxxxx'; // add your subdomain here
$token = '1234567890'; // add your token

$client = new Client($subdomain, $token);
$users = $client->users()->findAll();
var_dump($users);
```

To see which aliases are available, check the [docblock of the `Client` class](https://github.com/guillermoandrae/php-highrise-api/blob/master/src/Client/Client.php).

Testing
-------

[](#testing)

Run the following command to make sure you don't ruin the code coverage percentage:

```
composer check-coverage

```

Run the following command to make sure your code is appropriately styled:

```
composer check-style

```

Run the following command to invoke both of the above commands easily:

```
composer test

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d2506dcc85d5af658321cdb08df33f0ebb585c04f24bfcca0f8c05dd6f68bc0f?d=identicon)[guillermoandrae](/maintainers/guillermoandrae)

---

Top Contributors

[![guillermoandrae](https://avatars.githubusercontent.com/u/133861?v=4)](https://github.com/guillermoandrae "guillermoandrae (61 commits)")

### Embed Badge

![Health badge](/badges/guillermoandrae-php-highrise-api/health.svg)

```
[![Health](https://phpackages.com/badges/guillermoandrae-php-highrise-api/health.svg)](https://phpackages.com/packages/guillermoandrae-php-highrise-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
