Download the PHP package bt51/ntp without Composer
On this page you can find all versions of the php package bt51/ntp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor bt51
Package ntp
Short Description PHP library for interacting with ntp servers
License MIT
Homepage https://github.com/bt51/ntp
Package ntp
Short Description PHP library for interacting with ntp servers
License MIT
Homepage https://github.com/bt51/ntp
Please rate this library. Is it a good library?
Informations about the package ntp
NTP
Package ntp is a simple NTP client. It supports NTP version 4 and SNTP. Note that this client currently does not take network delay into account. This means the time that is received will not be accurate to the nanosecond.
Installation
Create a composer.json in your project
{
"require": {
"bt51/ntp": "dev-master"
}
}
Read more on composer here: http://getcomposer.org
Usage
Getting the current time from an ntp server is simple.
The current time returned from the ntp server will be converted to a DateTime object. The timezone will always be UTC.
License
MIT
All versions of ntp with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
The package bt51/ntp contains the following files
Loading the files please wait ....