PHPackages                             grantholle/pear-services-yadis - 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. [API Development](/categories/api)
4. /
5. grantholle/pear-services-yadis

ActiveLibrary[API Development](/categories/api)

grantholle/pear-services-yadis
==============================

A psr-4 compliant port of pear/services\_yadis, an implementation of the Yadis Specification 1.0 protocol

2.0.0(3y ago)16251BSD-2-ClausePHPPHP ^8.1

Since May 19Pushed 3y agoCompare

[ Source](https://github.com/grantholle/pear-services-yadis)[ Packagist](https://packagist.org/packages/grantholle/pear-services-yadis)[ Docs](https://github.com/grantholle/pear-services-yadis)[ RSS](/packages/grantholle-pear-services-yadis/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (3)Versions (10)Used By (1)

Yadis
=====

[](#yadis)

Implementation of the [Yadis 1.0 protocol](http://archive.cweiske.de/yadis/yadis-v1.0.html).

Installation
------------

[](#installation)

```
composer require grantholle/pear-services-yadis
```

Usage
-----

[](#usage)

```
use Pear\Services\Yadis\Yadis;

$openid = 'http://padraic.astrumfutura.com';
$yadis = new Yadis($openid);
$yadis->addNamespace('openid', 'http://openid.net/xmlns/1.0');
$serviceList = $yadis->discover();

foreach ($serviceList as $service) {
    $types = $service->getTypes();
    echo $types[0], ' at ', implode(', ', $service->getUris()), PHP_EOL;
    echo 'Priority is ', $service->getPriority(), PHP_EOL;
}
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~228 days

Total

9

Last Release

1227d ago

Major Versions

v0.5.3 → 1.0.02020-08-16

1.0.4 → 2.0.02023-02-15

PHP version history (3 changes)1.0.0PHP ^7.2

1.0.4PHP ^7.2|^8.0

2.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/57ed974235b4a23e6aaf9d9039bff2b0d1268edc0e44ebab6e60e4bf1e6eb144?d=identicon)[grantholle](/maintainers/grantholle)

---

Top Contributors

[![grantholle](https://avatars.githubusercontent.com/u/1189456?v=4)](https://github.com/grantholle "grantholle (9 commits)")[![CloCkWeRX](https://avatars.githubusercontent.com/u/365751?v=4)](https://github.com/CloCkWeRX "CloCkWeRX (7 commits)")[![cweiske](https://avatars.githubusercontent.com/u/59036?v=4)](https://github.com/cweiske "cweiske (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/grantholle-pear-services-yadis/health.svg)

```
[![Health](https://phpackages.com/badges/grantholle-pear-services-yadis/health.svg)](https://phpackages.com/packages/grantholle-pear-services-yadis)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)[pixelant/pxa-social-feed

Add Facebook, Instagram, and Twitter feeds to your site.

2349.3k](/packages/pixelant-pxa-social-feed)

PHPackages © 2026

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