generated: '2026-08-29' method: searched source: >- registry.npmjs.org, pypi.org, packagist.org, api.nuget.org, search.maven.org, proxy.golang.org, hub.docker.com, https://docs.fusio-project.org/docs/backend/development/sdk provider: Fusio providerId: fusio description: >- Fusio publishes six first-party client SDKs, all generated from one TypeHub document (typehub.cloud d/fusio/sdk) by the provider's own SDKgen tooling, plus the server-side Composer packages that make up Fusio itself. Because the SDKs are generated from a single source, five of the six move in lockstep at 7.0.11 - and the sixth is the finding: the Java SDK on Maven Central is still at 5.1.8 from 2024-08-03, two majors and two years behind its own siblings, so a Java consumer is calling a Fusio 7 instance with a Fusio 5 client. The Go SDK is one major behind at v6.4.1. generation: source_of_truth: https://api.typehub.cloud/document/fusio/sdk document_base_version: 5.0.0 document_updated: '2026-07-11' generator: SDKgen (https://sdkgen.app) pipeline: 'php bin/fusio api:push sdk --standalone -> TypeHub -> SDK Fabric -> per-language repo' packages: - name: fusio-sdk registry: npm url: https://www.npmjs.com/package/fusio-sdk language: javascript official: true version: 7.0.11 published: '2026-07-11' repo: https://github.com/apioo/fusio-sdk-javascript license: MIT - name: fusio-sdk registry: pypi url: https://pypi.org/project/fusio-sdk/ language: python official: true version: 7.0.11 published: '2026-07-11' repo: https://github.com/apioo/fusio-sdk-python license: MIT - name: Fusio.SDK registry: nuget url: https://www.nuget.org/packages/Fusio.SDK language: csharp official: true version: 7.0.11 published: '2026-07-11' repo: https://github.com/apioo/fusio-sdk-csharp license: MIT - name: fusio/sdk registry: packagist url: https://packagist.org/packages/fusio/sdk language: php official: true version: 7.0.11 published: '2026-07-07' downloads_total: 535 repo: https://github.com/apioo/fusio-sdk-php license: MIT - name: github.com/apioo/fusio-sdk-go/v6 registry: go url: https://pkg.go.dev/github.com/apioo/fusio-sdk-go/v6 language: go official: true version: v6.4.1 published: '2026-01-31' repo: https://github.com/apioo/fusio-sdk-go note: >- One major version behind the JavaScript/Python/C#/PHP SDKs, which are all at 7.0.11 (2026-07-11). - name: 'org.fusio-project:sdk' registry: maven url: https://search.maven.org/artifact/org.fusio-project/sdk language: java official: true version: 5.1.8 published: '2024-08-03' repo: https://github.com/apioo/fusio-sdk-java license: MIT note: >- DECAY SIGNAL. Two years and two major versions behind its sibling SDKs. The repo itself was pushed on 2026-08-15, so the code moves - what has stopped is publication to Maven Central. - name: 'org.fusio-project:worker-runtime' registry: maven url: https://search.maven.org/artifact/org.fusio-project/worker-runtime language: java official: true version: 0.1.3 published: '2024-08-03' note: Runtime for the Java worker; same publication gap as the Java SDK. - name: ngx-fusio-sdk registry: npm url: https://www.npmjs.com/package/ngx-fusio-sdk language: typescript official: true version: 8.1.1 published: '2026-06-05' repo: https://github.com/apioo/fusio-sdk-javascript-angular note: >- Angular integration layer, versioned independently of the generated SDKs. Feeds the components artifact as well as this one. - name: fusio/fusio registry: packagist url: https://packagist.org/packages/fusio/fusio language: php official: true version: 7.1.1 published: '2026-08-16' downloads_total: 9937 kind: application license: Apache-2.0 note: The Fusio project skeleton - the thing an operator installs. - name: fusio/impl registry: packagist url: https://packagist.org/packages/fusio/impl language: php official: true version: 8.8.5 published: '2026-08-16' downloads_total: 28268 kind: library note: The Fusio implementation; versioned separately from the fusio/fusio distribution. - name: fusio/cli registry: packagist url: https://packagist.org/packages/fusio/cli language: php official: true version: 4.4.2 published: '2026-07-30' downloads_total: 24304 kind: cli - name: fusio/engine registry: packagist url: https://packagist.org/packages/fusio/engine language: php official: true version: 6.9.1 published: '2026-04-30' downloads_total: 58462 kind: library note: The action/connection engine every adapter builds against; the most-installed Fusio package. - name: fusio/model registry: packagist url: https://packagist.org/packages/fusio/model language: php official: true version: 4.9.5 published: '2026-07-11' downloads_total: 31493 kind: library - name: fusio/adapter-sql registry: packagist url: https://packagist.org/packages/fusio/adapter-sql language: php official: true version: 6.3.6 published: '2025-12-24' downloads_total: 50567 kind: adapter note: >- One of roughly 20 fusio/adapter-* packages (aws, amqp, elasticsearch, gcp, graphql, http, laravel, ldap, memcache, mongodb, mqtt, neo4j, php, redis, sdkfabric, smtp, soap, stripe, util, worker, ai). Only this one is enumerated here as representative. - name: fusio/fusio registry: dockerhub url: https://hub.docker.com/r/fusio/fusio language: docker official: true version: null published: null note: >- Official container image. Docker Hub tags were not read in this pass, so version and published are recorded null rather than guessed. Worker images are published alongside it as fusio/worker-java, fusio/worker-javascript, fusio/worker-php and fusio/worker-python. currency_finding: >- Five of the six generated SDKs are at 7.0.11 published 2026-07-11. The Java SDK is at 5.1.8 published 2024-08-03 and the Go SDK at v6.4.1 published 2026-01-31. A Java or Go consumer integrating against a current Fusio 7 instance is working from a client that predates the taxonomy system, the agent concept and the Api-Version header. maintainers: - FN: Kin Lane email: kin@apievangelist.com