{"id":13556856,"url":"https://github.com/pulkitjalan/contact-form-backend","last_synced_at":"2026-02-08T08:35:26.770Z","repository":{"id":35410061,"uuid":"39674670","full_name":"pulkitjalan/contact-form-backend","owner":"pulkitjalan","description":"Simple contact form backend","archived":false,"fork":false,"pushed_at":"2026-01-28T00:27:57.000Z","size":799,"stargazers_count":7,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-28T15:39:49.203Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pulkitjalan.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-07-25T06:13:07.000Z","updated_at":"2026-01-28T00:28:02.000Z","dependencies_parsed_at":"2026-01-07T05:01:12.149Z","dependency_job_id":null,"html_url":"https://github.com/pulkitjalan/contact-form-backend","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pulkitjalan/contact-form-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulkitjalan%2Fcontact-form-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulkitjalan%2Fcontact-form-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulkitjalan%2Fcontact-form-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulkitjalan%2Fcontact-form-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pulkitjalan","download_url":"https://codeload.github.com/pulkitjalan/contact-form-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulkitjalan%2Fcontact-form-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29225481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T06:05:31.539Z","status":"ssl_error","status_checked_at":"2026-02-08T05:58:33.853Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-08-01T12:04:03.345Z","updated_at":"2026-02-08T08:35:26.753Z","avatar_url":"https://github.com/pulkitjalan.png","language":"PHP","funding_links":[],"categories":["PHP","others"],"sub_categories":[],"readme":"Contact Form Backend\n===================\n\u003e Simple contact form smtp backend\n\n```html\n\u003cform enctype=\"multipart/form-data\" method=\"POST\" action=\"//example.com\" accept-charset=\"UTF-8\"\u003e\n  \u003cinput name=\"to\" type=\"hidden\" value=\"user@example.com\"/\u003e\n  \u003cinput name=\"from\" type=\"hidden\" value=\"noreply@example.com\"/\u003e\n  \u003cdiv\u003e\u003clabel for=\"name\"\u003eName:\u003c/label\u003e\u003cinput name=\"name\" title=\"Your name\" type=\"text\"/\u003e\u003c/div\u003e\n  \u003cdiv\u003e\u003clabel for=\"email\"\u003eEmail:\u003c/label\u003e\u003cinput name=\"email\" title=\"Your e-mail\" type=\"text\"/\u003e\u003c/div\u003e\n  \u003cdiv\u003e\u003clabel for=\"message\"\u003eMessage:\u003c/label\u003e\u003ctextarea name=\"message\" rows=\"5\"\u003e\u003c/textarea\u003e\u003c/div\u003e\n  \u003cdiv\u003e\u003clabel for=\"files\"\u003eFiles:\u003c/label\u003e\u003cinput name=\"files[]\" title=\"Upload files\" type=\"file\"/\u003e\u003c/div\u003e\n  \u003cdiv\u003e\u003cbutton type=\"submit\"\u003eSubmit\u003c/button\u003e\u003c/div\u003e\n\u003c/form\u003e\n```\n\nOnce configured, it will send the contact form submission to the configured email. A reply to address will automatically be added as the `email` fields value. Files can also be attached using a `files` for `files[]` field. Don't forget to update `upload_max_filesize` and `post_max_size` if you wish to use file uploads.\n\n## Requirements\n\n* PHP \u003e= 8.3\n* Composer\n\n## Installation\n\nClone repo, point webroot to the `public` directory and run `composer install`.\n\n## Configuration\n\nCopy the example config file `config.php.example` to `config.php` and fill in the required fields (`server`, `port`, `username` and `password`). All other fields are optional as they have some predefined defaults. The `to` field needs to be set in either the config or in the form post.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulkitjalan%2Fcontact-form-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpulkitjalan%2Fcontact-form-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulkitjalan%2Fcontact-form-backend/lists"}