{"id":21556963,"url":"https://github.com/webnuvola/antispambot","last_synced_at":"2026-05-20T02:41:20.652Z","repository":{"id":78967922,"uuid":"200866567","full_name":"Webnuvola/antispambot","owner":"Webnuvola","description":"Stand-alone antispambot function from WordPress","archived":false,"fork":false,"pushed_at":"2024-03-01T16:48:34.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-25T13:08:47.690Z","etag":null,"topics":["antispam","antispambot","email","obfuscation","php","spam","wordpress"],"latest_commit_sha":null,"homepage":"","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/Webnuvola.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-06T14:21:15.000Z","updated_at":"2023-03-07T08:54:56.000Z","dependencies_parsed_at":"2024-11-24T10:03:07.448Z","dependency_job_id":null,"html_url":"https://github.com/Webnuvola/antispambot","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"c1be3ba58b31368195d3db3551f5d3b7746e9a6f"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webnuvola%2Fantispambot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webnuvola%2Fantispambot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webnuvola%2Fantispambot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Webnuvola%2Fantispambot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Webnuvola","download_url":"https://codeload.github.com/Webnuvola/antispambot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244148367,"owners_count":20406168,"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","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":["antispam","antispambot","email","obfuscation","php","spam","wordpress"],"created_at":"2024-11-24T08:10:29.833Z","updated_at":"2026-05-20T02:41:20.571Z","avatar_url":"https://github.com/Webnuvola.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Antispambot\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/webnuvola/antispambot.svg?style=flat-square)](https://packagist.org/packages/webnuvola/antispambot)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/webnuvola/antispambot/tests.yml?branch=main\u0026style=flat-square)](https://github.com/Webnuvola/antispambot/actions?query=branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/webnuvola/antispambot.svg?style=flat-square)](https://packagist.org/packages/webnuvola/antispambot)\n\nThis package allows you to use the `antispambot` function outside of WordPress.\n\n## Installation\nYou can install the package via composer:\n\n```bash\ncomposer require webnuvola/antispambot\n```\n\n## Usage\n```php\necho antispambot('demo@example.com');\n// Example output: \u003ca href=\"mailto:dem\u0026#111;\u0026#64;exa\u0026#109;p\u0026#108;\u0026#101;.\u0026#99;o\u0026#109;\"\u003ede\u0026#109;\u0026#111;\u0026#64;e\u0026#120;ample\u0026#46;\u0026#99;om\u003c/a\u003e\n// Example output decoded: \u003ca href=\"mailto:demo@example.com\"\u003edemo@example.com\u003c/a\u003e\n\necho antispambot('demo@example.com', 'Contact us');\n// Example output: \u003ca href=\"mailto:\u0026#105;\u0026#110;fo\u0026#64;ex\u0026#97;\u0026#109;\u0026#112;\u0026#108;e\u0026#46;co\u0026#109;\"\u003eContact us\u003c/a\u003e\n\necho antispambot('demo@example.com', 'Contact us', ['class' =\u003e 'text-white', 'target' =\u003e '_blank']);\n// Example output: \u003ca href=\"mailto:\u0026#105;\u0026#110;\u0026#102;o\u0026#64;e\u0026#120;\u0026#97;\u0026#109;ple.\u0026#99;\u0026#111;\u0026#109;\" class=\"text-white\" target=\"_blank\"\u003eContact us\u003c/a\u003e\n\necho \\Webnuvola\\Antispambot\\Antispambot::antispambot('demo@example.com');\n// Example output: \u0026#100;\u0026#101;\u0026#109;\u0026#111;\u0026#64;e\u0026#120;a\u0026#109;pl\u0026#101;\u0026#46;co\u0026#109;\n```\n\nUse `antispambot_html` function to return an instance of `Illuminate\\Support\\HtmlString` to use with Laravel framework.\n\n## Documentation\n`antispambot` on [WordPress Developer Resources](https://developer.wordpress.org/reference/functions/antispambot/).\n\n## Testing\n```bash\ncomposer test\n```\n\n## Credits\n- [WordPress](https://wordpress.org/)\n- [Fabio Cagliero](https://github.com/fab120)\n\n## License\nThis software is release under GPL v2.  Please see [LICENSE](LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebnuvola%2Fantispambot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebnuvola%2Fantispambot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebnuvola%2Fantispambot/lists"}