承接 diasfs/platypus-plugin-vista-soft 相关项目开发

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

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

diasfs/platypus-plugin-vista-soft

Composer 安装命令:

composer require diasfs/platypus-plugin-vista-soft

包简介

Plugin to access the VistaSoft api

README 文档

README

Plugin to access the VistaSoft api

Installation

composer require diasfs/platypus-plugin-vista-soft

Configuration

	<?php
	/*
		File: application/config/app.php
	*/
	return array(
		...
		"vista" => array(
			"endpoint" => "http://sandbox-rest.vistahost.com.br",
			"api_key" => "c9fdd79584fb8d369a6a579af1a8f681"
		),
		...
	);

Usage

Execution a query

	<?php
	use Platypus\Plugin\VistaSoft;
	
	$query = array(
		"showtotal" => 1,
		"pesquisa" => array(
			"fields" => array(
				"Codigo",
				"UF",
				"Cidade",
				"Bairro"
			),
			"paginacao" => {
				"pagina" => 1,
				"quantidade" => 5
			}
		)
	);
	
	try {
		$rows = VistaSoft::exec("imoveis/listar", $query);
		print_r($rows);

		/*
			stdClass Object
			(
				[MF13993] => stdClass Object
					(
						[Codigo] => MF13993
						[UF] => RS
						[Cidade] => Porto Alegre
						[Bairro] => Centro
					)

				[MF13937] => stdClass Object
					(
						[Codigo] => MF13937
						[UF] => RS
						[Cidade] => Porto Alegre
						[Bairro] => Centro
					)

				[MF13004] => stdClass Object
					(
						[Codigo] => MF13004
						[UF] => RS
						[Cidade] => Porto Alegre
						[Bairro] => Floresta
					)

				[MF13362] => stdClass Object
					(
						[Codigo] => MF13362
						[UF] => RS
						[Cidade] => Porto Alegre
						[Bairro] => Floresta
					)

				[MF13731] => stdClass Object
					(
						[Codigo] => MF13731
						[UF] => RS
						[Cidade] => Porto Alegre
						[Bairro] => Floresta
					)

				[total] => 25539
				[paginas] => 5108
				[pagina] => 1
				[quantidade] => 5
			)
		*/
	} catch (\Exception $err) {
		echo $err->getMessage();
	}
	

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-08-22

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固