Download the PHP package nextagencyio/drupal-cloud-project without Composer

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

Decoupled Drupal Project

Drupal 11 installation powering the headless backend for decoupled.io. Custom dc_core install profile, FrankenPHP-based Docker image, and a fly.toml for building + pushing the image to Fly.io.

This repo is application code only. Provisioning of Fly tenant apps — the orchestration that spins up a new Drupal site per customer — lives in the decoupled-dashboard repo under scripts/fly/. If you're looking for bin/provision-tenant.sh, it moved there.

Stack

Local development

DDEV-based local dev (see .ddev/config.yaml):

Building the Fly image

Every tenant on Fly pulls its image from the decoupled-drupal-frankenphp Fly app's registry. To ship a new image:

This builds the FrankenPHP image on Fly's builder, pushes it to registry.fly.io/decoupled-drupal-frankenphp, and redeploys the source app. New tenants provisioned after this automatically pick up the new image (the dashboard's provisioner resolves the current tag at create time).

Rolling the image out to existing tenants is the dashboard's fly-fleet-deploy.yml GitHub Action — it loops over every tenant-* app and fly deploys them against the new tag. Run from the dashboard repo.

Repository structure

Requirements

License

GPL-2.0-or-later (same as Drupal core).


All versions of drupal-cloud-project with dependencies

PHP Build Version
Package Version
Requires composer/installers Version ^2.3
cweagans/composer-patches Version ^2.0
drupal/admin_toolbar Version ^3.4
drupal/admin_toolbar_tools Version ^3.4
drupal/core-composer-scaffold Version ^11.2
drupal/core-project-message Version ^11.2
drupal/core-recipe-unpack Version ^11.2
drupal/core-recommended Version ^11.2
drupal/decoupled_preview_iframe Version dev-3543929-drupal-11-fixes
drupal/default_content Version ^2.0@alpha
drupal/field_group Version ^3.6
drupal/gin Version ^5.0
drupal/gin_login Version ^2.1
drupal/gin_toolbar Version ^3.0
drupal/graphql Version ^4.7
drupal/graphql_compose Version ^2.2
drupal/paragraphs Version ^1.18
drupal/pathauto Version ^1.13
drupal/simple_oauth Version 5.2.x-dev
drush/drush Version ^13.6
nextagencyio/json_import Version 1.x-dev
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 nextagencyio/drupal-cloud-project contains the following files

Loading the files please wait ...