epovest/epovest-php

The official PHP SDK for the Epovest API: measure how AI assistants answer the questions your market asks, and shape those answers.

Maintainers

Package info

github.com/simafri/epovest-sdk

Homepage

Documentation

Language:Python

pkg:composer/epovest/epovest-php

Transparency log

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-08-22 10:29 UTC

This package is not auto-updated.

Last update: 2026-08-22 10:51:05 UTC


README

With Epovest, businesses make AIs recommend them. From the questions their customers ask to the sources that shape the answers, everything is measured, dated and verifiable. And everything leads to action: where to appear, what to fix, and proof of what changed.

This repository holds the official clients of the Epovest API, one per language. Each one covers the whole REST API v1, one method per route.

Language Package Install Source
JavaScript, TypeScript epovest on npm npm install epovest js/
Python epovest on PyPI pip install epovest python/
PHP epovest/epovest-php on Packagist composer require epovest/epovest-php php/

The composer.json at the root is the manifest of the PHP package: Composer and Packagist read one package from one repository, and its code lives in php/.

They are generated, and that is the point

The API describes itself in OpenAPI 3.1, served at epovest.com/docs/openapi.json. Every client here is written from that one file: the types of each route and each object, the method per operation, its summary, the scope of API key it takes and the name of the matching MCP tool.

The continuous integration replays each generator and refuses a difference, so what is published is what the description says. One capability keeps one name across the REST API, the MCP server and every SDK: an agent that moves from one surface to another learns nothing twice.

The API in one minute

Authorization: Bearer epo_...

Keys belong to an Epovest account and are created by its owner in the app. Scopes are chosen at creation: read, which every key has, and write, for creating and changing things.

The same surface is served as MCP tools at https://mcp.epovest.com/mcp, for agents that speak the Model Context Protocol.

Talking to us

Open an issue here for anything about these clients. For the API itself, POST /support/messages (the contact_support tool) reaches the humans behind Epovest, and the answer comes back in the same thread.

License

MIT. Epovest is a brand operated by Sels de Rehy, LLC, a limited liability company incorporated in the State of Delaware, United States.