KO 한국어

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.

Machine-readable resources

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.