If I want to create restful web services with zend framework 3, is it support?

If I want to create restful web services with zend framework 3, is it support or can I do that for a large scale project? And how I can do? Is there any services available in ZF3 or i need to install third party plugin? Please advice…

Seen https://apigility.org/ ?

As @ocramius notes, the most recent versions of Apigility (versions 1.4+) are built on the ZF3 components; you can add the required modules to your existing ZF3 zend-mvc application as well by following the recipe for adding Apigility to a ZF2 application.