Download the PHP package spora-ai/spora-core without Composer

On this page you can find all versions of the php package spora-ai/spora-core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package spora-core

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Version](https://img.shields.io/badge/version-0.1.0--alpha-red?style=flat-square)](https://github.com/spora-ai/spora-core) [![PHP 8.4+](https://img.shields.io/badge/PHP-8.4%2B-777BB4?style=flat-square&logo=php&logoColor=white)](https://www.php.net/releases/8.4/en.php) [![CI](https://img.shields.io/github/actions/workflow/status/spora-ai/spora-core/ci.yml?style=flat-square&branch=main&label=CI)](https://github.com/spora-ai/spora-core/actions/workflows/ci.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=spora-ai_Spora&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=spora-ai_Spora) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=spora-ai_Spora&metric=coverage)](https://sonarcloud.io/summary/new_code?id=spora-ai_Spora) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=spora-ai_Spora&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=spora-ai_Spora) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=spora-ai_Spora&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=spora-ai_Spora) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=spora-ai_Spora&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=spora-ai_Spora)


⚠️ Early Alpha

Spora v0.1.0 is early alpha software. It is functional and runs in production for personal use, but the API, database schema, and plugin system may change in breaking ways before v1.0. Use at your own risk.


What is Spora?

Spora is a self-hosted AI agent orchestration platform built in PHP 8.4+.

It is designed to be:

You define agents, give them tools, and Spora handles the execution loop — tick-based, stateless, with human-in-the-loop approval for write operations.


Key Features


Requirements

Requirement Minimum Notes
PHP 8.4+ Required
Node.js 20+ Only for frontend builds (Vite 6 / ESLint 10 require ≥ 20)
Database SQLite (dev) / MySQL 8+ (prod)

Installation

Step-by-step setup — including composer install, frontend build, and the optional Docker stack — is in the Installation Guide.


Documentation

Full documentation is in the docs/ directory:

Document Coverage
Index Documentation index and feature overview
Architecture System overview, config, orchestrator loop, plugin system
Database Schema Tables, columns, migrations
Interfaces PHP interfaces and contracts
API Reference REST API endpoints
LLM Drivers Driver architecture
Tool Development How to build tools
Plugin System How to write plugins
Logging Logging conventions and PII policy
Frontend Vue 3 app, stores, polling, SSE
Error Handling Error envelope and code registry
Worker & Async sync mode and worker:run deployment
Worker Deployment Docker, systemd, supervisord
Installation Setup requirements and steps
Code Documentation Comment standards
Security Encryption, CSRF, rate limits
Testing Backend and frontend test setup

Contributing

Contributions are welcome! See CONTRIBUTING.md for setup instructions and coding standards.


License

Spora is open source software under the MIT License. See the LICENSE file for full terms.


All versions of spora-core with dependencies

PHP Build Version
Package Version
Requires php Version ^8.4.1
ext-curl Version *
ext-dom Version *
ext-fileinfo Version *
ext-iconv Version *
ext-json Version *
ext-mbstring Version *
ext-openssl Version *
ext-pdo Version *
ext-pdo_mysql Version *
ext-pdo_sqlite Version *
ext-simplexml Version *
ext-sodium Version *
ext-zip Version *
chriskonnertz/string-calc Version ^2.0
delight-im/auth Version ^9.0
dragonmantank/cron-expression Version ^3.6
iamgerwin/php-pdf-to-markdown-parser Version ^0.0
illuminate/database Version ^13.0
illuminate/filesystem Version ^13.0
illuminate/pagination Version ^13.0
league/commonmark Version ^2.6
league/html-to-markdown Version ^5.1
monolog/monolog Version ^3.10
nikic/fast-route Version ^1.3
php-di/php-di Version ^7.1
psr/log Version ^3.0
spora-ai/installer Version ^1.1
symfony/console Version ^8.0
symfony/http-client Version ^8.0
symfony/http-foundation Version ^8.0
symfony/mailer Version ^8.0
symfony/process Version ^8.0
symfony/yaml Version ^8.0
vlucas/phpdotenv Version ^5.6
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package spora-ai/spora-core contains the following files

Loading the files please wait ...