Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/midhundevasia/typo3-serverclock
A Clock which shows server time and timezone in backend (EXT:server_clock)
https://github.com/midhundevasia/typo3-serverclock
clock ter timezone typo3 typo3-cms-extension typo3-extension typo3-serverclock
Last synced: 13 days ago
JSON representation
A Clock which shows server time and timezone in backend (EXT:server_clock)
- Host: GitHub
- URL: https://github.com/midhundevasia/typo3-serverclock
- Owner: midhundevasia
- License: gpl-3.0
- Created: 2016-12-12T11:07:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T17:37:47.000Z (about 8 years ago)
- Last Synced: 2024-11-07T15:16:45.133Z (2 months ago)
- Topics: clock, ter, timezone, typo3, typo3-cms-extension, typo3-extension, typo3-serverclock
- Language: PHP
- Size: 251 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ServerClock: Server Time and Timezone
A Clock which shows server time and timezone in backend. The extension is available on [TER](https://typo3.org/extensions/repository/view/server_clock), you can install it from TYPO3 ExtensionManager or via composer.
[![Latest Stable Version](https://img.shields.io/packagist/v/midhundevasia/typo3-serverclock.svg?style=flat-square)](https://packagist.org/packages/midhundevasia/typo3-serverclock)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%205.5-8892BF.svg?style=flat-square)](https://php.net/)
[![Build Status](https://travis-ci.org/midhundevasia/typo3-serverclock.svg?branch=master)](https://travis-ci.org/midhundevasia/typo3-serverclock)## Installation
##### via ExtensionManager
You can find the latest version in the TER(TYPO3 Extension Repository).
Goto `Extensions` -> Choose `Get Extensions` from the dropdown -> Search `Server Clock` -> Install##### via Manual Setup
Download the latest file from the GitHub or TER and copy folder to the `typo3conf/ext/`
Then install it from the Extensions Module.##### via Composer
composer require "typo3-ter/serverclock"##### via Composer for developers
composer require "midhundevasia/typo3-serverclock" --no-scripts## Usage
For better understanding read the [Documentation](https://github.com/midhundevasia/typo3-serverclock/wiki)## Contributing
If you have a best practice code or feature, bugfix or translation just `Fork` and Send a `Pull Request`.## Help
* If you find any security flaw just mail me (hello [at] midhundevasia.com)
* You can report bugs [here](https://github.com/midhundevasia/typo3-serverclock/issues)## Donate
I would like to spend my time here, if this extension realy helps, you are welcome to
give some support[![paypal](https://www.paypalobjects.com/webstatic/en_US/i/btn/png/blue-rect-paypal-26px.png)](https://www.paypal.me/midhundevasia/)
## TODO List
[wiki/To-Do-list](https://github.com/midhundevasia/typo3-serverclock/wiki/To-Do-list)## ChangeLog
[wiki/ChangeLog](https://github.com/midhundevasia/typo3-serverclock/wiki/ChangeLog)## License
ServerClock is licensed under GNU General Public License (GPLv3) - see the `LICENSE` file for details.## Screenshot
![](https://raw.githubusercontent.com/midhundevasia/typo3-serverclock/master/Documentation/Images/Version6.png)
![](https://raw.githubusercontent.com/midhundevasia/typo3-serverclock/master/Documentation/Images/Version7.png)
![](https://raw.githubusercontent.com/midhundevasia/typo3-serverclock/master/Documentation/Images/Version8.png)