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 2mo 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

28

—

LowBetter than 54% of packages

Maintenance29

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

2711d 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M478](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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