
 zinsou A.A.E.Moïse - 2017-11-27 22:36:22 - 
In reply to message 1 from Adrian Maleska 
hi thanks for your comment.
Actually you can install it with composer using
this
{
  "require":
  {
    "phpclasses/m12": ">=1.0.0"
  },
  "repositories":
  [
    {
      "type": "composer",
      "url": "https:\/\/www.phpclasses.org\/"
    },
    {
      "packagist": false
    }
  ]
}
and maybe more soon...
Regards.