Download the PHP package the-firehub-project/runtime without Composer

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

FireHub Core Icon PHP Runtime Foundation
release version GitHub license

GitHub created at GitHub last commit (branch) GitHub activity (branch) GitHub contributors GitHub language count GitHub top language GitHub repo size GitHub code size

Lightweight PHP runtime abstraction layer providing clean wrapper functions over native PHP. It standardizes common execution patterns through deterministic helpers and ergonomic APIs designed for consistent usage across the FireHub ecosystem.

This layer focuses purely on execution-level utilities such as array, string, file, environment, and reflection wrappers, removing repetitive boilerplate while preserving PHP-native behavior.

It contains no domain logic, no business rules, and no framework coupling. Its role is strictly to improve developer experience at the runtime level while keeping behavior predictable, explicit, and dependency-free.


FireHub Icon Repository Purpose

This repository provides a lightweight PHP runtime abstraction layer that wraps native PHP functionality into clean, consistent, and deterministic APIs.

Its purpose is to reduce boilerplate and standardize common execution patterns across the FireHub ecosystem by offering ergonomic helper classes for arrays, strings, files, environment access, and other low-level runtime operations.

It is strictly focused on execution-level concerns and does not contain domain logic, business rules, or framework-level orchestration. It exists to improve developer productivity while preserving native PHP behavior and ensuring zero framework coupling.

FireHub Icon Security

For security reporting and guidelines, please refer to our SECURITY.md file.

FireHub Icon Community

GitHub watchers GitHub Repo stars GitHub forks

FireHub Icon Support

GitHub in-progress issues GitHub total issues GitHub opened pull requests

For help with FireHub products, please refer to the following resources:

FireHub Icon Authors and Contributors

FireHub Icon Brand & Trademark

Please refer to TRADEMARK.md and BRAND.md for guidelines on FireHub branding.

Architecture guidelines, design principles, and ecosystem documentation are available within the FireHub Project organization.

FireHub Icon License

This software is licensed under the Apache-2.0 License.

For more details, read the full license here.


All versions of runtime with dependencies

PHP Build Version
Package Version
Requires php Version ^8.5
ext-mbstring Version *
the-firehub-project/core-standard Version dev-develop
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 the-firehub-project/runtime contains the following files

Loading the files please wait ...