-
Notifications
You must be signed in to change notification settings - Fork 446
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
PSR-4 Autoloading #741
Comments
if you need to adjust the autoloading, you can set a custom PSR-whatever compliant loader function to the AUTOLOAD hive var, check b114c8c |
The autoloader itself is or can be PSR-X compatible. Maybe F3 lacks on having a vendor name, but when using F3 as application base, i don't see why it should be a problem to load vendor prefixed 3rd party libraries. |
@sam-at-github I think that @ikkez is right, there shouldn't be a problem loading 3rd party libraries with the PSR-x compatible autoloader. The only thing that we're missing is loading the F3 itself as a module, but in terms of PSR-4 compatibility, that's only a matter of namespacing it, which is a trivial task I suppose. |
btw 2/ states:
so the top level could be Fatfree. and having a sub-name is optional (MAY) |
Is there a plan to make F3 compatible with PSR-4 autoloading. It does require namespacing, and I was wondering if anyone is able to work with PSR-4 now?
Thanks.
The text was updated successfully, but these errors were encountered: