robertmain / UniformCache

Cache abstraction layer for PHP
GNU General Public License v3.0
10 stars 0 forks source link

Classes/namespaces don't match PSR-0 #2

Closed jamend closed 9 years ago

jamend commented 10 years ago

The class naming scheme should be compatible with PSR-0 (https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md); following these established conventions would make it much easier to integrate this library into a project since it avoids name collision issues and can be easily auto-loaded (instead of having to have a custom auto-loader or require_once).

robertmain commented 9 years ago

Going to use PSR-4 instead

robertmain commented 6 years ago

@jamend Currently in the process of rewriting using PSR-4. Stay tuned :)