Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 455 Bytes

File metadata and controls

15 lines (11 loc) · 455 Bytes

Resources

This is a sample application, giving you the ability to play around with formatting messages, dates, times, numbers, and currency.

To run the sample application, type the following in your terminal:

git clone https://github.com/formatphp/skeleton-tools.git
cd skeleton-tools/
composer update --no-dev
php -S localhost:9001 ./public/index.php

Then, you may access the application in a web browser at http://localhost:9001.