{"id":13699794,"url":"https://github.com/swoole/ide-helper","last_synced_at":"2025-05-04T17:30:54.737Z","repository":{"id":39706056,"uuid":"74324432","full_name":"swoole/ide-helper","owner":"swoole","description":"📘 Swoole IDE Helper","archived":false,"fork":false,"pushed_at":"2025-03-22T23:53:47.000Z","size":1107,"stargazers_count":497,"open_issues_count":2,"forks_count":73,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-03-23T00:24:42.837Z","etag":null,"topics":["autocompletion","ide-helpers","php","swoole","typehinting"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/swoole.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":"2016-11-21T03:54:48.000Z","updated_at":"2025-03-20T11:35:42.000Z","dependencies_parsed_at":"2023-12-11T09:24:53.947Z","dependency_job_id":"719a31dd-9dad-4d65-be40-5158cc1305c8","html_url":"https://github.com/swoole/ide-helper","commit_stats":{"total_commits":340,"total_committers":13,"mean_commits":"26.153846153846153","dds":"0.16176470588235292","last_synced_commit":"33ec7af9111b76d06a70dd31191cc74793551112"},"previous_names":[],"tags_count":84,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swoole%2Fide-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swoole%2Fide-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swoole%2Fide-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swoole%2Fide-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swoole","download_url":"https://codeload.github.com/swoole/ide-helper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252371644,"owners_count":21737372,"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":["autocompletion","ide-helpers","php","swoole","typehinting"],"created_at":"2024-08-02T20:00:43.559Z","updated_at":"2025-05-04T17:30:54.184Z","avatar_url":"https://github.com/swoole.png","language":"PHP","funding_links":[],"categories":["Development Environment","PHP"],"sub_categories":[],"readme":"# Swoole IDE Helper\n\n[![Twitter](https://badgen.net/badge/icon/twitter?icon=twitter\u0026label)](https://twitter.com/phpswoole)\n[![Discord](https://badgen.net/badge/icon/discord?icon=discord\u0026label)](https://discord.swoole.dev)\n[![Latest Stable Version](https://poser.pugx.org/swoole/ide-helper/v/stable.svg)](https://packagist.org/packages/swoole/ide-helper)\n[![License](https://poser.pugx.org/swoole/ide-helper/license)](LICENSE)\n\nThis package contains IDE help files for [Swoole](https://github.com/swoole/swoole-src). You may use it in your IDE to provide accurate autocompletion. \n\n## Install\n\nYou can add this package to your project using [Composer](https://getcomposer.org):\n\n```bash\ncomposer require swoole/ide-helper:~5.0.0\n# or\ncomposer require --dev swoole/ide-helper:~5.0.0\n```\n\nTo use the latest stubs from the `master` branch:\n\n```bash\ncomposer require swoole/ide-helper:@dev\n# or\ncomposer require --dev swoole/ide-helper:@dev\n```\n\n## PHP Configuration Settings\n\n* `swoole.display_errors`: Boolean. Default `On`. Display/hide error information from Swoole.\n* `swoole.enable_coroutine`: Boolean. Default `On`. Turn on/off coroutine support.\n* `swoole.enable_library`: Boolean. Default `On`. Load the source code from [Swoole Library](https://github.com/swoole/library) or not.\n* `swoole.enable_preemptive_scheduler`: Boolean. Default `Off`. Enable preemptive scheduler or not. To understand how it works, please check examples under section \"CPU-intensive job scheduling\" of repository [deminy/swoole-by-examples](https://github.com/deminy/swoole-by-examples).\n* `swoole.unixsock_buffer_size`: Integer (in bytes). By default, it's 256 KiB on Macintosh or FreeBSD, otherwise 8 MiB. The total buffer sizes for the socket connections between the master process and the worker processes in Swoole.\n* `swoole.use_shortname`: Boolean. Default `On`. Support short names or not. Short names are all the aliases listed in file [src/swoole/shortnames.php](src/swoole/shortnames.php).\n\nAll the directives can be set anywhere except `swoole.use_shortname`, which can only be set in `php.ini` files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswoole%2Fide-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswoole%2Fide-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswoole%2Fide-helper/lists"}