{"id":22327637,"url":"https://github.com/schlaefer/philecontactform","last_synced_at":"2025-03-26T06:23:46.428Z","repository":{"id":31331481,"uuid":"34894045","full_name":"Schlaefer/phileContactForm","owner":"Schlaefer","description":"Contact Form Plugin for PhileCMS","archived":false,"fork":false,"pushed_at":"2015-05-01T10:28:32.000Z","size":120,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T08:12:56.590Z","etag":null,"topics":["philecms","philecms-plugin"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Schlaefer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-01T07:50:14.000Z","updated_at":"2018-03-15T13:38:44.000Z","dependencies_parsed_at":"2022-09-09T10:11:13.275Z","dependency_job_id":null,"html_url":"https://github.com/Schlaefer/phileContactForm","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Schlaefer%2FphileContactForm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Schlaefer%2FphileContactForm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Schlaefer%2FphileContactForm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Schlaefer%2FphileContactForm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Schlaefer","download_url":"https://codeload.github.com/Schlaefer/phileContactForm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245599794,"owners_count":20642184,"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":["philecms","philecms-plugin"],"created_at":"2024-12-04T03:10:04.706Z","updated_at":"2025-03-26T06:23:46.405Z","avatar_url":"https://github.com/Schlaefer.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Contact Form Plugin for PhileCMS #\n\nAdd a simple contact-form onto a page which sends the form data to an email address.\n\n[Project Home](https://github.com/Schlaefer/phileContactForm)\n\n### 1.1 Installation (composer) ###\n\n```json\n\"require\": {\n\t\"siezi/phile-contact-form\": \"*\"\n}\n```\n\n### 1.2 Installation (Download)\n\n* download this plugin into `plugins/siezi/phileContactForm`\n\n### 2. Activation\n\nAfter you have installed the plugin you need to activate it. Add the following line to your `/config.php` file:\n\n```php\n$config['plugins']['siezi\\\\phileContactForm'] = ['active' =\u003e true];\n```\n\n### 3. Start ###\n\nSet the email-address the contact form is send to:\n\n```php\n$config['plugins']['siezi\\\\phileContactForm']['recipient-email'] = 'contact@example.com';\n```\n\nPut\n\n```\n(contact-form: simple)\n```\n\nonto the page where the contact form should be inserted.\n\n### 4. Config ###\n\nSee `config.php`.\n\n\n#### Events ####\n\n##### plugin.siezi.contactForm.send #####\n\nTriggered when the received form data is processed.\n\nBy altering the returned `success` parameter allows you to utilize the form data and perform your own action and/or suppress the default (send email).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschlaefer%2Fphilecontactform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschlaefer%2Fphilecontactform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschlaefer%2Fphilecontactform/lists"}