PHPackages                             tomflidr/sreality-configurable-rss - 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. tomflidr/sreality-configurable-rss

ActiveApplication

tomflidr/sreality-configurable-rss
==================================

Sreality.cz Custom Configurable RSS Channel With Images And Google Maps.

v2.1.0(4y ago)420BSD-3-ClausePHPPHP &gt;=5.3.0

Since Jan 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tomFlidr/sreality-configurable-rss)[ Packagist](https://packagist.org/packages/tomflidr/sreality-configurable-rss)[ RSS](/packages/tomflidr-sreality-configurable-rss/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (2)Versions (5)Used By (0)

Sreality.cz - FREE Configurable RSS Channel
===========================================

[](#srealitycz---free-configurable-rss-channel)

Sreality.cz FREE Custom Configurable RSS Channel With Images And Google Maps.

[![Latest Stable Version](https://camo.githubusercontent.com/bf2ef15aa7405b65042bb339139059544da4c1226fc62f974626d3e3348b532b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f537461626c652d76322e302e302d627269676874677265656e2e7376673f7374796c653d706c6173746963)](https://github.com/tomflidr/sreality-configurable-rss/releases)[![PHP Version](https://camo.githubusercontent.com/76dde1f500b6da89c2e2a22b7e1e91c8e11ec884bf3aaeb1d295a9ed2f17f605/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d2533453d352e332d627269676874677265656e2e7376673f7374796c653d706c6173746963)](https://camo.githubusercontent.com/76dde1f500b6da89c2e2a22b7e1e91c8e11ec884bf3aaeb1d295a9ed2f17f605/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d2533453d352e332d627269676874677265656e2e7376673f7374796c653d706c6173746963)

Instalation
-----------

[](#instalation)

```
# load project into 'development' directory, if directory doesn't exists, create it
composer create-project tomflidr/sreality-configurable-rss
```

- create single database with single table in your MySQL/MariaDB server to cache loaded items: ```
    CREATE DATABASE `sreality` /*!40100 COLLATE 'utf8_general_ci' */
    USE `sreality`;
    CREATE TABLE `rss_estates` (
       `id` VARCHAR(255) NOT NULL,
       `data` TEXT NOT NULL,
       INDEX `id` (`id`)
    ) COLLATE='utf8_general_ci' ENGINE=InnoDB;

    ```
- open `config.php` in your favorite text editor
    - set up `$mySqlConfig` array to connect into database for cached items
    - [Get and copy Google Maps API key](https://developers.google.com/maps/documentation/static-maps/?refresh=1&pli=1) into `$googleMapsApiKey`
    - configure `$realEstatesSearchConfig` array by commenting and uncommenting values you want or don't want
- call `index.php` over HTTP(s) in your favorite web server (Apache/IIS/Nginx) and follow instructions there:-)

TODO
----

[](#todo)

- implement RSS items date property
    - before previous data are truncated in db, select them, compare guids from old items and new items and if there is the same guid, transfer date from previous item already in database into new item. For items without any date - add current time(). Then truncate previous data and insert new items.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Every ~480 days

Total

4

Last Release

1609d ago

Major Versions

v1.0.1 → v2.0.02018-02-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/a68d9cd696ed584a9ee742fa089d0650f4f7a95754bf5d9ee301e6c9013df3fd?d=identicon)[tomFlidr](/maintainers/tomFlidr)

---

Top Contributors

[![tomFlidr](https://avatars.githubusercontent.com/u/1833722?v=4)](https://github.com/tomFlidr "tomFlidr (20 commits)")

---

Tags

rssfree newsconfigurablechannelsreality

### Embed Badge

![Health badge](/badges/tomflidr-sreality-configurable-rss/health.svg)

```
[![Health](https://phpackages.com/badges/tomflidr-sreality-configurable-rss/health.svg)](https://phpackages.com/packages/tomflidr-sreality-configurable-rss)
```

###  Alternatives

[binshops/laravel-blog

Simple blog package (with admin panel) for Laravel. Includes all views, controllers, routes and can add a blog to any existing Laravel app. Fully customisable blog (view, urls, and many other options). Includes image uploads and a pretty admin interface to manage your blog. Defaults to /blog but you can change it to anything.

48447.0k](/packages/binshops-laravel-blog)[php-feed-io/feed-io

PHP library built to consume and serve JSONFeed / RSS / Atom feeds

15218.4k8](/packages/php-feed-io-feed-io)

PHPackages © 2026

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