Phemto is a dependency injector for PHP. Similar in concept to Pico container, but smaller. DI is for managing complex OO dependencies on a large project, e.g. for web frameworks. A cleaner alternative to registry or service locator patterns.
A php library that eases the creation of the domain layer for any php project. It provides an Entity class with convenience methods and Repository injection, a Repository class, a Collection class and an Entity Manager class for now.
ekans is just another php library that claims to be lightweight, object oriented and simple. currently provided are authentication, authorization (acl), session's and dependency injection.