Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novaway/tideways-profiler-stubs
Stubs for the Tideways PHP Profiler Extension (used for IDE autocompletion)
https://github.com/novaway/tideways-profiler-stubs
profiler stubs tideways
Last synced: about 5 hours ago
JSON representation
Stubs for the Tideways PHP Profiler Extension (used for IDE autocompletion)
- Host: GitHub
- URL: https://github.com/novaway/tideways-profiler-stubs
- Owner: novaway
- License: mit
- Created: 2017-02-15T11:29:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T00:50:43.000Z (over 5 years ago)
- Last Synced: 2024-03-26T10:13:24.294Z (8 months ago)
- Topics: profiler, stubs, tideways
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tideways Profiler stubs
Stubs for the [Tideways PHP Profiler Extension](https://github.com/tideways/php-profiler-extension) (IDE autocompletion).
## Install it
Install extension using [composer](https://getcomposer.org):
```json
{
"require-dev": {
"novaway/tideways-profiler-stubs": "*"
}
}
```## License
Tideways Profiler stubs are released under the MIT License. See the bundled [LICENSE](LICENSE) file for details.