Download the PHP package swichers/acsf-client without Composer

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

Acquia Cloud Site Factory Client Library

A Symfony-based PHP library for working with the ACSF platform.

License: GPL v3 Build Status Codacy Quality Codacy Coverage

Acquia Cloud Site Factory is a hosting platform provided by Acquia. The goal of this library is to wrap the ACSF API in such a way that it becomes trivial to leverage it in PHP applications. This library is a significant boon when it comes to streamlining interactions with ACSF. Usage of this library will, among other things, facilitate a much quicker and less error prone deployment process.

Caution: Test coverage in this library is around validation of calls to the API, and is not testing interaction with the actual ACSF API. Not all wrapped endpoints have been validated as properly implemented, and live calls to the API may have unexpected results. Review all scripts and calls for proper behavior before executing against a live environment.

Why use this project?

You may already be familiar with projects such as ACSF Tools or the Acquia CLI and be wondering what this project has to offer over those.

Feature ACSF Client ACSF Tools Acquia CLI
PHP library
Supports Site Factory
Supports Acquia Cloud
Complete implementation of ACSF API
Complete implementation of Cloud API
Can bundle with codebase
Can be standalone
Designed for scripting
Designed for specific tasks

The primary use case for this project is creating custom PHP scripts for automating your development and management workflows within ACSF. Anything that you can do within the ACSF UI should be accomplishable through this library.

Backporting sites to dev demonstration

Common tasks that you can use this library to automate:

The examples folder contains several scripts that show some common tasks. They can serve as a starting point to build much more complex workflows custom tailored to your project.

Installation

Requirements

Installation should be straightforward when using composer.

Usage

Many starter scripts are available in the examples folder.

Development

Running tests

Checking code formatting


All versions of acsf-client with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
ext-json Version *
doctrine/annotations Version ^1.7
symfony/config Version ^4.3
symfony/dependency-injection Version ^4.3
symfony/finder Version ^4.3
symfony/http-client Version ^4.3
symfony/yaml Version ^4.3
symfony/dotenv Version ^4.4
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 swichers/acsf-client contains the following files

Loading the files please wait ....