maksimriabchenko / servertime
Current DateTime for server ip based on https://worldtimeapi.org
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/maksimriabchenko/servertime
Requires (Dev)
- phpunit/phpunit: ^12.0
This package is auto-updated.
Last update: 2025-12-24 14:19:51 UTC
README
Requirements
This module has no external dependencies.
Install via Composer
We recommend installing this package with Composer.
Download Composer
To download Composer, run in the root directory of your project:
curl -sS https://getcomposer.org/installer | php
You should now have the file composer.phar in your project directory.
Install Dependencies
Run in your project root:
php composer.phar require maksimriabchenko/servertime
You should now have the files composer.json and composer.lock as well as
the directory vendor in your project directory. If you use a version control
system, composer.json should be added to it.
Require Autoloader
After installing the dependencies, you need to require the Composer autoloader from your code:
require 'vendor/autoload.php';
Copyright and License
This software is Copyright (c) 2025 by Maksim Riabchenko.
This is free software, licensed under the GNU Lesser General Public License version 3 or later.