Download the PHP package glueful/runiva without Composer

On this page you can find all versions of the php package glueful/runiva. 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 runiva

Runiva (Server Runtime) for Glueful

Overview

Runiva integrates alternative server runtimes with the Glueful Framework — RoadRunner (default), (Open)Swoole, and FrankenPHP. It provides a unified command, environment‑driven configuration, and a PSR‑7 bridge to route HTTP requests through Glueful’s Application and Router.

Features

Requirements

Optional (Swoole/OpenSwoole mode):

Installation

In production, manage the enabled list in config and run php glueful extensions:cache in your deploy step.

RoadRunner (recommended for HTTP)

Verify Installation

Getting Started

Configuration via .env (all optional; defaults provided):

Runiva merges defaults from config/runiva.php within the package. App‑level .env values override these. You can also create config/runiva.php in your app to hard‑set values.

Usage

Start the configured runtime:

Validate configuration and environment without starting:

Force a specific runtime:

RoadRunner uses the included rr.yaml by default:

RoadRunner + PSR‑7 Bridge

With spiral/roadrunner-http, nyholm/psr7, and symfony/psr-http-message-bridge installed, the worker will:

RR worker lifecycle (simplified):

watch plugin (dev hot‑reload) in rr.yaml:

Swoole / FrankenPHP

Swoole/OpenSwoole:

FrankenPHP:

Notes:

Production Caddyfile (example)

Adjust example.com, root, and header policies to your needs. For multi‑app setups, define multiple site blocks or use handle_path to mount sub‑apps.

Hot‑Reload

Graceful Shutdown

Troubleshooting

Health & Readiness

Glueful exposes server‑agnostic health endpoints you can rely on in any runtime:

Examples (enable/adjust per your env/security):


Runiva is designed to be minimal and composable. Start with RoadRunner and PSR‑7 for full HTTP performance, then layer in Swoole or FrankenPHP as needed.


All versions of runiva with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
nyholm/psr7 Version ^1.6
symfony/psr-http-message-bridge Version >=2.0 <8.0
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 glueful/runiva contains the following files

Loading the files please wait ...