There is no such thing as "multiple files" with PSR-0. Don't create multiple classes unless you actually need multiple objects. If you really want to organize your code in multiple files, create utility classes (final class, static methods) that handle values based on given parameters. Unless you are very proficient with the principles (not just the syntax) of object-oriented programming, there is no reason that you want to create other classes other than utility classes.