{"id":19144389,"url":"https://github.com/piotrpress/executor","last_synced_at":"2026-06-04T16:31:06.537Z","repository":{"id":57041811,"uuid":"402484003","full_name":"PiotrPress/executor","owner":"PiotrPress","description":"This library is an object wrapper for an exec PHP function.","archived":false,"fork":false,"pushed_at":"2021-09-02T16:12:19.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-03T15:49:06.483Z","etag":null,"topics":["cli","command","command-line","commandline","exec","execute","execution","executor"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PiotrPress.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-02T16:09:02.000Z","updated_at":"2024-11-28T17:14:51.000Z","dependencies_parsed_at":"2022-08-23T23:40:15.504Z","dependency_job_id":null,"html_url":"https://github.com/PiotrPress/executor","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiotrPress%2Fexecutor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiotrPress%2Fexecutor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiotrPress%2Fexecutor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiotrPress%2Fexecutor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PiotrPress","download_url":"https://codeload.github.com/PiotrPress/executor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240225216,"owners_count":19767878,"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":["cli","command","command-line","commandline","exec","execute","execution","executor"],"created_at":"2024-11-09T07:34:44.065Z","updated_at":"2026-06-04T16:31:06.530Z","avatar_url":"https://github.com/PiotrPress.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Executor\n\nThis library is an object wrapper for an [exec](https://www.php.net/manual/en/function.exec.php) PHP function.\n\n## Installation\n\n```console\ncomposer require piotrpress/executor\n```\n\n## Usage\n\n```php\nrequire __DIR__ . '/vendor/autoload.php';\n\nuse PiotrPress;\n\n$result = new Executor( 'ls' );\n\n$result-\u003egetOutput();\n$result-\u003egetReturn();\n$result-\u003eisSuccess(); \n$result-\u003eisFailure();\n\necho $result;\n```\n\n## Requirements\n\nPHP \u003e= `7.4` version.\n\n## License\n\n[GPL3.0](license.txt)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrpress%2Fexecutor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiotrpress%2Fexecutor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrpress%2Fexecutor/lists"}