pmmp / ExamplePlugin

Example PocketMine-MP plugin, showing some basic features of the API
35 stars 23 forks source link

Create phar artifacts from each build #11

Open dktapps opened 1 year ago

SOF3 commented 1 year ago

I can have a try for integrating this with pharynx (without any virions).

dktapps commented 1 year ago

Is your intent to have pharynx supersede DevTools?

SOF3 commented 1 year ago

I think it is ok. While the default usage of pharynx (using -i path/to/plugin) treats src as a source directory and executes processors on it (automatically converting source files to PSR-0 and erroring when namespace functions/constants/global statements are detected), the -f flag always works as a fallback approach if some users really don't want to use this feature.