-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Labels
Description
Is your feature request related to a problem? Please describe.
The structure of the PHP code is really confusing and different from many other project. The main problem is IMHO that this tool uses a one-function-per-file approach with a lot of includes. Furthermore there are a lot of uncommented functions. This isn't very comfortable and makes it very sluggish for new contributors.
Describe the solution you'd like
A better approach would be a class oriented approach with well commented functions and a clear structure.
If you want, I can restructre the PHP part (api and lib folder) for you in a PR.