Download the PHP package spora-ai/spora without Composer
On this page you can find all versions of the php package spora-ai/spora. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download spora-ai/spora
More information about spora-ai/spora
Files in spora-ai/spora
Package spora
Short Description Spora operator-facing project template — Bedrock-style template for AI agent orchestration on shared hosting (cPanel/FTP). Requires spora-ai/spora-core (framework) and spora-ai/spora-frontend (admin UI).
License MIT
Informations about the package spora
Spora Operator Skeleton
A Bedrock-style operator template for Spora, the portable AI agent orchestration platform.
This is what operators composer create-project to spin up their own Spora instance on a shared host (cPanel/FTP, VPS, Docker, Kubernetes). It pulls:
spora-ai/spora-core— the framework (PHP, plugins, agents, recipes, drivers).spora-ai/spora-frontend— the prebuilt Vue admin UI (delivered as a Composer package, served from/spora/).spora-ai/installer— the Composer plugin that handlesspora-pluginandspora-frontendpackage routing.
Quick start
Open http://localhost:8080 in a browser. Log in with the seeded admin credentials (printed by db:seed). The root / 301-redirects to /spora/; to put your own landing page at /, drop public/index.html (served by the web server before PHP runs).
Documentation
- docs/13_installation.md — install flows (developer + operator)
- docs/19_operator_guide.md — shared-host install, plugin management via UI, backups
- docs/20_customization.md — adding custom tools, agents, recipes
Plugin management
Plugins ship as Composer packages of type spora-plugin. Install via CLI:
Or via the admin UI at /apps/plugins (requires SPORA_PLUGIN_INSTALL_ENABLED=true).
Development mode (HMR)
For frontend development, install spora-frontend from a sibling clone instead of Packagist:
The skeleton's bin/dev auto-detects path installs and starts Vite from vendor/spora-ai/spora-frontend/. On tarball installs, Vite is skipped — the UI is served as static assets from public/spora/ under the /spora/* URL prefix.
License
MIT
All versions of spora with dependencies
spora-ai/installer Version ^1.5
spora-ai/spora-core Version >=0.12.0 <2.0.0
spora-ai/spora-frontend Version ^0.12.0
spora-ai/spora-plugin-openai-image Version ^0.2.0