This repository was archived by the owner on Jan 2, 2019. It is now read-only.
This repository was archived by the owner on Jan 2, 2019. It is now read-only.
Start making PHPExcel PSR-* compliant #286
Open
Description
I believe some easy things could be done to start making PHPExcel PSR-* compliant.
- Only accept new pull requests that are PSR-1 and PSR-2 compliant
- Move source code to a
src
orlib
directory - Start implementing autoloading practices from PSR-4 , see examples
In the future
- Rename Namespaces and Classes to be PSR-0 compliant