Problem solved ! After looking to the Protobuf Github repo, I noticed that the PSR4 support was committed after the release of the v3.1.0 (version I was using to generate my files)
Link to the releases: https://github.com/google/protobuf/releases Link to the PSR4 support commit: https://github.com/google/protobuf/commit/46ae90dc5e145b12fffa7e053a908a9f3e066286 The solution is to use the v3.2.0-rc.1 to generate the PHP files and it works perfectly ! Adrien -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
