{"id":18337426,"url":"https://github.com/mikemix/zf2-tidy-filter","last_synced_at":"2025-10-30T00:50:26.764Z","repository":{"id":26478724,"uuid":"29930585","full_name":"mikemix/zf2-tidy-filter","owner":"mikemix","description":"TIDY filter for Zend Framework 2","archived":false,"fork":false,"pushed_at":"2015-05-12T15:41:07.000Z","size":160,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-23T21:25:49.725Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikemix.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}},"created_at":"2015-01-27T19:22:37.000Z","updated_at":"2017-06-16T22:24:58.000Z","dependencies_parsed_at":"2022-07-25T15:32:07.449Z","dependency_job_id":null,"html_url":"https://github.com/mikemix/zf2-tidy-filter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mikemix/zf2-tidy-filter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikemix%2Fzf2-tidy-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikemix%2Fzf2-tidy-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikemix%2Fzf2-tidy-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikemix%2Fzf2-tidy-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikemix","download_url":"https://codeload.github.com/mikemix/zf2-tidy-filter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikemix%2Fzf2-tidy-filter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281726183,"owners_count":26550920,"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-10-29T02:00:06.901Z","response_time":59,"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":[],"created_at":"2024-11-05T20:11:10.859Z","updated_at":"2025-10-30T00:50:26.737Z","avatar_url":"https://github.com/mikemix.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zf2-tidy-filter\n\"Tidy\" filter for Zend Framework 2\n\nUsage in forms\n--------------\n\nExample form:\n\n```php\n\u003c?php\nnamespace Application\\Form;\n\nuse Zend\\Form\\Form;\nuse Zend\\InputFilter\\InputFilterProviderInterface;\nuse zf2filter\\Filter\\TidyFilter;\n\nclass ExampleForm extends Form implements InputFilterProviderInterface\n{\n    function init()\n    {\n        $this-\u003eadd([\n            'name' =\u003e 'html',\n            'type' =\u003e 'textarea',\n        ]);\n    }\n    \n    public function getInputFilterSpecification()\n    {\n        return [\n            'html' =\u003e [\n                'required' =\u003e true,\n                'filters'  =\u003e [\n                    ['name' =\u003e TidyFilter::class]\n                ],\n            ],\n        ];\n    }\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikemix%2Fzf2-tidy-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikemix%2Fzf2-tidy-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikemix%2Fzf2-tidy-filter/lists"}