You are not logged in.
Hello everyone, I've been following zend casts for quite awhile (although I never commented) (keep it up jon!)
Right now I'm in the middle of creating my own framework, not a full-stack one (because I'm developing it alone, but oh well, hope that more people get involved once I release the alpha). But my focus is not in the framework, my goal is creating creating a bulletin board system that runs tightly with a profile system (multi-site support)
(Note: I could've used zend framework, I love zend framework, but I wanted to do this challenge to grow as a developer and gain experience)
Thing is, I don't want to reinvent the wheel so I'm using the following libraries
- Doctrine ORM (because it just plainly rocks)
- HTMLPurifier (configuration hell, but still a necessary component)
- sfYaml (because INI files are not enough)
What are your feelings having dependencies in your software? The project is LGPL (will be released in time), that's why I have the doubt since I have to provide people my project, but that also means that if one of those libraries is not supported in X, Y host I have to support it?
Offline