eukras / koinos

PHP library for working with biblical and similar textual references in texts and databases.
Other
1 stars 1 forks source link

decouple so we can move out of symfony bundle into a library proper #3

Closed cordoval closed 9 years ago

eukras commented 9 years ago

How do you suggest this be structured? To my mind it's easy for a Symfony bundle to be used by others, they just won't have access to Commands and similar framework goodies. But a standalone library needs a second Bundle repository to be equally useful. And someone wanting to repackage for some other system, can do so from either starting point.

eukras commented 9 years ago

Actually, I've just worked out that the answer to my prev question is PSR4 and moving to the /src root dir. That should be fine. I won't have a chance to check it for two days through. Will follow up then.

cordoval commented 9 years ago

done so closing