Download the PHP package friendsofhyperf/components without Composer

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

FriendsOfHyperf Components

Latest Test Latest Stable Version License PHP Version Require Hyperf Version Require OpenSSF Scorecard Ask DeepWiki

中文说明

A monorepo of 49 independently installable components for Hyperf 3.2 and later.

Requirements

Each component declares its exact dependencies in src/<component>/composer.json.

Installation

Install the complete collection:

Or install only the components your application needs:

Most framework-integrated packages are discovered through their ConfigProvider. Some components also publish configuration or resources:

Consult the component README and documentation before publishing files; not every component provides publishable resources.

Components

Development and Debugging

Database and Models

Infrastructure and Integrations

Framework Extensions

Every component directory contains its own package metadata and README. The complete list is available under src/.

Documentation

The documentation site is available in four languages:

Component documentation is maintained under docs/<locale>/components/. Component READMEs and documentation pages are separate sources, so behavior changes may require updates to both.

Repository Layout

The root package aggregates all components. Most components integrate with Hyperf through a ConfigProvider; a small number are framework-independent libraries.

Development

Install dependencies from the repository root:

Run the standard local checks:

Run focused checks while developing a component:

Pest groups are defined in tests/Pest.php. Not every component has a group, so use a test directory or file when necessary. composer test does not run PHPStan; run composer analyse separately before submitting code changes.

For documentation changes:

Simplified Chinese is the translation source. Keep the page set and heading structure synchronized across en, zh-cn, zh-hk, and zh-tw, then review generated translations before submission. npm run docs:translate modifies translated files and requires translation service configuration; run it only when intentionally regenerating translations.

Contributing

Read AGENTS.md before making changes.

Release Model

This monorepo is the source of truth. Maintenance workflows split src/<component> into individual friendsofhyperf/<component> repositories, and releases apply a shared version tag across the monorepo and component repositories.

The split and release scripts force-push or tag remote repositories. They are maintainer-only operations and should not be run during normal development.

Community

License

FriendsOfHyperf Components is open-sourced software licensed under the MIT License.


All versions of components with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
ext-openssl Version *
barryvdh/reflection-docblock Version ^2.0
composer/composer Version ^2.0
ezyang/htmlpurifier Version ^4.17.0
google/protobuf Version ^3.21 || ^4.2
google/recaptcha Version ^1.2
guzzlehttp/uri-template Version ^1.0
krowinski/php-mysql-replication Version ^8.0 || ^9.0
laravel/serializable-closure Version ^1.0 || ^2.0
league/commonmark Version ^1.3 || ^2.0.2
nesbot/carbon Version ^2.0 || ^3.0
nunomaduro/termwind Version ^1.13 || ^2.0
openai-php/client Version >=0.10.0
phpmyadmin/sql-parser Version ^5.9
psr/http-factory-implementation Version *
psy/psysh Version ^0.11.0 || ^0.12.0
ramsey/uuid Version ^4.7
sentry/sentry Version ^4.28.0
symfony/console Version ^6.0 || ^7.0
symfony/http-foundation Version ^6.0 || ^7.0
symfony/polyfill-php84 Version ^1.33
symfony/polyfill-php85 Version ^1.33
symfony/process Version ^6.0 || ^7.0
symfony/uid Version ^6.0 || ^7.0
symfony/var-dumper Version ^6.0 || ^7.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 friendsofhyperf/components contains the following files

Loading the files please wait ...