{"id":34010951,"url":"https://github.com/netcore/module-contact","last_synced_at":"2026-04-06T06:31:54.979Z","repository":{"id":57025399,"uuid":"105995368","full_name":"netcore/module-contact","owner":"netcore","description":"Module for more simple contact page management","archived":false,"fork":false,"pushed_at":"2018-09-04T05:32:16.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-12T13:43:04.492Z","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/netcore.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":"2017-10-06T11:05:14.000Z","updated_at":"2018-09-04T05:32:22.000Z","dependencies_parsed_at":"2022-08-23T14:11:24.188Z","dependency_job_id":null,"html_url":"https://github.com/netcore/module-contact","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/netcore/module-contact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netcore%2Fmodule-contact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netcore%2Fmodule-contact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netcore%2Fmodule-contact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netcore%2Fmodule-contact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netcore","download_url":"https://codeload.github.com/netcore/module-contact/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netcore%2Fmodule-contact/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31463012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-12-13T12:24:46.760Z","updated_at":"2026-04-06T06:31:54.974Z","avatar_url":"https://github.com/netcore.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Module for more simple contact page management\nMain idea of this module is to provide easy contact page setting management, creating map with location and make contact form.\n\n## Pre-installation\n\nThis package is part of Netcore CMS ecosystem and is only functional in a project that has following packages installed:\n\nhttps://github.com/netcore/netcore\n\nhttps://github.com/netcore/module-admin\n\nhttps://github.com/netcore/module-form (Only if you will use contact form)\n\nhttps://github.com/nWidart/laravel-modules\n\n## Installation\n\n```composer require netcore/module-contact```\n\nPublish config, assets, migrations. Migrate and seed:\n\n```\nphp artisan module:publish-config Contact\nphp artisan module:publish Contact\nphp artisan module:publish-migration Contact\nphp artisan migrate\nphp artisan module:seed Contact\n```\nYou should be good to go.\n\n## Usage\n\nAfter setup new section will appear in your acp. The name of the section will be \"Contact\"\nIf your project do not need map or some other settings you can disable them in your configuration file - `config/netcore/module-contact.php`\n\nYou get `contact()` helper. With the helper you can access all features from contact module.\n\n## Examples\nTo return all data necessary for map:\n```contact()-\u003emap()```\n\nTo return content text:\n\n```contact()-\u003econtent()```\n\nTo return contact settings:\n\n```\ncontact()-\u003eitem('phone')\ncontact()-\u003eitem('workdays')\ncontact()-\u003eitem('location')\ncontact()-\u003eitem('contact-email')\ncontact()-\u003eitem('contact-form')\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcore%2Fmodule-contact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetcore%2Fmodule-contact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcore%2Fmodule-contact/lists"}