https://github.com/dconco/timer
Created a real-time timer with phpSPA lib. No JS.
https://github.com/dconco/timer
php phpspa time timer
Last synced: 10 months ago
JSON representation
Created a real-time timer with phpSPA lib. No JS.
- Host: GitHub
- URL: https://github.com/dconco/timer
- Owner: dconco
- Created: 2025-06-30T18:10:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-30T18:24:26.000Z (11 months ago)
- Last Synced: 2025-06-30T19:29:31.173Z (11 months ago)
- Topics: php, phpspa, time, timer
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timer
This is a simple real-time timer ⏳ created only with PHP with the help of [phpSPA](https://github.com/dconco/phpspa) library.
To Run this app, follow this steps below:
- **Step 1:** Clone the project.
```bash
git clone https://github.com/dconco/timer.git
```
- **Step 2:** Install all dependencies (just 1: phpSPA)
```bash
composer install
```
- **Step 3:** Now run the PHP server
```bash
php -S localhost:3000
```
- **Step 4:** Access the URL on the browser and see your output
```bash
http://localhost:3000
```
***Hurray 🎉, you have successfully run the app! 🚀***