PHPackages                             aleahy/saasu-connect - 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. aleahy/saasu-connect

ActiveLibrary

aleahy/saasu-connect
====================

Connect to and use the Saasu API

0.1(4y ago)01.2k↓50%1MITPHPPHP ^7.4|^8.0

Since Mar 20Pushed 4y ago1 watchersCompare

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

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

Saasu Connect
=============

[](#saasu-connect)

Overview
--------

[](#overview)

This php package allows for a connection to Saasu to make requests on the Saasu API.

It caters for searches, inserts and updates.

It uses [spatie/guzzle-rate-limiter-middleware](https://github.com/spatie/guzzle-rate-limiter-middleware)to meet the rate limitation of 1 request per second according to the [API Limits](https://www.saasu.com/help/api-limits).

Installing the package
----------------------

[](#installing-the-package)

Use composer to install the package.

```
composer require aleahy/saasu-connect
```

Usage
-----

[](#usage)

In order to connect to a Saasu file, you need a `username`, `password` and `file ID`.

### Connecting

[](#connecting)

```
$client = SaasuAPI::createClient($username, $password);
$connection = new SaasuAPI($client, $fileID);
```

Requests can then be made with the connection.

```
use Aleahy\SaasuConnect\Entities\Invoice as SaasuInvoice;

$connection->findEntity(SaasuInvoice::class, [
  'AmountOwed' => 490.0
]);
```

### Available Methods

[](#available-methods)

The following methods currently exist:

`findEntity` - Finds the provided entity with the search attributes. Returns a collection of entities.

`insertEntity` - Makes a post request for the given entity with the provided attributes.

`getEntity` - Returns the specific entity with the given id.

`getAllEntities` - Returns all the entities in a single array.

### Available Entities

[](#available-entities)

- Company
- Contact
- Invoice

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1521d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2275333?v=4)[aleahy](/maintainers/aleahy)[@aleahy](https://github.com/aleahy)

---

Top Contributors

[![languagetub](https://avatars.githubusercontent.com/u/63945743?v=4)](https://github.com/languagetub "languagetub (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aleahy-saasu-connect/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[acclaro/translations

Easily launch and manage multilingual Craft websites without having to copy/paste content or manually track updates.

1229.5k](/packages/acclaro-translations)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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