Shortly, you can't.
PHP is a back-end language. Though you can use the Webkit engine in OSX to run your app, the GUI of your app should be write in Javascript and HTML. You can search google with "HTML5 native app" to get more information.
As for Nginx, it is a server program. It serves for server but not client. Anyone who wants to build an app in Mac Store or Google Play or whatever should not involve Nginx.
SQLite can be helpful in native app development, I think you could use SQLite with some form of API that the framework you use providing.
To get more info, see PhoneGap and Node-webkit, they could help you assuming you are a web developer. And if you plan to develop on OSX, the recommend way is Objective-c Language and Cocoa Framework and Xcode IDE.
mosyncand other frameworks.. – matejkramny Mar 10 at 17:20