Download the PHP package divineomega/php-dot-net-ticks without Composer

On this page you can find all versions of the php package divineomega/php-dot-net-ticks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package php-dot-net-ticks

⏱ PHP .NET Ticks

Build Status Coverage Status StyleCI

This package helps PHP developers work with and convert .NET ticks, a form of precise time measurement used by the .NET DateTime object.

Features

You can use this library to do the following, and more.

What are .NET ticks?

A single tick represents one hundred nanoseconds or one ten-millionth of a second. There are 10,000 ticks in a millisecond, or 10 million ticks in a second.

The value of this property [DateTime.Ticks] represents the number of 100-nanosecond intervals that have elapsed since 12:00:00 midnight, January 1, 0001 (0:00:00 UTC on January 1, 0001, in the Gregorian calendar), which represents DateTime.MinValue. It does not include the number of ticks that are attributable to leap seconds.

Source: .NET API Reference: DateTime.Tick Property

Installation

The PHP .NET Ticks package can be easily installed using Composer. Just run the following command from the root of your project.

If you have never used the Composer dependency manager before, head to the Composer website for more information on how to get started.

Usage

First you need to create a new Ticks object. This can be done in several ways.

You can then call methods on the Ticks object to retrieve or convert as necessary.

If you wish, you can combine these two steps into one line, as shown in the examples below.


All versions of php-dot-net-ticks with dependencies

PHP Build Version
Package Version
Requires nesbot/carbon Version ^1.22
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package divineomega/php-dot-net-ticks contains the following files

Loading the files please wait ....