Slivework is a new metaframework which aims to share functinality through different PHP frameworks. It takes business logic from controller to service classes. The service layer leaves all http processing to current framework and moves all business into it. Controllers are forbidden to access database directly, all db operations is passed to service. Sliceworks uses Doctrine ORM + ODM.
- Each slice is a Symfony2 bundle
src/Slicework/UserBundle/ src/Slicework/UserMessagingBundle/ src/Slicework/UserInvitesBundle/ ....