{"id":15524168,"url":"https://github.com/theseer/phplint","last_synced_at":"2025-04-23T07:24:19.861Z","repository":{"id":66085760,"uuid":"520730","full_name":"theseer/phplint","owner":"theseer","description":"Simple Wrapper around the php linting functionality for use within code","archived":false,"fork":false,"pushed_at":"2010-02-21T23:13:12.000Z","size":126,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T22:41:18.240Z","etag":null,"topics":[],"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/theseer.png","metadata":{"files":{"readme":"readme.markdown","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}},"created_at":"2010-02-16T18:57:27.000Z","updated_at":"2021-03-07T14:13:45.000Z","dependencies_parsed_at":"2023-02-19T22:15:17.147Z","dependency_job_id":null,"html_url":"https://github.com/theseer/phplint","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theseer%2Fphplint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theseer%2Fphplint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theseer%2Fphplint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theseer%2Fphplint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theseer","download_url":"https://codeload.github.com/theseer/phplint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250388511,"owners_count":21422348,"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":[],"created_at":"2024-10-02T10:49:24.618Z","updated_at":"2025-04-23T07:24:19.840Z","avatar_url":"https://github.com/theseer.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"PHPLint Wrapper Library\n=======================\n\nThis library provides a simple means to run a lint (aka syntactical) check on php code\nfrom within a php application:\n\nUsage with file\n---------------\n\n$linter = new TheSeer\\Tools\\PHPLint();\n$x = $linter-\u003elintFile(__FILE__);\n\nif (!$x) {\n   var_dump($x, $linter-\u003egetError());\u003c?php\n}\n\n\nUsage with string\n-----------------\n\n$linter = new TheSeer\\Tools\\PHPLint();\n$x = $linter-\u003elintString('\u003c?php dddd');\n\nvar_dump($x, $linter-\u003egetError());\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheseer%2Fphplint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheseer%2Fphplint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheseer%2Fphplint/lists"}