Skip to content

A simple implementation of "Origin Pull" CDN with cache support written in PHP.

Notifications You must be signed in to change notification settings

istiak-tridip/origin-pull-cdn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This project is a simple implementation of "Origin Pull" CDN with cache support written in PHP 7.4.


Origin pull CDN is a type of CDN where you don't have to upload files to the CDN server instead CDN does it for you. You only rewrite URLs to point to the CDN. When asked for a specific file, the CDN will first go to the original server, pull the file, cache, and serve it.

About

A simple implementation of "Origin Pull" CDN with cache support written in PHP.

Resources

Stars

Watchers

Forks

Languages