PHPackages                             tswfi/ebirdieclient - 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. tswfi/ebirdieclient

ActiveLibrary[API Development](/categories/api)

tswfi/ebirdieclient
===================

Client for eBirdie api

v0.0.3(4y ago)010MITPHPPHP &gt;=7.1

Since Apr 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tswfi/ebirdieclient)[ Packagist](https://packagist.org/packages/tswfi/ebirdieclient)[ Docs](https://github.com/tswfi/ebirdieclient)[ RSS](/packages/tswfi-ebirdieclient/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

eBirdie client
==============

[](#ebirdie-client)

PHP client for talking with eBirdie soap service.

Usage
=====

[](#usage)

- Get wsdl url with basic auth information if required
- Get ebirdie username and password

See more [examples](https://github.com/tswfi/ebirdieclientexample)

Initialize client
-----------------

[](#initialize-client)

In this example the values are read from environment variables but of course you can set them however you like

```
  $client = new Client(getenv('EBIRDIE_WSDL'), getenv('EBIRDIE_LOGIN'), getenv('EBIRDIE_PASS'));
```

Running tests
-------------

[](#running-tests)

Tests read wsdl, user and key from environment variables

EBIRDIE\_WSDL=[https://USER:PASS@stage.uhs.golf.fi/docs/eBirdie\_API-2\_1\_1/ns0.wsdl](https://USER:PASS@stage.uhs.golf.fi/docs/eBirdie_API-2_1_1/ns0.wsdl)EBIRDIE\_LOGIN=username EBIRDIE\_PASS=apikey

```
EBIRDIE_WSDL=https://USER:PASS@stage.uhs.golf.fi/docs/eBirdie_API-2_1_1/ns0.wsdl EBIRDIE_LOGIN=username EBIRDIE_PASS=apikey ./vendor/bin/phpunit tests
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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

Total

3

Last Release

1498d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1352132?v=4)[Tatu Wikman](/maintainers/tswfi)[@tswfi](https://github.com/tswfi)

---

Top Contributors

[![tswfi](https://avatars.githubusercontent.com/u/1352132?v=4)](https://github.com/tswfi "tswfi (11 commits)")

---

Tags

ebirdiephpsoapcomposerclientpackage

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tswfi-ebirdieclient/health.svg)

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

###  Alternatives

[foxrp/rippled-php

A PHP library for communication with rippled. (The XRP Ledger)

432.5k](/packages/foxrp-rippled-php)[yo-uganda/yopaymentsphp

A PHP Library to interact with the Yo! Payments API.

122.4k](/packages/yo-uganda-yopaymentsphp)

PHPackages © 2026

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