channel->item as $item) { $items[] = [ 'title' => (string) $item->title, 'link' => (string) $item->link, 'description' => (string) $item->description, 'pubDate' => (string) $item->pubDate ]; } return $this->response->setJSON($items); } }