Simple question, is it possible to dynamically add traits to a php class in runtime without using eval?
No.
p.s. you can have them in standalone files, and use include() ?