/time-gif

PHP endless time GIF

Primary LanguagePHPMIT LicenseMIT

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://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