Evoke-PHP is a library of independent objects that forms a framework for web development. Built for developers, Evoke-PHP provides you with useful objects whilst allowing you to control every aspect of your development.
I hate frameworks.
Frameworks make you write your code in a specific way. You are quickly drawn into using the entire framework to solve your problem when all you needed was a simple component from it. They take away your choice, possibly enforcing a horrible directory structure (scaffold).
A library provides you with discrete, managable components that you can pick and choose from. You use only what you need to to get your problem solved.
Evoke-PHP provides you with loosely coupled objects so that you can plug in only the components from the library that you require.