Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkcom/kphp-tools
A set of independent tools to work with KPHP compiled code
https://github.com/vkcom/kphp-tools
kphp
Last synced: about 2 months ago
JSON representation
A set of independent tools to work with KPHP compiled code
- Host: GitHub
- URL: https://github.com/vkcom/kphp-tools
- Owner: VKCOM
- License: gpl-3.0
- Archived: true
- Created: 2020-10-15T10:04:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T22:11:05.000Z (almost 3 years ago)
- Last Synced: 2024-09-25T21:41:43.874Z (about 2 months ago)
- Topics: kphp
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 4
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kphp-tools
A set of independent tools to work with KPHP compiled code (tons of *.cpp/.h* files as a result of PHP→C++ codegeneration).
So, this is not a part of the compiler, but just helpers for development.
## Tools list
Each of them has its own README and instruction usage, so follow links.
* [**kphp-inspector**](./kphp-inspector) — query and examine KPHP output folder: quickly find functions sources, analyze inferred local vars, etc
* [**kphp-diff-comparator**](./kphp-diff-comparator) — compare two KPHP outputs: see difference between two versions of one site or when a site was compiled by different KPHP versions