See comment at Manual talk:Coding conventions/PHP#Directory Structure. I agree; we should follow standard PHP naming conventions and use /src for at least PSR-4 extensions.
Topic on Talk:Best practices for extensions
Appearance
+1 for src/ in new projects. includes/ is a very PHP3/4 convention.