PHPackages                             hull/hull - 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. hull/hull

ActiveLibrary[API Development](/categories/api)

hull/hull
=========

Hull PHP SDK

76.9k4[3 issues](https://github.com/hull/hull-php/issues)PHP

Since Mar 20Pushed 5y ago13 watchersCompare

[ Source](https://github.com/hull/hull-php)[ Packagist](https://packagist.org/packages/hull/hull)[ RSS](/packages/hull-hull/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Hull PHP client
===============

[](#hull-php-client)

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

[](#installation)

If you are using composer, just add `hull/hull` to your `composer.json` file :

```
{
  "name" : "my-org/my-awesome-hull-project",
  "version" : "0.1.0",
  "require" : {
    "hull/hull": "dev-master"
  }
}

```

Please checkout [Composer's documentation here](http://getcomposer.org/).

Usage
-----

[](#usage)

### Configuration

[](#configuration)

```
  ',
    orgUrl: 'https://',
    userHash: '',
    debug: true // optional
  })

```

To give / remove "admin" access to those users you can add the "is\_admin" flag to your userHash.

example:

```

  Hull.init({
    appId: '',
    orgUrl: 'https://',
    userHash: '',
    debug: true // optional
  })

```

### Windows users

[](#windows-users)

If you're a Windows user, you may encounter an issue that prevents hull from making requests. This is due to the default implementation of SSL. If you're running into any kind of trouble under Windows, activate debug mode as indicated above. Doing so will allow you to perform requests as expected.

Please note that you should not keep this activated in production, as it must be fixed system-wide for security reasons.

We do not mitigate on security. Period.

Contributing
------------

[](#contributing)

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance11

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60.4% 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/fcdfe4463f94a8bae5d801fb33f8c172810aa642ea3a243397935c28b4cac528?d=identicon)[unity](/maintainers/unity)

![](https://www.gravatar.com/avatar/70768687f5972c96b4908adaf529de4b94cd3a40d924385553a78aa9c0a7efa0?d=identicon)[Stephane Bellity](/maintainers/Stephane%20Bellity)

![](https://www.gravatar.com/avatar/32ea08ef1e0ae4715cdc82c55b5b4ec18373f7b3d0b2ed286ef13163b9772b89?d=identicon)[michaloo](/maintainers/michaloo)

---

Top Contributors

[![sbellity](https://avatars.githubusercontent.com/u/4250?v=4)](https://github.com/sbellity "sbellity (32 commits)")[![xcambar](https://avatars.githubusercontent.com/u/657654?v=4)](https://github.com/xcambar "xcambar (14 commits)")[![michaloo](https://avatars.githubusercontent.com/u/1029525?v=4)](https://github.com/michaloo "michaloo (2 commits)")[![oliger](https://avatars.githubusercontent.com/u/203411?v=4)](https://github.com/oliger "oliger (2 commits)")[![twmbx](https://avatars.githubusercontent.com/u/536306?v=4)](https://github.com/twmbx "twmbx (2 commits)")[![mathieuravaux](https://avatars.githubusercontent.com/u/38495?v=4)](https://github.com/mathieuravaux "mathieuravaux (1 commits)")

### Embed Badge

![Health badge](/badges/hull-hull/health.svg)

```
[![Health](https://phpackages.com/badges/hull-hull/health.svg)](https://phpackages.com/packages/hull-hull)
```

###  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)
