CRUD client to REST API

I’m trying to find a way to create a CRUD app in Yii as a REST client.

Like using a "RestDataProvider" in index view;

create and update actions calling a REST url;

I can’t find a way of developing an interface in Yii to an external REST API.

May someone help me?

I’m Using Yii 1.x

Have you checked there are no extensions doing that?