Skip to content

mimol91/time-gif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP endless time GIF

This application display current UTF time as a gif. Animation never ends, because in each second new frame is generated and then thanks to HTTP connection it is streamed to client.

References

Getting Started

This project display endless GIF with current UTC time.

Prerequisites

  • PHP 7
  • GD library
  • Composer

Installing

Run composer dump-autoload -o, to generate autoload files.

Running

You can use any web server (apache/nginx) to run web server, or just simply type php -S localhost to start PHP web server:80.

After that navigate to http:https://localhost to see it in action.

Screenshot

PHP endless time gif

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Adam Szaraniec - Project Demo - mimol91

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details