Is there an API to query (an possibly even download) official extension updates?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • daledavies
    Junior Member
    • Feb 2026
    • 3

    #1

    Is there an API to query (an possibly even download) official extension updates?

    Hi there

    I'm trying to design a CI/CD pipeline for EspoCRM. We use several of the official extensions and I'm wondering if there may be an API for https://portal.espocrm.com/ that would allow me to query for extension updates and download the zip files? With the intention of installing them via the CLI.

    Alternatively is there a recommended way to keep extensions under version control, installing them using composer or bundle as submodules etc?

  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9639

    #2
    There's no official API.

    'latestExtensionVersions' parameter in data/state.php is automatically updated.

    > Alternatively is there a recommended way to keep extensions under version control, installing them using composer or bundle as submodules etc?

    We don't support installing official extensions via composer, and likely won't ever do.

    Comment


    • yuri
      yuri commented
      Editing a comment
      The extension itself determines the endpoint to use for version checking. You can find it in the 'extension' table for each extensions.
Working...