{"id":28249945,"url":"https://github.com/ishanvyas22/cakephp-vue-contact-form","last_synced_at":"2026-05-16T11:31:58.822Z","repository":{"id":39068176,"uuid":"316557624","full_name":"ishanvyas22/cakephp-vue-contact-form","owner":"ishanvyas22","description":"A simple Contact Form made with CakePHP + Vue.js.","archived":false,"fork":false,"pushed_at":"2024-11-11T15:41:10.000Z","size":897,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T03:55:06.592Z","etag":null,"topics":["cakephp","cakephp4","contact-form","vuejs","vuejs2"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/ishanvyas22.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,"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":"2020-11-27T17:03:29.000Z","updated_at":"2024-11-11T15:41:12.000Z","dependencies_parsed_at":"2024-06-11T05:42:28.728Z","dependency_job_id":"a3bb9ac0-f6eb-46bd-98c0-7fb9da433023","html_url":"https://github.com/ishanvyas22/cakephp-vue-contact-form","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ishanvyas22/cakephp-vue-contact-form","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishanvyas22%2Fcakephp-vue-contact-form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishanvyas22%2Fcakephp-vue-contact-form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishanvyas22%2Fcakephp-vue-contact-form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishanvyas22%2Fcakephp-vue-contact-form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ishanvyas22","download_url":"https://codeload.github.com/ishanvyas22/cakephp-vue-contact-form/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishanvyas22%2Fcakephp-vue-contact-form/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"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":["cakephp","cakephp4","contact-form","vuejs","vuejs2"],"created_at":"2025-05-19T13:16:12.362Z","updated_at":"2026-05-16T11:31:58.804Z","avatar_url":"https://github.com/ishanvyas22.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CakePHP + Vue.js Contact Form\n\n A simple Contact Form made with CakePHP + Vue.js.\n\n## Installation\n\n1. Clone the repo locally\n\n    ```bash\n    git clone git@github.com:ishanvyas22/cakephp-vue-contact-form.git\n    cd cakephp-vue-contact-form\n    ```\n    \n2. Install composer dependencies\n\n    ```bash\n    composer install\n    ```\n    \n3. Copy `.env.example` to `.env`\n\n    ```bash\n    cp config/.env.example config/.env\n    ```\n    Uncomment and set `MAIL_TO`, `MAIL_FROM` and `API_ENDPOINT_SALES` environment variables according to your needs.\n    \n4. Start [CakePHP web server](https://book.cakephp.org/4/en/installation.html#development-server) or [create v-host](https://www.digitalocean.com/community/tutorials/how-to-install-the-apache-web-server-on-ubuntu-18-04) to run this app.\n\nAll set! Navigate to http://localhost:8765/contact (or http://yourdomain.com/contact if you have created virtual host for this) to see contact form.\n\n## Features\n\n- On successful submit of the \"Customer Support\", it will send an email to the email which you've set into `MAIL_TO` environment variable, by default it is set to contact@localhost. The from email will be set to `MAIL_FROM` environment variable, by default it is set to noreply@localhost. This will not send an actual email, but it will log the email output into the `logs/email.log` file, to change this behavior you just have to [configure transport](https://book.cakephp.org/4/en/core-libraries/email.html#configuring-transports) into `config/app.php` file.\n- On successful submit of the \"Sales\", it will make an `POST` API request with input data to `API_ENDPOINT_SALES` url which is set into environment variable.\n\n## Built with\n\n- [CakePHP 4.x](https://book.cakephp.org/4/en/intro.html)\n- [Vue.js 2.x](https://vuejs.org/v2/guide/)\n\nMade with ❤️ in India 🇮🇳\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishanvyas22%2Fcakephp-vue-contact-form","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fishanvyas22%2Fcakephp-vue-contact-form","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishanvyas22%2Fcakephp-vue-contact-form/lists"}