Yii2 Transactions Only Application ?

I am in need to create an application in Yii2 that will only do transactions, so no user, no interfaces, etc.

  • I will create rest apis that connects to me and I will connect to other applications.

At the end I am creating a bridge applications for the users to connect to the providers.

It is very probable that I need to start from the scratch using only the Yii2 library, but I am not sure about the structure to follow.

Any recommendations ?

There’s no ready to use recipe for the case. I’d start with https://github.com/cebe/assetfree-yii2

Link is not working :(. But if it is as I think, is just starting from scratch and install only yii library by composer right ?

Fixed the link. There was extra dot at the end…