A simple PHP-based application to create short URLs from long URLs. This project includes Docker support for easy development and deployment, with an optional Visual Studio Code devcontainer setup.
- PHP
- MySQL/ PostgreSQL
- Shortens long URLs into short, shareable URLs.
- Stores URLs in a MySQL database with timestamps.
- Built-in URL validation.
- Simple, clean PHP and MySQL implementation.
- Dockerized environment for consistent development.
- Install Daytona: Follow the Daytona Installation Guide.
- Create the Workspace:
daytona create https://github.com/Lymah123/url-shortener.git
The easiest way to deploy your PHP app is via Heroku with an inbuilt database tool. Learn more in the deployment documentation.