PHPackages                             fahdi/simplyrets - 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. fahdi/simplyrets

ActiveLibrary[API Development](/categories/api)

fahdi/simplyrets
================

A PHP library for working with the SimplyRETS API

v1.0.0(7y ago)0321MITPHPPHP &gt;=5.3.0

Since Dec 7Pushed 1y agoCompare

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

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

SimplyRETS
==========

[](#simplyrets)

A PHP library for working with the [SimplyRETS](https://docs.simplyrets.com/) API.

Install
-------

[](#install)

Install via Composer.

Usage
-----

[](#usage)

Make a method request and pass all params as a single array.

```
use Fahdi\SimplyRETS;

// make a request for multiple listings
$response = SimplyRETS::properties([
	'api_key' => 'simplyrets', // required
	'api_secret' => 'simplyrets', // required
	'status' => 'active',
]);

// make a request for a specific listing
$response = SimplyRETS::properties([
	'api_key' => 'simplyrets', // required
	'api_secret' => 'simplyrets', // required
	'mls_id' => '1234',
]);
```

For more information about available methods and optional search parameters consult the [documentation](https://docs.simplyrets.com/).

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

2762d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d350bc926c439ea6905473fcd53066296e6294fad033ec17d74a88e7b5054a9?d=identicon)[fahdi](/maintainers/fahdi)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)[travis/wordpress

A PHP library for working w/ the Wordpress API plugin.

771.6k](/packages/travis-wordpress)

PHPackages © 2026

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