Skip to content

IDTitanium/vercel-php-runtime

 
 

Repository files navigation

PHP Runtime for Vercel

This is a fork of https://github.com/juicyfx/vercel-php

The current version 0.1.0 gives you PHP7.4 and Node 14.

This will help you solve vercel errors like The Runtime "vercel-php@0.3.1" is using "nodejs12.x", which is discontinued.

Now, you can update your PHP runtime to use vercel-php-runtime@0.1.0

"functions": {
        "api/*.php": { "runtime": "vercel-php-runtime@0.1.0" }
},

About

🐘 PHP Runtime for ▲ Vercel Serverless Functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 70.7%
  • PHP 18.6%
  • JavaScript 9.6%
  • Other 1.1%