-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The PSR-4 autoloader specification requires that the file name and class name match exactly. Of course, it's case-sensitive.
However, some of the Model\Sendbird* classes in this SDK are declared in the SendBird*.php file, not Sendbird*.php.
Please rename them as file names that complies with the PSR-4 standard.
P.S.
Even though PHP is an unpopular language, the current repository management is really disappointing.
There is not a single method that is compatible between the 1.x and 2.x versions. It is hard to accept that such a major BC issue is being glossed over with just three lines of code. Let's say that updates between 1.x and 2.x are major updates, so that's understandable. However, the fact that such issues are occurring even in minor version updates, as described in #6, is a really, really big problem.
The issue described here is also hard to accept. I don't understand why I have to troubleshoot such a basic problem.
Either don't create BC for minor version updates, or if you have to, provide detailed explanations in the patch notes. Follow the PSR-4 autoloader rules for case sensitivity. If it were a complex bug, I could understand. But seeing issues arise in such basic areas makes it really hard to trust Sendbird.