{"id":15681506,"url":"https://github.com/jbboehr/dnsbl.php","last_synced_at":"2025-08-22T06:32:43.315Z","repository":{"id":26489338,"uuid":"29941492","full_name":"jbboehr/dnsbl.php","owner":"jbboehr","description":"DNSBL Lookup","archived":false,"fork":false,"pushed_at":"2024-09-28T01:20:58.000Z","size":111,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-27T20:51:37.825Z","etag":null,"topics":["dnsbl","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jbboehr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2015-01-27T23:57:42.000Z","updated_at":"2024-09-28T01:21:02.000Z","dependencies_parsed_at":"2024-06-20T00:08:19.727Z","dependency_job_id":"bfc08ffc-8c84-485d-8178-5e3fba87859c","html_url":"https://github.com/jbboehr/dnsbl.php","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":"0.46153846153846156","last_synced_commit":"c054d2eee001f95e75a38dfe4b045eae55cfbcd1"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbboehr%2Fdnsbl.php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbboehr%2Fdnsbl.php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbboehr%2Fdnsbl.php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbboehr%2Fdnsbl.php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbboehr","download_url":"https://codeload.github.com/jbboehr/dnsbl.php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230568590,"owners_count":18246378,"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":["dnsbl","php"],"created_at":"2024-10-03T16:55:44.047Z","updated_at":"2024-12-20T10:08:27.848Z","avatar_url":"https://github.com/jbboehr.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dnsbl.php\n\n[![GitHub Build Status](https://github.com/jbboehr/dnsbl.php/workflows/ci/badge.svg)](https://github.com/jbboehr/dnsbl.php/actions?query=workflow%3Aci)\n\nSimplified version of PEAR's Net_DNSBL with PEAR dependencies removed.\n\n\n## Installation\n\nWith [composer](http://getcomposer.org)\n\n```json\n{\n    \"require\": {\n        \"jbboehr/dnsbl\": \"0.1.*\"\n    }\n}\n```\n\n\n## Usage\n\n```php\n$dnsbl = new \\DNSBL\\DNSBL(array(\n    'blacklists' =\u003e array(\n        'bl.spamcop.net'\n    )\n));\nvar_export($dnsbl-\u003eisListed('127.0.0.2')); echo \";\\n\";\nvar_export($dnsbl-\u003egetListingBlacklists('127.0.0.2')); echo \";\\n\";\n```\n\n```php\ntrue;\narray (\n  0 =\u003e 'bl.spamcop.net',\n);\n```\n\n\n## License\n\nThis project is licensed under the [PHP license](http://php.net/license/3_01.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbboehr%2Fdnsbl.php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbboehr%2Fdnsbl.php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbboehr%2Fdnsbl.php/lists"}