Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Binogi/php-on-vercel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless PHP on Vercel

Based on https://github.com/juicyfx/vercel-php

PHP is a “community”/unofficial runtime on Vercel.

Demo

How to use

  • Each file is a serverless process
  • API files stored in the /api folder
  • Routing maps to file names, e.g. /api/route2.php will map to the route /api/route2
    • You can override routing in vercel.json (this is now a legacy prop)
  • Run vercel on command-line to push your project up on a preview URL. You can also connect Vercel to a GitHub repository and have it auto-deploy on code commits.

About

Serverless PHP on Vercel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages