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 today

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

34

—

LowBetter than 77% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity23

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

2595d ago

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

1.0.1PHP &gt;=5.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/eab5484c97bfb7986a94bd07dc11ba7aaee570eabd0dfb2ebbe5181c91ce0ad3?d=identicon)[bostjanpisler](/maintainers/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

4642.4M10](/packages/gabrielbull-ups-api)[wtfzdotnet/php-tmdb-api

PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.

4282.9k](/packages/wtfzdotnet-php-tmdb-api)[walle89/swedbank-json

Unofficial API client for the Swedbank's and Sparbanken's mobile apps in Sweden.

752.5k](/packages/walle89-swedbank-json)

PHPackages © 2026

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