forked from doctrine/common
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
doctrine edited this page Sep 14, 2010
·
11 revisions
Welcome to the Doctrine Common Wiki!
Doctrine Common is a library project that provides extensions to, as well as common implementations of, core PHP functionality.
The provided features include:
- A simple, fast class loader (autoloader) for namespaced classes that are organized according to common conventions.
- An implementation for attaching metadata to sourcecode and reading it back out through DocBlock annotations.
- Object-oriented collections as alternatives to PHP’s native array.
- A simple, generic event framework.
The Doctrine Common project has no dependencies besides PHP itself.