定制 tomflidr/sreality-configurable-rss 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

tomflidr/sreality-configurable-rss

Composer 安装命令:

composer require tomflidr/sreality-configurable-rss

包简介

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

README 文档

README

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

Latest Stable Version PHP Version

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

  • 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.

统计信息

  • 总下载量: 20
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2018-01-02

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固