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 yesterday

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 47% 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://avatars.githubusercontent.com/u/9458?v=4)[Romain Dardour](/maintainers/unity)[@unity](https://github.com/unity)

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

![](https://avatars.githubusercontent.com/u/1029525?v=4)[Michał Rączka](/maintainers/michaloo)[@michaloo](https://github.com/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

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k14](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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