{"id":19799357,"url":"https://github.com/sgomez/simplesamlphp-base","last_synced_at":"2025-05-01T05:30:48.961Z","repository":{"id":57048540,"uuid":"85801902","full_name":"sgomez/simplesamlphp-base","owner":"sgomez","description":"SimpleSAMLphp base installation project","archived":true,"fork":false,"pushed_at":"2017-04-25T16:25:08.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-21T07:03:08.965Z","etag":null,"topics":["simplesamlphp"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sgomez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-22T08:12:30.000Z","updated_at":"2024-08-11T15:54:47.000Z","dependencies_parsed_at":"2022-08-23T19:10:12.029Z","dependency_job_id":null,"html_url":"https://github.com/sgomez/simplesamlphp-base","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgomez%2Fsimplesamlphp-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgomez%2Fsimplesamlphp-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgomez%2Fsimplesamlphp-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgomez%2Fsimplesamlphp-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgomez","download_url":"https://codeload.github.com/sgomez/simplesamlphp-base/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251830449,"owners_count":21650802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["simplesamlphp"],"created_at":"2024-11-12T07:34:21.154Z","updated_at":"2025-05-01T05:30:48.734Z","avatar_url":"https://github.com/sgomez.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleSAMLphp basic installation project\n\nThis packages create a new SimpleSAMLphp installation based on its latest stable\nversion.\n\n## Installation with Composer\n\nJust run this to create a new installation:\n\n```console\ncomposer.phar create-project sgomez/simplesamlphp-base simplesamlphp\n```\n\n## Configuring simpleSAMLphp\n\nPlease, read the [official documentation](https://simplesamlphp.org/docs/stable/).\n\n## Requirements\n\nYou need to configure the enviroment variable __SIMPLESAMLPHP_CONFIG_DIR__ with the _/config_\ndirectory path. If you don't do this, simpleSAMLphp will search the config directory inside\n_/vendor_. Ex.:\n\n```\nSIMPLESAMLPHP_CONFIG_DIR=/var/simplesamlphp/config\n```\n\nYou will find the usual template folders _config-templates_ and _metadata-templates_ as links\nto the original folders (inside vendors). Inside the _config_ folder you can see a \n_config.php.dist_ file. You should use this template to create your own _config.php_ instead\nthe one inside _config-template_. Basically this file its configured to search the metadata\nand other config files from the root installation path instead the vendor simpleSAMLphp\ninstallation. The changes you fill find are:\n\n```php\n$config = array(\n    //...\n    'certdir' =\u003e __DIR__.'/../cert/',\n    'loggingdir' =\u003e __DIR__.'/../var/log/',\n    'datadir' =\u003e __DIR__.'/../var/data/',\n    //...\n    'metadata.sources' =\u003e array(\n        array('type' =\u003e 'flatfile', 'directory' =\u003e __DIR__ . '/../metadata'),\n    ),\n    //...\n);\n```\n## Updating simpleSAMLphp\n\nIf a new version of simpleSAMLphp is released, all you need to do is this:\n\n```console\ncomposer.phar update\n```\n\nYou are free to install new simpleSAMLphp modules as usual without restore the\n_composer.json_ before updating, because you are using it as a library.\n\n## Enable or disable modules\n\nBecause you shouldn't touch the vendor directory to enable or disable the simpleSAMLphp\nmodules, you must use the 'module.enable' option in `config.php`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgomez%2Fsimplesamlphp-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgomez%2Fsimplesamlphp-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgomez%2Fsimplesamlphp-base/lists"}