PHPackages                             parkweb/ase-php - 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. parkweb/ase-php

ActiveLibrary

parkweb/ase-php
===============

Generic PHP SDK for All Seeing Eye event ingestion.

0.1.2(today)06↑2900%proprietaryPHPPHP ^8.2

Since Jul 23Pushed todayCompare

[ Source](https://github.com/Parkweb-IT-B-V/ase-php)[ Packagist](https://packagist.org/packages/parkweb/ase-php)[ RSS](/packages/parkweb-ase-php/feed)WikiDiscussions main Synced today

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

parkweb/ase-php
===============

[](#parkwebase-php)

Generic PHP SDK for All Seeing Eye.

```
composer require parkweb/ase-php php-http/discovery guzzlehttp/guzzle nyholm/psr7
```

```
use ParkWeb\Ase\Ase;
use ParkWeb\Ase\Client;
use ParkWeb\Ase\ClientOptions;
use ParkWeb\Ase\Dsn;
use ParkWeb\Ase\ErrorHandler;
use ParkWeb\Ase\Level;
use ParkWeb\Ase\Transport\BufferedTransport;
use ParkWeb\Ase\Transport\SyncTransport;

$options = ClientOptions::fromArray([
    'dsn' => $_ENV['ASE_DSN'],
    'release' => $_ENV['ASE_RELEASE'] ?? null,
    'sample_rate' => 1.0,
    'timeout' => 1.5,
    'max_retries' => 1,
    'gzip' => true,
    'send_default_pii' => false,
]);

$dsn = Dsn::parse($options->dsn);
$transport = new BufferedTransport(new SyncTransport($options, $dsn, $psr18Client, $requestFactory, $streamFactory, $logger));
$client = new Client($options, $transport);
Ase::init($client);
(new ErrorHandler($client))->register();

Ase::setUser(['id' => '123']);
Ase::setTag('tenant', 'acme');
Ase::addBreadcrumb(['category' => 'checkout', 'message' => 'Payment submitted']);
Ase::captureMessage('Slow checkout dependency', Level::Warning);
Ase::captureException($throwable);
Ase::flush();
```

DSN format:

```
https://{server-token}@api-ase.parkwebit.nl/api/v1/ingest/envelope

```

Legacy `https://{server-key-id}:{server-secret}@...` DSNs are still supported, but new installs should use the single-token format. The SDK derives the public key id internally and still signs requests with HMAC.

Safety defaults:

- SDK failures are swallowed.
- Short timeout and one retry by default.
- Authorization, cookies, tokens, passwords, private keys and card-like values are scrubbed.
- Request bodies are not captured unless the integration explicitly adds them.
- HMAC headers are generated per request and the server key is never logged.

Run package smoke tests:

```
php tests/run.php
```

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance100

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

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

Total

3

Last Release

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a1e35ae04bbaf6704244eae806123fb765d6aad84e38a21218e06987da1965b8?d=identicon)[ParkwebIT](/maintainers/ParkwebIT)

---

Top Contributors

[![GilianAbels](https://avatars.githubusercontent.com/u/12974196?v=4)](https://github.com/GilianAbels "GilianAbels (3 commits)")

### Embed Badge

![Health badge](/badges/parkweb-ase-php/health.svg)

```
[![Health](https://phpackages.com/badges/parkweb-ase-php/health.svg)](https://phpackages.com/packages/parkweb-ase-php)
```

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k16](/packages/tempest-framework)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[cakephp/cakephp

The CakePHP framework

8.9k19.5M1.8k](/packages/cakephp-cakephp)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M425](/packages/drupal-core-recommended)

PHPackages © 2026

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