PHP Connector update

Dear DHTMLX Team,

Is there any chance the the PHP connector library updated to adopt php-fig standard and published as installable composer package?

here is the link for the reference
github.com/php-fig/fig-standard … r/accepted
packagist.org/
getcomposer.org/

since, you know, PHP community was changed recently with the rise of composer, and most library/packages are framework agnostic

so PHP developer can easily add something like this in their composer.json file

{
    "require" : {
        "dhtmlx/connector" : "1.2"
    }
}

regards
Ikhsan

We will look at it. Having composer package is a good idea, and it will not require major changes
I will post more info later on this week.