evercatch/evercatch-php

Evercatch SDK for PHP (Coming Soon)

Maintainers

Package info

git.psmattas.com/Evercatch/evercatch-php.git

pkg:composer/evercatch/evercatch-php

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

v0.0.3 2026-02-20 11:52 UTC

This package is auto-updated.

Last update: 2026-03-20 12:10:26 UTC


README

Official PHP SDK for Evercatch webhook infrastructure platform.

🧭 Overview

This repository contains the official PHP SDK for the Evercatch platform. Its purpose is to provide a simple and convenient interface for developers to interact with the Evercatch API, manage webhooks, and handle events within their PHP applications.

⚠️ This SDK is currently under active development and is not yet ready for production use. The package published on Packagist is a placeholder to reserve the name.

🛠️ Tech Stack

The final technology stack is being determined. The planned stack is as follows:

LayerTechnology
LanguagePHP
FrameworkNone (Standard Library + Minimal Dependencies)
Key Dependenciescurl or guzzle (for HTTP), Zod (for data models)

🚀 Getting Started

Prerequisites

  • PHP 8.0+

Installation (Future)

Once released, the package will be available on Packagist:

# This will not work until the first official release
composer require evercatch/evercatch

Local Development

The repository can be cloned for contribution or testing once development is further along.

# Clone the repo
git clone https://git.psmattas.com/Evercatch/evercatch-php.git

cd evercatch-php

# Note: The project is not yet functional.

🌿 Branching & Commits

All work follows the Evercatch contribution guide defined in the org README.

Branch format: EC-ID-short-description Commit format: EC-00: type(scope): message

See Evercatch Org README for full conventions.

⚙️ CI/CD

Automated via Jenkins. Merges to main trigger staging deployments.

PipelineStatus
BuildBuild Status
LintLint Status
TestTest Status

📄 License

Copyright © 2026 Evercatch. Proprietary and confidential. Unauthorised distribution is strictly prohibited.