It would be great to have the library installable via composer, to ease the installation in projects reusing the library.
E.g. being able to bootstrap a project by simply adding a composer.json file containing
{
"require": {
"php": ">=5.3.10",
"mangos/dbc": ">=1.0"
}
}
would be awesome.
Also, the library needs to be registered on Packagist.