{"id":16060796,"url":"https://github.com/geerlingguy/ansible-role-php-pecl","last_synced_at":"2025-04-09T20:08:08.038Z","repository":{"id":14671772,"uuid":"17390648","full_name":"geerlingguy/ansible-role-php-pecl","owner":"geerlingguy","description":"Ansible Role - PHP PECL extension","archived":false,"fork":false,"pushed_at":"2025-01-31T03:25:32.000Z","size":50,"stargazers_count":32,"open_issues_count":0,"forks_count":37,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-09T20:08:03.884Z","etag":null,"topics":["ansible","extension","pecl","php","role"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/geerlingguy/php-pecl/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"kciter/KCFloatingActionButton","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geerlingguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"geerlingguy","patreon":"geerlingguy"}},"created_at":"2014-03-04T04:44:38.000Z","updated_at":"2025-01-31T03:25:36.000Z","dependencies_parsed_at":"2024-01-25T04:45:50.800Z","dependency_job_id":"3fba40a5-0829-49e4-885f-eb481a2a0113","html_url":"https://github.com/geerlingguy/ansible-role-php-pecl","commit_stats":{"total_commits":69,"total_committers":6,"mean_commits":11.5,"dds":"0.13043478260869568","last_synced_commit":"2f085b7cc5e26989fa48762b07a8399a9c78c681"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-php-pecl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-php-pecl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-php-pecl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-php-pecl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geerlingguy","download_url":"https://codeload.github.com/geerlingguy/ansible-role-php-pecl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103872,"owners_count":21048245,"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":["ansible","extension","pecl","php","role"],"created_at":"2024-10-09T04:06:34.765Z","updated_at":"2025-04-09T20:08:08.017Z","avatar_url":"https://github.com/geerlingguy.png","language":"PHP","funding_links":["https://github.com/sponsors/geerlingguy","https://patreon.com/geerlingguy"],"categories":[],"sub_categories":[],"readme":"# Ansible Role: PHP PECL extensions\n\n[![CI](https://github.com/geerlingguy/ansible-role-php-pecl/actions/workflows/ci.yml/badge.svg)](https://github.com/geerlingguy/ansible-role-php-pecl/actions/workflows/ci.yml)\n\nInstalls PHP PECL extensions (and optionally `pecl` itself) on servers with PHP already installed.\n\n## Requirements\n\nPHP must already be installed on the server. This role works great with and is tested alongside `geerlingguy.php`.\n\nAlso, if you don't already have `php-pear` (RedHat) or `php-pecl` (Debian) installed, you should set `php_pecl_install_pecl: true` to force this role to install the proper package.\n\n## Role Variables\n\nAvailable variables are listed below, along with default values (see `defaults/main.yml`):\n\n    php_pecl_install_pecl: false\n\nWhether to install `php-pecl` (Debian-based OSes) or `php-pear` (RedHat-based OSes).\n\n    php_pecl_install_command: \"pecl install\"\n\nThe command that will be run to install extensions. The default is generally correct, but if you're running Ubuntu 14.04 LTS and run into [this issue](https://github.com/geerlingguy/ansible-role-php-pecl/pull/7), you should override this default with `\"pecl install -Z\"`\n\n    php_pecl_extensions: []\n\nA list of extensions that should be installed via `pecl install`. If you'd like to have this role install extensions like XDebug, just add it in the list, like so:\n\n    php_pecl_extensions:\n      - redis\n      - xdebug\n\n## Dependencies\n\n  - geerlingguy.php\n\n## Example Playbook\n\n    - hosts: webservers\n      vars_files:\n        - vars/main.yml\n      roles:\n        - geerlingguy.php-pecl\n\n*Inside `vars/main.yml`*:\n\n    php_pecl_extensions:\n      - redis\n      - xdebug\n\n## License\n\nMIT / BSD\n\n## Author Information\n\nThis role was created in 2014 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-php-pecl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeerlingguy%2Fansible-role-php-pecl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-php-pecl/lists"}