Download the PHP package fast-forward/composer-installers without Composer

On this page you can find all versions of the php package fast-forward/composer-installers. 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 composer-installers

Fast Forward Composer Installers

Composer installer plugin for Fast Forward resource bundle packages.

fast-forward/composer-installers lets Fast Forward packages declare a payload directory and lets consumer roots choose where that payload is copied. The package root still lives in vendor/, but only the declared payload contents are materialized into consumer-owned paths.

Resource Package Metadata

Resource packages use the fast-forward-resource-bundle type and declare the payload directory to copy. They may also declare how existing target files are handled when the manifest is missing:

install-policy is optional and defaults to mutable.

Consumer Configuration

Consumer repositories allow this Composer plugin and map resource packages to target directories:

The target path receives the payload contents. For fast-forward/agents, that means .agents/agents and .agents/skills are copied into the consumer project without creating .agents/agents/.agents.

Update Behavior

The installer writes a manifest under vendor/fast-forward/.composer-installers for each materialized package. On package update, files listed in the manifest are refreshed from the new payload and stale managed files are removed. Files that already exist in the target but are not tracked by the manifest are handled according to the bundle install policy.

The mutable policy is the default. It adopts existing files when their content already matches the payload and recreates the manifest, which makes composer install safe after deleting vendor/. If an existing file differs from the payload and no manifest marks it as managed, that path is skipped with a warning instead of overwriting a consumer customization. The installer still materializes the remaining payload entries and records only copied or adopted entries in the manifest.

The authoritative policy is intended for generated or shared automation such as GitHub workflow bundles. It overwrites existing divergent target files and then writes a fresh manifest, allowing committed workflow files to be refreshed after a clean clone where vendor/ has not been installed yet. Authoritative bundles should use package-specific target directories or clearly owned file names, such as a fast-forward- prefix, so the installer only overwrites paths that are intentionally controlled by the bundle. Non-empty consumer directories are not removed automatically; they are skipped with a warning.

The materialized payload is copied as literal files and directories. Composer path repositories may still symlink the package root in vendor/, but the consumer-facing payload remains copied.


All versions of composer-installers with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
composer-plugin-api Version ^2.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 fast-forward/composer-installers contains the following files

Loading the files please wait ...