RunAPI core Composer package for PHP applications

Maintainers

Package info

github.com/runapi-ai/core-php

Homepage

Documentation

pkg:composer/runapi-ai/core

Statistics

Installs: 3

Dependents: 27

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0 2026-06-25 03:12 UTC

This package is auto-updated.

Last update: 2026-06-25 07:34:42 UTC


README

Packagist License

The RunAPI Core PHP SDK provides shared authentication, PSR HTTP transport, retry, polling, typed errors, response objects, file upload, and account primitives for RunAPI PHP packages. Application code should normally install a concrete model package such as runapi-ai/wan; install runapi-ai/core directly only when building shared PHP SDK tooling.

Install

composer require runapi-ai/core

Requirements

  • PHP 8.2 or newer
  • Composer
  • A PSR-18 / PSR-17 / PSR-7 compatible HTTP stack

The package includes a Guzzle-based default HTTP stack and also accepts custom PSR implementations.

Links

License

Licensed under the Apache License, Version 2.0.