Medoo Developer and Agent Resources
Machine-readable documentation for Medoo, the lightweight PHP database framework.
Documentation API
The read-only documentation API exposes Medoo method signatures, parameters, return values, and links to the corresponding human-readable pages. It does not connect to or operate on your database, and it requires no authentication.
GET /api/reference.jsonlists all documented methods.GET /api/reference/{name}.jsonreturns one method reference.
Machine-readable resources
- Medoo Website Documentation API OpenAPI 3.1 description
- Medoo agent instructions and resource index
- Medoo XML sitemap
- Medoo crawler policy
Markdown negotiation
Agents can request the homepage as Markdown by sending Accept: text/markdown. Browsers continue to receive HTML from the same URL. Responses include Vary: Accept, Accept-Encoding so shared caches keep the representations separate.
curl -H "Accept: text/markdown" https://medoo.in/
Using Medoo
For installation, connection options, query methods, and examples, start with the Medoo getting-started guide or browse the complete Medoo documentation.