PHPackages                             sourcepot/ops - 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. sourcepot/ops

ActiveLibrary

sourcepot/ops
=============

Wrapper Open Patent Services of the European Patent Office

v1.3.0(11mo ago)01761MITPHPPHP &gt;=8.0

Since Jun 3Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/SourcePot/ops)[ Packagist](https://packagist.org/packages/sourcepot/ops)[ Docs](https://datapool.info)[ RSS](/packages/sourcepot-ops/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (24)Used By (1)

PHP API for the Open Patent Service
===================================

[](#php-api-for-the-open-patent-service)

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](https://www.epo.org/en/searching-for-patents/data/web-services/ops "Link to the EPA 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
-----------

[](#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
-------------------

[](#evaluation-web-page)

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

[![Evaluation web page](./assets/evaluation-page.png)](./assets/evaluation-page.png)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance52

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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 ~34 days

Recently: every ~174 days

Total

23

Last Release

339d ago

Major Versions

v0.3.1 → v1.0.02024-03-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/203fc800c6762aad4804f2e278a35262e603691a057035ff200827499e53f434?d=identicon)[SourcePot](/maintainers/SourcePot)

---

Top Contributors

[![SourcePot](https://avatars.githubusercontent.com/u/115737488?v=4)](https://github.com/SourcePot "SourcePot (73 commits)")

---

Tags

patentsOpen Patent ServicePatents

### Embed Badge

![Health badge](/badges/sourcepot-ops/health.svg)

```
[![Health](https://phpackages.com/badges/sourcepot-ops/health.svg)](https://phpackages.com/packages/sourcepot-ops)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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