{"id":22640710,"url":"https://github.com/beastbytes/yii2-emailobfuscator","last_synced_at":"2026-04-27T23:36:13.209Z","repository":{"id":35510272,"uuid":"39780346","full_name":"beastbytes/yii2-emailobfuscator","owner":"beastbytes","description":"Yii2 Widget to obfuscate email addresses","archived":false,"fork":false,"pushed_at":"2015-07-27T15:37:09.000Z","size":136,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T05:25:42.982Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beastbytes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-27T14:55:19.000Z","updated_at":"2016-10-13T09:20:26.000Z","dependencies_parsed_at":"2022-09-12T13:03:02.500Z","dependency_job_id":null,"html_url":"https://github.com/beastbytes/yii2-emailobfuscator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/beastbytes/yii2-emailobfuscator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beastbytes%2Fyii2-emailobfuscator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beastbytes%2Fyii2-emailobfuscator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beastbytes%2Fyii2-emailobfuscator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beastbytes%2Fyii2-emailobfuscator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beastbytes","download_url":"https://codeload.github.com/beastbytes/yii2-emailobfuscator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beastbytes%2Fyii2-emailobfuscator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32360114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":"2024-12-09T04:13:33.049Z","updated_at":"2026-04-27T23:36:13.193Z","avatar_url":"https://github.com/beastbytes.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yii2-emailobfuscator\nYii2 Widget to obfuscate email addresses to help prevent harvesting by spam bots.\n\nThe widget outputs either a message or an obfuscated version of the address as\nthe text into the document. If JavaScript is enabled that text is replaced with\na _mailto_ link.\n\nFor license information see the [LICENSE](LICENSE.md) file.\n\n## Installation\n\nThe preferred way to install this extension is through [composer](http://getcomposer.org/download/).\n\nEither run\n\n```\nphp composer.phar require --prefer-dist beastbytes/yii2-microformats\n```\n\nor add\n\n```json\n\"beastbytes/yii2-emailobfuscator\": \"~1.0.0\"\n```\n\nto the require section of your composer.json.\n\n## Usage\n\nUse this extension in a view.\n\nTo output the default message (\"This e-mail address is protected to prevent harvesting by spam-bots\")\n```php\n$emailAddress = EmailObfuscator::widget([\n    'address' =\u003e 'my.address@example.com'\n]);\n```\n\nTo output the email address as an obfuscated version: \"my dot address at example dot com\"\n```php\n$emailAddress = EmailObfuscator::widget([\n    'address' =\u003e 'my.address@example.com',\n    'obfuscators' =\u003e [' dot ', ' at ']\n]);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeastbytes%2Fyii2-emailobfuscator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeastbytes%2Fyii2-emailobfuscator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeastbytes%2Fyii2-emailobfuscator/lists"}