Download the PHP package liturgical-calendar/anniversarycalculator without Composer

On this page you can find all versions of the php package liturgical-calendar/anniversarycalculator. 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 anniversarycalculator

LitCal Anniversary Calculator

Similarly to the Liturgical Calendar Project and to the BibleGet Project, this project is designed as an API. The API calculates data from a data file and produces a response in a data exchange format such as JSON.

Then any kind of data visualization frontend interface can be created to interact with the API and display the data. An example of this can be found at opera-romana-pellegrinaggi/litcal-anniversari-frontend.

The API takes the following parameters:

Installation

Composer (recommended)

In your project directory issue composer require liturgical-calendar/anniversarycalculator. The package will be installed to the vendor folder and the requirement added to your composer.json.

Git

You can also clone the repository to your project folder (useful mostly for development of the API and contributing to the codebase):

This will clone the repository into the current folder rather than to a folder with the same name as the repository, and then install the package for inclusion in your scripts.

A sample index.php script is included.

Usage

If you installed the package via git, you should already have a sample index.php file.

If you installed the package via composer, create a script similar to the following:

Then to test the API locally simply launch using PHP's built-in server: php -S localhost:8000. You can choose to serve over a different port if you wish.

Now open localhost:8000 in your browser. You should see a JSON response. You can change the year and the locale using the YEAR and LOCALE query parameters.

[!NOTE] In order to obtain localized results, you must have the correct locales installed.

Run locale -a and check to see if de_DE.utf8, es_ES.utf8, fr_FR.utf8, it_IT.utf8, nl_NL.utf8, pt_PT.utf8 are among the results.

For any locales that are not installed, you will not get translation results for certain strings.

In order to install a locale on Ubuntu, run sudo apt-get install language-pack-{two-letter-iso-code}. For example sudo apt-get install language-pack-es will install the Spanish locale on your machine. You will then be able to get translation results for Spanish.

Translation into other languages

Translation status


All versions of anniversarycalculator with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
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 liturgical-calendar/anniversarycalculator contains the following files

Loading the files please wait ....