beardicus / sample-functions-php-numberstowords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numbers to Words

This project creates an API implemented in PHP and which requires installing a third party library.

Project file structure

The GitHub project has the file structure that Nimbella uses to deploy the project with minimal configuration.

Deploy this project to the Nimbella Cloud

If you have the Nimbella command line tool called nim installed, you can deploy this project directly from GitHub. Or, you can clone this repository and deploy from the clone.

  • To deploy from GitHub

    nim project deploy github:nimbella/demo-projects/numbers-to-words

  • If you have cloned the repository

    nim project deploy /path/to/numbers-to-words

The output of this command will include a link to where the application is running in the cloud for your account.

About


Languages

Language:PHP 91.2%Language:Shell 8.8%