You can install the package using composer require aa-ahmed-aa/dorm

OR


to your composer.json file add this to your require list

{
      "require": {
           "aa-ahmed-aa/dorm": "~1.1"
      }
}

then run composer update