An open API service indexing awesome lists of open source software.

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.

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! 🚀***