Skip to content

Instantly share code, notes, and snippets.

@pkpp1233
Created November 5, 2014 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkpp1233/0535b1629ea290dbd63e to your computer and use it in GitHub Desktop.
Save pkpp1233/0535b1629ea290dbd63e to your computer and use it in GitHub Desktop.
php library
# create a new php function based on the sample template.
$ blockspring new php "My new PHP block"
# enter into our new function's directory.
$ cd my-new-php-block
# deploy our sample function to blockspring.
$ blockspring push
# open up our function's homepage on blockspring.
$ blockspring open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment