Skip to content

Instantly share code, notes, and snippets.

@harryWonder
Created July 5, 2020 23:08
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 harryWonder/a0b7f0994d27ba511ffbe78615595741 to your computer and use it in GitHub Desktop.
Save harryWonder/a0b7f0994d27ba511ffbe78615595741 to your computer and use it in GitHub Desktop.
Php REST API package.json file.
{
"require": {
"klein/klein": "^2.1",
"firebase/php-jwt": "^5.2"
},
"autoload": {
"psr-4": {
"App\\": "App/"
},
"classmap": [
"App/Controller",
"App/Middleware",
"App/Model"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment