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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sourcepot/ops

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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

Wrapper Open Patent Services of the European Patent Office

v1.3.0(1y ago)01801MITPHPPHP &gt;=8.0

Since Jun 3Pushed 1y 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 today

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 77% of packages

Maintenance48

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community11

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

384d ago

Major Versions

v0.3.1 → v1.0.02024-03-03

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/115737488?v=4)[Carsten Wallenhauer](/maintainers/SourcePot)[@SourcePot](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k122](/packages/oat-sa-tao-core)

PHPackages © 2026

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