PHPackages                             space-invoices/space-invoices-php - 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. space-invoices/space-invoices-php

ActiveLibrary[API Development](/categories/api)

space-invoices/space-invoices-php
=================================

Space invoices PHP sdk

1.0.1(7y ago)09.2k1[1 PRs](https://github.com/space-invoices/space-invoices-php/pulls)MITPHPPHP &gt;=5.6

Since Oct 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/space-invoices/space-invoices-php)[ Packagist](https://packagist.org/packages/space-invoices/space-invoices-php)[ RSS](/packages/space-invoices-space-invoices-php/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

Space Invoices PHP SDK
======================

[](#space-invoices-php-sdk)

[![Join the chat at https://gitter.im/space-invoices/space-invoices-php](https://camo.githubusercontent.com/87d16b1e24e8849c60902bd948cc0efa084772ee6888a53edc26743da0656a21/68747470733a2f2f6261646765732e6769747465722e696d2f73706163652d696e766f696365732f73706163652d696e766f696365732d7068702e737667)](https://gitter.im/space-invoices/space-invoices-php?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

The Space Invoices SDK provides an easy way to access Space Invoices API from application written PHP.

Documentation
-------------

[](#documentation)

**Detailed documentation about the API can be found at [docs.spaceinvoices.com](http://docs.spaceinvoices.com)**

**We also invite you to join our Slack community channel [Space Invaders](http://joinslack.spaceinvoices.com)**

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

[](#installation)

Install the package with [Composer](http://getcomposer.org/)

```
composer require space-invoices/space-invoices-php
composer install

```

Then you can use the Composer's [autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading)

```
require_once('vendor/autoload.php');
```

Usage
-----

[](#usage)

**TOKEN** and **ACCOUNT\_ID** can be obtained by signing up for a developer account on our website: [spaceinvoices.com](http://spaceinvoices.com)

```
Spaceinvoices\Spaceinvoices::setAccessToken('TOKEN');
```

Example usage of SpaceInvoices SDK for creating an Organization.

```
$accountId = 'ACCOUNT_ID';

$create = Spaceinvoices\Organizations::create($accountId, array(
  "name" => "SpaceX",
  "country" => "USA"
));

var_dump($create);
```

Visit our website [spaceinvoices.com](http://spaceinvoices.com)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.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.

###  Release Activity

Cadence

Every ~178 days

Total

2

Last Release

2689d ago

PHP version history (2 changes)1.0PHP &gt;=5.6.25

1.0.1PHP &gt;=5.6

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1169409?v=4)[Bostjan Pisler](/maintainers/bostjanpisler)[@bostjanpisler](https://github.com/bostjanpisler)

![](https://avatars.githubusercontent.com/u/26458507?v=4)[Jan Kužnik](/maintainers/kuznikjan)[@kuznikjan](https://github.com/kuznikjan)

---

Top Contributors

[![kuznikjan](https://avatars.githubusercontent.com/u/26458507?v=4)](https://github.com/kuznikjan "kuznikjan (38 commits)")[![gitter-badger](https://avatars.githubusercontent.com/u/8518239?v=4)](https://github.com/gitter-badger "gitter-badger (1 commits)")

---

Tags

apiwrapperinvoicinginvoicesspacebills

### Embed Badge

![Health badge](/badges/space-invoices-space-invoices-php/health.svg)

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

###  Alternatives

[gabrielbull/ups-api

PHP UPS API

4562.5M11](/packages/gabrielbull-ups-api)[php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.

16553.3k1](/packages/php-tmdb-laravel)[lasserafn/laravel-economic

Economic REST wrapper for Laravel

1120.2k](/packages/lasserafn-laravel-economic)

PHPackages © 2026

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