Skip to content

omidmousavi/php-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PHP-bridge

A php code to act as a bridge between client and a route

Note that this repo and bridged route must be on same host

How to use:

<?php

include('./bridge.php');

$base_url = "http://localhost/laravel/public/";

echo bridge($base_url);

About

A php code to act as a bridge between client and a route

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages