Download the PHP package techouse/intl-date-time without Composer

On this page you can find all versions of the php package techouse/intl-date-time. 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 intl-date-time

International DateTime

Latest Version on Packagist Total Downloads Licence PHP version Codacy Badge GitHub stars

International datepicker for Laravel Nova

Apply localisation in 71 different locales to Laravel Nova's default DateTime field that currently doesn't support localisation out of the box.

Installation

You can install the package in to a Laravel app that uses Nova via composer:

Usage

The API is adapted from Nova's default DateTime Field.

The module itself offers a few optional configurations:

Simply use IntlDateTime class instead of DateTime directly or alias it like the example below so you won't have to refactor too much existing code.

Programmed filling

Like many Laravel Nova Fields, this field implement the programmed filling. You can emit a Laravel Nova javascript event in order to fill the field in the update form.

Please make sure that the value emitted correspond to your local date.

List of supported locales

This module supports only locales that are SUPPORTED BY BOTH MomentJS AND Flatpickr!

The 71 locales that are currently supported are:

Language locale
Albanian sq
Arabic ar
Azerbaijani az
Bangla bn
Belarusian be
Bosnian bs
Bulgarian bg
Burmese my
Catalan ca
Chinese (China) zh-cn
Chinese (Hong Kong) zh-hk
Chinese (Taiwan) zh-tw
Croatian hr
Czech cs
Danish da
Dutch nl
English en
English (Australia) en-au
English (Canada) en-ca
English (Ireland) en-ie
English (New Zealand) en-nz
English (United Kingdom) en-gb
Esperanto eo
Estonian et
Faroese fo
Finnish fi
French fr
French (Canada) fr-ca
French (Switzerland) fr-ch
Georgian ka
German de
German (Austria) de-at
German (Switzerland) de-ch
Greek el
Hebrew he
Hindi hi
Hungarian hu
Indonesian id
Icelandic is
Irish Gaelic ga
Italian it
Japanese ja
Kazakh kk
Khmer km
Korean ko
Latvian lv
Lithuanian lt
Macedonian mk
Malaysian ms
Mongolian mn
Norwegian nb
Persian fa
Polish pl
Portuguese pt
Portuguese (Brazil) pt-br
Punjabi pa-in
Romanian ro
Russian ru
Serbian sr
Serbian (Cyrillic) sr-cyrl
Sinhala si
Slovak sk
Slovenian sl
Spanish es
Spanish (Dominican Republic) es-do
Spanish (United States) es-us
Swedish sv
Thai th
Turkish tr
Ukrainian uk
Vietnamese vi
Welsh cy
NOTE

This an evolution of my original Slovenian DateTime


All versions of intl-date-time with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.0
illuminate/support Version ^5.6 || ^6.0 || ^7.0 || ^8.0 || ^9.0
laravel/nova Version *
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 techouse/intl-date-time contains the following files

Loading the files please wait ....