Skip to content

Restructure PHP code #161

@mhellmeier

Description

@mhellmeier

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions