承接 matt-cannon/blm 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

matt-cannon/blm

Composer 安装命令:

composer require matt-cannon/blm

包简介

Rightmove BLM Parser

README 文档

README

#MattCannon\Blm Rightmove BLM parser for PHP - Please see (http://mattcannon.github.io/rightmove/)[http://mattcannon.github.io/rightmove/]

##Current Status

  • Master:Build Status
  • Develop:Build Status

##Requirements

  • PHP 5.4+

##Installation ###Composer To install this package using composer, run: composer require matt-cannon/blm:0.2.*

##Usage To use the parser you should create a new instance of the Parser class, then set the BLM contents, or pass in a file path to a BLM. To access the data in the BLM, you should call parseBlm().

$adapter = new \League\Flysystem\Adapter\Local('/data/');
$loader = new BlmFileLoader(new League\Flysystem\Filesystem($adapter),'BlmFile.blm');
$parser = new \MattCannon\Blm\Parser(new \Psr\Log\NullLogger(),$loader);
$data = $parser->parseBlm();

foreach($data as $property){
   var_dump($property);
}

You can access the property attributes like so:

<?php
$property = $collection->first();
echo $property->displayAddress;
echo $property->price;

##Public API To see a full list of all public methods, please look at the interface files in src/MattCannon/Blm/Interfaces - if a method isn't listed in these files, then it may disappear or change it's behavior without notice.

统计信息

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

GitHub 信息

  • Stars: 8
  • Watchers: 1
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-10-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固