simple-autoloader-for-wordpress
                                
                                 simple-autoloader-for-wordpress copied to clipboard
                                
                                    simple-autoloader-for-wordpress copied to clipboard
                            
                            
                            
                        Why are things outside my own plugin's directory getting autoloaded?
 
                                    
                                    
                                    
                                
This likely depends on how your plugin is structured. If it's placing the autoloader in a location that's aware of all other plugins, then it will load them.
Conversely, another autoloader could be using it though the variable names look to map to how this autoloader loads this.
I think I followed the README to the letter... rearranged my files around it...
Composer's autoloader can be limited to a namespace. Maybe that logic should be added? I wouldn't know how to code that to submit a PR, but I'd be appreciative. Until then, I think I'll try to get Composer's to work... give it a namespace and a directory(ies) to look in and have it do its thing.