Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider an autoloader #5

Open
JeffMatson opened this issue Jul 24, 2018 · 0 comments
Open

Consider an autoloader #5

JeffMatson opened this issue Jul 24, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@JeffMatson
Copy link
Contributor

It looks like you're requiring a lot of files in different places. An autoloader would allow you to be able to call those classes without the need for all the requires. Since you're already requiring a modern PHP version, it shouldn't be an issue at all to implement (although you'll need to adjust where needed).

@FrankM1 FrankM1 added this to the 1.1.0 milestone Jul 25, 2018
@FrankM1 FrankM1 added the enhancement New feature or request label Jul 25, 2018
@FrankM1 FrankM1 self-assigned this Jul 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants