{"id":36995858,"url":"https://github.com/adminarchitect/contacts","last_synced_at":"2026-01-13T23:48:12.811Z","repository":{"id":56940984,"uuid":"52349171","full_name":"adminarchitect/contacts","owner":"adminarchitect","description":"Admin Architect - Contact Page","archived":false,"fork":false,"pushed_at":"2016-04-25T14:06:15.000Z","size":1521,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-16T05:26:31.701Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/adminarchitect.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":"2016-02-23T09:59:40.000Z","updated_at":"2018-01-30T20:31:08.000Z","dependencies_parsed_at":"2022-08-21T06:50:52.099Z","dependency_job_id":null,"html_url":"https://github.com/adminarchitect/contacts","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/adminarchitect/contacts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adminarchitect%2Fcontacts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adminarchitect%2Fcontacts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adminarchitect%2Fcontacts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adminarchitect%2Fcontacts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adminarchitect","download_url":"https://codeload.github.com/adminarchitect/contacts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adminarchitect%2Fcontacts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"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":[],"created_at":"2026-01-13T23:48:12.757Z","updated_at":"2026-01-13T23:48:12.803Z","avatar_url":"https://github.com/adminarchitect.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Admin Architect - Contacts module\n\n`Note:` The backend part of this package can be used only in conjunction with `Admin Architect` (`terranet/administrator`) package.\n\n## Installation\n\n```\ncomposer require adminarchitect/contacts\n```\n\nadd service provider to `config/app.php`:\n\n```\n'providers' =\u003e [\n    ...\n    Terranet\\Contacts\\ServiceProvider::class\n    ...\n]\n```\n\n```\nphp artisan vendor:publish --provider=\"Terranet\\\\Contacts\\\\ServiceProvider\"\n```\n\n## Usage\n\n```\n$contacts = new Contacts('Google Inc.');\n$contacts\n    -\u003esetDescription('\u003cp\u003eWe’ve come a long way from the dorm room and the garage. \u003c/p\u003e' .\n        '\u003cp\u003eWe moved into our headquarters in Mountain View, California—better known as the Googleplex—in 2004. \u003c/p\u003e' .\n        '\u003cp\u003eToday Google has more than 70 offices in more than 40 countries around the globe.\u003c/p\u003e')\n    -\u003esetEmails(['info@google.com'])\n    -\u003esetPhones(['+1 734-332-6500', '+1 248-593-4000']);\n    \n$contacts-\u003esetAddress('1600 Amphitheatre Parkway Mountain View, CA 94043');\n\n$contacts-\u003edepartment('Google Ann Arbor', function ($department) {\n    $department-\u003esetDescription('Software development')\n        -\u003esetAddress('201 S. Division St. Suite 500 Ann Arbor, MI 48104')\n        -\u003esetPhones(['+1 734-332-6500'])\n        -\u003esetEmails(['support@google.com']);\n});\n\n$contacts-\u003edepartment('Google Detroit', function ($department) {\n    $department-\u003esetDescription('Software development')\n        -\u003esetAddress('114 Willits Street Birmingham, MI 48009')\n        -\u003esetPhones(['+1 248-593-4000'])\n        -\u003esetEmails(['support@google.com']);\n});\n\nreturn $contacts-\u003erender();\n```\n\n# Templates\n\nChoose the template from one of predefined or create new one: `config/contacts.php` section `template`\n\n![Contact page - Default template](./images/full.png)\n\n### two columns\n\n![Contact page - Tow Columns template](./images/two-columns.png)\n\n### Or in rows\n\n![Contact page - Tow Rows template](./images/two-rows.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadminarchitect%2Fcontacts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadminarchitect%2Fcontacts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadminarchitect%2Fcontacts/lists"}