Skip to content

Just me trying to understand how the web works and trying to rebuild it from scratch

License

Notifications You must be signed in to change notification settings

junyang-chin/php-from-scratch

Repository files navigation

PHP-FROM-SCRATCH

A web framework built from scratch in PHP. This repository serves as a documentation of my learning process in application development using object-oriented programming

Docs

  1. Part 1: Dependency Injection - The Service Container

Development

via Docker Compose

docker-compose build
docker-compose up -d

Usage

via Docker

docker build -t app .
docker run --rm -p 8000:8000 app

About

Just me trying to understand how the web works and trying to rebuild it from scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published