laminas / laminas-server

Create Reflection-based RPC servers
https://docs.laminas.dev/laminas-server/
BSD 3-Clause "New" or "Revised" License
25 stars 13 forks source link

Migration command for new interfaces #11

Open arueckauer opened 4 years ago

arueckauer commented 4 years ago

Feature Request

Q A
New Feature yes
RFC no
BC Break no

Summary

Version 3.0 introduces new interfaces ClientInterface and ServerInterface and dropping old interfaces Client and Server. A migration command that helps migrate imlementations would be very helpful for users.

At this point it is not clear, whether the interfaces will be compatible and thus a simple rename of class names will suffice.