Download the PHP package acquia/orca without Composer

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

ORCA

Latest Stable Version Total Downloads Latest Unstable Version License Build Status

ORCA (Official Representative Customer Application) is a tool for testing a company's Drupal-adjacent software packages. It ensures their cross compatibility and correct functioning by installing all of them together into a realistic, functioning, best practices Drupal build and running automated tests and static code analysis on them. Its guiding design principle is to use company packages as a customer would. It installs the latest recommended versions via Composer and performs no manual setup or configuration.

Who is it for?

ORCA is for anyone who has an interest in one or more Drupal extensions or platforms continuing to work together and wants to run automated tests in a continuous integration (CI) workflow to ensure that they do, e.g.:

What does it do? What is the value?
Adds all company packages to a Drupal project via Composer, installs them and their subextensions, and runs their automated tests. Ensures that all company packages can be added to the same codebase via Composer (prevents dependency conflicts), that there are no adverse install time or functional interactions between them, and that they have no undeclared dependencies, and prevents regressions.
Adds only the package under test to a Drupal project via Composer, installs it and its subextensions, and runs its automated tests. Ensures that the package under test has no undeclared dependencies on other company packages and functions correctly on its own.
Performs the above tests with the recommended, stable versions of company packages, Drupal core, and Drush. Ensures that the package under test still works with the versions of other software already released and in use and prevents releases of the package from disrupting the ecosystem.
Performs the above tests using the latest development versions of company packages, Drupal core, and Drush. Ensures that the package under test will continue to work when new versions of other software are released and prevents changes in the ecosystem from breaking the package. Forces early awareness and collaboration between project teams and prevents rework and release day emergency support situations.
Performs the above tests using a wide spread of Drupal core versions. Ensures that the package under test still works on all supported releases of Drupal and will continue to work when future ones drop.
Upgrades to and from various versions of Drupal core and runs automated tests. Ensures that the upgrade process for the package under tests works and that it continues to function correctly afterward.
Performs static analysis of the package under test. Ensures low level construction quality. (Prevents PHP warnings and errors, version incompatibility, etc.)

See Continuous integration for exact details.

Compatibility Matrix

PHP Version ORCA Version
7.4 3.x
8.0 3.x
8.1 3.x, 4.x
8.2 and above 4.x

Documentation


All versions of orca with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
ext-dom Version *
ext-json Version *
ext-sqlite3 Version *
acquia/coding-standards Version ^1.1.0
composer/composer Version ^2.5.5
cweagans/composer-patches Version ^1.7.3
dealerdirect/phpcodesniffer-composer-installer Version ^1.0.0
ergebnis/composer-normalize Version ^2.30.2
hassankhan/config Version ^3.1
mglaman/drupal-check Version ^1.4
myclabs/php-enum Version ^1.8.4
oscarotero/env Version ^2.1
php-parallel-lint/php-console-highlighter Version ^1.0
php-parallel-lint/php-parallel-lint Version ^1.3.2
phpmd/phpmd Version ^2.13
symfony/config Version ^6.2.7
symfony/console Version ^5.4.22
symfony/dependency-injection Version ^6.0.20
symfony/event-dispatcher Version ^6.3
symfony/expression-language Version ^6.3.0
symfony/filesystem Version ^6.4.0
symfony/finder Version ^6.2.7
symfony/http-client Version ^6.2.10
symfony/options-resolver Version ^6.3.0
symfony/phpunit-bridge Version ^7.0.1
symfony/process Version ^6.4.2
symfony/yaml Version ^6.3.0
weitzman/drupal-test-traits Version ^2.1
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 acquia/orca contains the following files

Loading the files please wait ....