{"id":23359843,"url":"https://github.com/firehed/ansible-php","last_synced_at":"2026-02-01T04:33:36.321Z","repository":{"id":138434623,"uuid":"45420290","full_name":"Firehed/ansible-php","owner":"Firehed","description":"Ansible role: Install and configure PHP","archived":false,"fork":false,"pushed_at":"2015-11-03T22:55:12.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-11T15:30:21.343Z","etag":null,"topics":[],"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/Firehed.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":"2015-11-02T20:32:15.000Z","updated_at":"2020-07-28T00:13:04.000Z","dependencies_parsed_at":"2023-03-13T16:12:04.958Z","dependency_job_id":null,"html_url":"https://github.com/Firehed/ansible-php","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Firehed/ansible-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firehed%2Fansible-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firehed%2Fansible-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firehed%2Fansible-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firehed%2Fansible-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Firehed","download_url":"https://codeload.github.com/Firehed/ansible-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firehed%2Fansible-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28967968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T03:46:10.227Z","status":"ssl_error","status_checked_at":"2026-02-01T03:46:01.693Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-12-21T11:12:06.848Z","updated_at":"2026-02-01T04:33:36.300Z","avatar_url":"https://github.com/Firehed.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"PHP\n===\n\nInstall and configure PHP\n\nRequirements\n------------\n\nIf using PHP-FPM, the configured system user and group must already exist on the system. PHP-FPM will be installed and configured when `fpm` is in the `php_packages` list.\n\n\nRole Variables\n--------------\n\n\t# Required if using FPM\n\tphp_fpm_user: (system user)\n\tphp_fpm_group: (system group)\n\n\t# Optional, defaults shown\n\tphp_version: php56\n\tphp_packages:\n\t  - fpm\n\t  - pdo\n\t  - opcache\n\t  - cli\n\t  - mcrypt\n\t  - common\n\tphp_log: syslog\n\tphp_log_level: E_ALL\n\tphp_timezone: UTC\n\tphp_fpm_listen: /var/run/php-fpm.sock\n\tphp_fpm_log: syslog\n\tphp_fpm_log_level: notice # alert, error, warning, notice, debug\n\n`php_version` can be any of `php54`, `php55`, `php56`, or `php70`. Use of PHP5.4 is strongly discouraged as it is [no longer maintained](http://php.net/supported-versions.php). 5.5 will receive secutity fixes only until 2016-07-10.\n\nSpecifying an exact point release is not supported at this time.\n\t  \nDependencies\n------------\n\nNone\n\nExample Playbook\n----------------\n\n    - hosts: servers\n      roles:\n         - role: Firehed.php\n           php_version: php70\n           php_packages:\n             - fpm\n             - common\n             - cli\n             - pecl-memcached\n\nLicense\n-------\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirehed%2Fansible-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirehed%2Fansible-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirehed%2Fansible-php/lists"}