{"id":34566153,"url":"https://github.com/firebrandhq/silverstripe-phonelink","last_synced_at":"2025-12-24T09:06:24.575Z","repository":{"id":32783247,"uuid":"141960450","full_name":"firebrandhq/silverstripe-phonelink","owner":"firebrandhq","description":"Add a phone link option to TinyMCE link dropdown in SilverStripe 4","archived":false,"fork":false,"pushed_at":"2025-11-16T22:06:09.000Z","size":308,"stargazers_count":8,"open_issues_count":1,"forks_count":11,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-17T00:08:07.048Z","etag":null,"topics":["silverstripe","silverstripe-4","silverstripe-module","tinymce-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/firebrandhq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","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":"2018-07-23T04:19:04.000Z","updated_at":"2025-11-16T22:04:12.000Z","dependencies_parsed_at":"2024-06-21T02:37:16.142Z","dependency_job_id":null,"html_url":"https://github.com/firebrandhq/silverstripe-phonelink","commit_stats":{"total_commits":33,"total_committers":6,"mean_commits":5.5,"dds":0.5454545454545454,"last_synced_commit":"10393d0bdf8b663b851dfb990baefad9e89d8906"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/firebrandhq/silverstripe-phonelink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firebrandhq%2Fsilverstripe-phonelink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firebrandhq%2Fsilverstripe-phonelink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firebrandhq%2Fsilverstripe-phonelink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firebrandhq%2Fsilverstripe-phonelink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firebrandhq","download_url":"https://codeload.github.com/firebrandhq/silverstripe-phonelink/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firebrandhq%2Fsilverstripe-phonelink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27999353,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"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":["silverstripe","silverstripe-4","silverstripe-module","tinymce-plugin"],"created_at":"2025-12-24T09:05:26.333Z","updated_at":"2025-12-24T09:06:24.568Z","avatar_url":"https://github.com/firebrandhq.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SilverStripe 6 Phone Link Module \n\nSilverstripe 6 module adding the possibility to create / edit Phone number links using the TinyMCE editor (tel: links).\n\nIt uses the native SilverStripe 6 React modals and seamlessly integrates in the CMS.\n\nIf you need this for SilverStripe 4 use [2.1](https://github.com/firebrandhq/silverstripe-phonelink/tree/2.1.0).\nIf you need this for SilverStripe 3 [use Nathan Cox's module](https://github.com/nathancox/silverstripe-phonelink).\n\n## Requirements\n\n* [SilverStripe ^6.0](https://www.silverstripe.org/download)\n\nFor SilverStripe 5.0 use version 3.x\n\nFor SilverStripe 4.4 use version 2.1.0\n\nFor SilverStripe 4.2 and 4.3 use version 2.0.3\n\nFor Silverstripe 4.0 to 4.1 use [this branch](https://github.com/firebrandhq/silverstripe-phonelink/tree/1.x)\n## Installation\n\n**Run the following command:**\n\n```sh\ncomposer require firebrandhq/silverstripe-phonelink \"^4.0\"\n```\n\n## Screenshots\n\n![Add link using dropdown](docs/images/add_link_screen_1.png \"Add link using dropdown\")\n\n![Configure link](docs/images/add_link_screen_2.png \"Configure link\")\n\n![Link added to editor](docs/images/add_link_screen_3.png \"Link added to editor\")\n\n## Translations\n\nEnglish and French are provided with the module.\n\n## Contributing\n\n[See CONTRIBUTING.md](CONTRIBUTING.md)\n\n## Versioning\n\nThis library follows [Semver](http://semver.org). According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.\n\nAll methods, with `public` visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep `protected` methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.\n\n## Reporting Issues\n\nPlease [create an issue](https://github.com/firebrandhq/silverstripe-phonelink/issues) for any bugs you've found, or features you're missing.\n\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirebrandhq%2Fsilverstripe-phonelink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirebrandhq%2Fsilverstripe-phonelink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirebrandhq%2Fsilverstripe-phonelink/lists"}