{"id":25305715,"url":"https://github.com/philterd/philter-sdk-net","last_synced_at":"2026-02-07T07:02:30.426Z","repository":{"id":37897635,"uuid":"242147965","full_name":"philterd/philter-sdk-net","owner":"philterd","description":".NET Client SDK for Philter","archived":false,"fork":false,"pushed_at":"2024-11-20T17:16:07.000Z","size":290,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T08:41:11.792Z","etag":null,"topics":["dotnet-core","dotnetcore","personally-identifiable-information","phi","philter","pii","protected-health-information","sensitive-data"],"latest_commit_sha":null,"homepage":"https://www.philterd.io/philter/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/philterd.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":"2020-02-21T13:41:29.000Z","updated_at":"2024-11-20T17:16:11.000Z","dependencies_parsed_at":"2024-12-06T12:38:18.475Z","dependency_job_id":null,"html_url":"https://github.com/philterd/philter-sdk-net","commit_stats":null,"previous_names":["mtnfog/philter-sdk-net"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/philterd/philter-sdk-net","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philterd%2Fphilter-sdk-net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philterd%2Fphilter-sdk-net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philterd%2Fphilter-sdk-net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philterd%2Fphilter-sdk-net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philterd","download_url":"https://codeload.github.com/philterd/philter-sdk-net/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philterd%2Fphilter-sdk-net/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29188311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T05:07:31.176Z","status":"ssl_error","status_checked_at":"2026-02-07T05:06:15.227Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["dotnet-core","dotnetcore","personally-identifiable-information","phi","philter","pii","protected-health-information","sensitive-data"],"created_at":"2025-02-13T09:53:45.623Z","updated_at":"2026-02-07T07:02:30.282Z","avatar_url":"https://github.com/philterd.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Philter SDK for .NET\n\nThe Philter SDK for .NET is a client for de-identifying and redacting text using Philter. Refer to the [Philter API](https://docs.philterd.ai/philter/api/) documentation for details on the methods available.\n\n## Build\n\nThe project can be built using Visual Studio or other .NET IDE. It can be built via the command line using either the `build.bat` or `build.sh` scripts depending on your platform.\n\n## Usage\n\nInstall using [NuGet](https://www.nuget.org/packages/philter-sdk-net/).\n\nOr, clone and import the project into your solution.\n\n```\ngit clone https://github.com/philterd/philter-sdk-net.git\n```\n\nWith an available running instance of Philter, to filter text:\n\n```\nPhilterClient client = new PhilterClient(\"https://127.0.0.1:8080\");\nstring filteredText = client.Filter(text);\n```\n\nTo filter text with explanation:\n\n```\nPhilterClient client = new PhilterClient(\"https://127.0.0.1:8080\");\nExplainResponse explainResponse = client.Explain(text);\n```\n\n## Release History\n\n* 1.4.0 - (Not yet released) Updated to .NET 9.0, dependency updates.\n* 1.3.1 - Updates for RestSharp 110.2.0.\n* 1.3.0 - Renamed filter profiles to policies. Updated to .NET 7.0.\n* 1.1.0 - Added authentication support.\n* 1.0.0 - Initial release.\n\n## License\n\nThis project is licensed under the Apache License, version 2.0.\n\nCopyright 2023 Philterd, LLC\nPhilter is a registered trademark of Mountain Fog, Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilterd%2Fphilter-sdk-net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilterd%2Fphilter-sdk-net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilterd%2Fphilter-sdk-net/lists"}