{"id":20130511,"url":"https://github.com/davidwinter/puppet-phpfpm","last_synced_at":"2025-04-09T16:15:51.447Z","repository":{"id":66411216,"uuid":"3966025","full_name":"davidwinter/puppet-phpfpm","owner":"davidwinter","description":"Puppet module for setting up php-fpm and integrating with nginx","archived":false,"fork":false,"pushed_at":"2013-03-28T11:32:12.000Z","size":116,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-09T16:15:46.486Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Puppet","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/davidwinter.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":"2012-04-08T18:24:35.000Z","updated_at":"2023-08-24T14:54:48.000Z","dependencies_parsed_at":"2023-02-20T03:40:28.837Z","dependency_job_id":null,"html_url":"https://github.com/davidwinter/puppet-phpfpm","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidwinter%2Fpuppet-phpfpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidwinter%2Fpuppet-phpfpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidwinter%2Fpuppet-phpfpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidwinter%2Fpuppet-phpfpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidwinter","download_url":"https://codeload.github.com/davidwinter/puppet-phpfpm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065283,"owners_count":21041872,"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":[],"created_at":"2024-11-13T20:38:54.330Z","updated_at":"2025-04-09T16:15:51.429Z","avatar_url":"https://github.com/davidwinter.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puppet-phpfpm\n\nThis puppet module aims to be lightweight and help you get an `nginx` virtual host with `php-fpm` up and running quickly. It was developed with `vagrant` in mind so that I could get a web environment up and running in as few lines as possible.\n\nIf you're looking for basic nginx functionallity instead, check out my other module, [nginx](https://github.com/davidwinter/puppet-nginx).\n\n## Dependencies\n\n * [nginx](https://github.com/davidwinter/puppet-nginx)\n\n## Install\n\nWith librarian-puppet, add the following to your Puppetfile:\n\n\tmod 'phpfpm',\n\t\t:git =\u003e 'git://github.com/davidwinter/puppet-phpfpm.git'\n\nThen run `librarian-puppet install`.\n\n## Usage\n\n\tclass { 'phpfpm': }\n\n\tnginx::vhost { 'your.domain.com':\n\t\troot     =\u003e '/vagrant',\n\t\tindex    =\u003e 'index.php',\n\t\ttemplate =\u003e 'nginx/vhost.php.conf.erb',\n\t}\n\nThe main thing to note here is that we're using the `vhost.php.conf.erb` template from the `nginx` module instead of the default one. If you need to customise the PHP settings in the `nginx` virtual host, you should copy the original, make changes and then store them in your own module.\n\n## Author\n\nDavid Winter \u003ci@djw.me\u003e\n\n## Licence\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidwinter%2Fpuppet-phpfpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidwinter%2Fpuppet-phpfpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidwinter%2Fpuppet-phpfpm/lists"}