承接 sourcepot/ops 相关项目开发

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

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

sourcepot/ops

最新稳定版本:v1.3.0

Composer 安装命令:

composer require sourcepot/ops

包简介

Wrapper Open Patent Services of the European Patent Office

README 文档

README

OPS is a web service which provides access to the European Patent Office's data. You need to have an user account with the European Patent Office to access the service. For details see: EPO OPS web page

This API consists of a PHP class and an interface as well as helper files. For evaluation purposes this respository can be installed as a "stand-alone" web application on your server by running: composer create-project sourcepot/ops {add your target directory here} This allows you to run the evaluation web page.

Alternatively, you can add this respository to your project by adding ..."sourcepot/ops":">=v..."... to the list of required external components to your project´s composer.json file.

Sample code

namespace SourcePot\OPS;
	
mb_internal_encoding("UTF-8");

require_once('../../vendor/autoload.php');

// create the ops object using the login credentials
$ops=new ops($appName,$consumerKey,$consumerSecretKey);

// number service request 
$nService=$ops->request('GET','rest-services/number-service/application/original/(EP20163530A)/docdb');

// family service, get bibliographic data
$biblio=$ops->request('GET','rest-services/family/application/docdb/'.$nService['country'].'.'.$nService['doc-number'].'.'.$nService['kind'].'.'.$nService['date'].'/biblio');

var_dump($biblio);

Evaluation Web Page

An evaluation web page is provided with this package. Here is a screenshot of the evaluation web page:

Evaluation web page

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-06-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固