Download the PHP package acquia/blt-simplesamlphp without Composer

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

Acquia BLT SimpleSAMLPhp

This project is no longer maintained

Acquia recommends using the SAML Authentication module instead of SimpleSAMLphp. For more information see https://docs.acquia.com/site-factory/manage/sso

Overview

This is an Acquia BLT plugin providing integration with SimpleSAMLPhp.

This plugin provides a set of commands in the simplesamlphp namespace that will initialize SimpleSAMLPhp integration using a set of template configuration files.

This plugin is community-supported. Acquia does not provide any direct support for this software or provide any warranty as to its stability.

Installation and usage

To use this plugin, you must already have a Drupal project using BLT 12 or higher.

In your project, require the plugin with Composer:

composer require acquia/blt-simplesamlphp

This plugin provides commands for automating the setup process for SimpleSAMLphp and assists in deploying configuration files to Acquia Cloud. You must already be familiar with the process of configuring SimpleSAMLphp as described in the instructions for using SimpleSAMLphp on Acquia Cloud.

Before proceeding, prepare your SimpleSAMLphp configuration by completing the following tasks:

  1. Run the following command to perform initial installation tasks: blt recipes:simplesamlphp:init

    Tasks completed by the initialization command include the following:

    • Copies configuration files to ${project.root}/simplesamlphp/config.
    • Adds a simplesamlphp property to the blt/blt.yml file, which instructs Acquia BLT to include your SimpleSAMLphp configuration during deployments to Acquia Cloud.
    • Creates a symbolic link in the docroot to the web-accessible directory of the simplesamlphp library.
  2. Follow the instructions for using SimpleSAMLphp on Acquia Cloud to update the configuration files located in the ${project.root}/simplesamlphp/config directory.

  3. Run the following command to copy the configuration files to the local SimpleSAML library: blt source:build:simplesamlphp-config

    Note: The source:build:simplesamlphp-config command is strictly for local use, and because the command overwrites vendor files, running the command will not make any changes that are visible to Git.

SimpleSAMLphp should now be ready for testing in your local environment. When you are ready to test in an Acquia Cloud environment, commit your configuration files and deploy a build artifact as usual using blt artifact:deploy or one of Acquia BLT's supported continuous integration services. Acquia BLT will add and commit your configuration files when building a deploy artifact.

License

Copyright (C) 2020 Acquia, Inc.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.


All versions of blt-simplesamlphp with dependencies

PHP Build Version
Package Version
Requires drupal/simplesamlphp_auth Version ^3.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 acquia/blt-simplesamlphp contains the following files

Loading the files please wait ...