Download the PHP package sgomez/simplesamlphp-base without Composer
On this page you can find all versions of the php package sgomez/simplesamlphp-base. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sgomez/simplesamlphp-base
More information about sgomez/simplesamlphp-base
Files in sgomez/simplesamlphp-base
Package simplesamlphp-base
Short Description SimpleSAMLphp base installation project
License MIT
Informations about the package simplesamlphp-base
SimpleSAMLphp basic installation project
This packages create a new SimpleSAMLphp installation based on its latest stable version.
Installation with Composer
Just run this to create a new installation:
Configuring simpleSAMLphp
Please, read the official documentation.
Requirements
You need to configure the enviroment variable SIMPLESAMLPHP_CONFIG_DIR with the /config directory path. If you don't do this, simpleSAMLphp will search the config directory inside /vendor. Ex.:
You will find the usual template folders config-templates and metadata-templates as links to the original folders (inside vendors). Inside the config folder you can see a config.php.dist file. You should use this template to create your own config.php instead the one inside config-template. Basically this file its configured to search the metadata and other config files from the root installation path instead the vendor simpleSAMLphp installation. The changes you fill find are:
Updating simpleSAMLphp
If a new version of simpleSAMLphp is released, all you need to do is this:
You are free to install new simpleSAMLphp modules as usual without restore the composer.json before updating, because you are using it as a library.
Enable or disable modules
Because you shouldn't touch the vendor directory to enable or disable the simpleSAMLphp
modules, you must use the 'module.enable' option in config.php
.
All versions of simplesamlphp-base with dependencies
sgomez/simplesamlphp-base-module-install Version ^1.0
sgomez/simplesamlphp-scripts-base Version ^1.1