$xml = new \ yii \ web \ XmlResponseFormatter ; $xml -> rootTag = 'Response' ; Yii :: $app -> response -> format = 'custom_xml' ; Yii :: $app -> response -> formatters [ 'custom_xml' ] = $xml ; return [ 'customer' => [ 'name' => 'John Smith' ]];