{"id":18566203,"url":"https://github.com/atoum/atom-plugin","last_synced_at":"2025-04-10T05:32:15.606Z","repository":{"id":47137168,"uuid":"46239239","full_name":"atoum/atom-plugin","owner":"atoum","description":"atoum integration: run your PHP unit tests and get feedback right in Atom editor","archived":false,"fork":false,"pushed_at":"2021-09-12T15:05:22.000Z","size":840,"stargazers_count":4,"open_issues_count":5,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-24T16:46:10.828Z","etag":null,"topics":["atom-plugin","atoum","php","test"],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atoum.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-15T22:40:11.000Z","updated_at":"2025-01-24T14:43:03.000Z","dependencies_parsed_at":"2022-09-03T22:00:47.145Z","dependency_job_id":null,"html_url":"https://github.com/atoum/atom-plugin","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atoum%2Fatom-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atoum%2Fatom-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atoum%2Fatom-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atoum%2Fatom-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atoum","download_url":"https://codeload.github.com/atoum/atom-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248163198,"owners_count":21057889,"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":["atom-plugin","atoum","php","test"],"created_at":"2024-11-06T22:22:12.045Z","updated_at":"2025-04-10T05:32:14.980Z","avatar_url":"https://github.com/atoum.png","language":"CoffeeScript","readme":"# Atom plugin [![Build Status](https://travis-ci.org/atoum/atom-plugin.svg?branch=master)](https://travis-ci.org/atoum/atom-plugin)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"http://atoum.org/images/logo/atoum.png\" alt=\"atoum\"/\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/atom/atom/master/resources/app-icons/stable/png/128.png\" alt=\"atom\"/\u003e\n    \u003cbr/\u003e\u003cbr/\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/atoum/atom-plugin/master/resources/preview.png\" alt=\"atoum-plugin\"/\u003e\n\u003c/p\u003e\n\n## Commands \u0026 keymaps\n\n| Command                              | Description                                                    | Binding                                                                             |\n|--------------------------------------|----------------------------------------------------------------|-------------------------------------------------------------------------------------|\n| `atoum-plugin:toggle`                | Toggles atoum panel                                            | \u003ckbd\u003ectrl\u003c/kbd\u003e + \u003ckbd\u003ealt\u003c/kbd\u003e + \u003ckbd\u003ea\u003c/kbd\u003e                                     |\n| `atoum-plugin:run-file`              | Runs the selected file in the treeview                         | 🖱                                                                                   |\n| `atoum-plugin:run-current-file`      | Runs the selected directory in the treeview                    | 🖱                                                                                   |\n| `atoum-plugin:run-directory`         | Runs the currently focused file in the editor                  | \u003ckbd\u003ecmd\u003c/kbd\u003e + \u003ckbd\u003ectrl\u003c/kbd\u003e + \u003ckbd\u003ealt\u003c/kbd\u003e + \u003ckbd\u003ea\u003c/kbd\u003e                    |\n| `atoum-plugin:run-current-directory` | Runs the directory of the currently focused file in the editor | \u003ckbd\u003ecmd\u003c/kbd\u003e + \u003ckbd\u003eshift\u003c/kbd\u003e + \u003ckbd\u003ectrl\u003c/kbd\u003e + \u003ckbd\u003ealt\u003c/kbd\u003e + \u003ckbd\u003ea\u003c/kbd\u003e |\n\n## Configuration\n\n| Key                                | Description                            | Default                        |\n|------------------------------------|----------------------------------------|--------------------------------|\n| `atoum-plugin.usePackagedPhar`     | Use the packaged [atoum PHAR](http://docs.atoum.org/en/latest/getting_started.html?highlight=phar#phar-archive)                                     | `false`                        |\n| `atoum-plugin.maxChildrenNumber`   | Maximum number of [concurrent processes](http://docs.atoum.org/en/latest/option_cli.html?highlight=process#mcn-integer-max-children-number-integer) | Number of CPUs on your machine |\n| `atoum-plugin.disableCodeCoverage` | Disable [code coverage](http://docs.atoum.org/en/latest/option_cli.html?highlight=process#ncc-no-code-coverage)                                     | `true`                         |\n| `atoum-plugin.enableDebugMode`     | Enable [debug mode](http://docs.atoum.org/en/latest/written_help.html#le-mode-debug)                                                                | `false`                        |\n| `atoum-plugin.xdebugConfig`        | xDebug configuration                                                                                                                                | ` `                            |\n| `atoum-plugin.failIfVoidMethod`    | Fail if there is a void method                                                                                                                      | `false`                        |\n| `atoum-plugin.failIfSkippedMethod` | Fail if there is a skipped method                                                                                                                   | `false`                        |\n| `atoum-plugin.phpPath`             | Path to the PHP binary to use                                                                                                                       | `php`                          |\n| `atoum-plugin.phpArguments`        | Arguments to append to the PHP command                                                                                                              | ` `                            |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatoum%2Fatom-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatoum%2Fatom-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatoum%2Fatom-plugin/lists"}