Download the PHP package andreaskastl/openweatherapi without Composer

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

Typo3 Extension openweatherapi

Introduction

Displays weather forecast for a selected location in frontend based on api.wetter.com (openweather API).

Please note:

Administration

Installation

The extension needs to be installed as any other extension of TYPO3 CMS. Get the extension

  1. Get it from the Extension Manager: Press the Retrieve/Update button and search for the extension key openweatherapi and import the extension from the repository.
  2. Get it from typo3.org: You can always get current version from https://extensions.typo3.org/extension/openweatherapi/ by downloading either the t3x or zip version. Upload the file afterwards in the Extension Manager.

The extension ships some TypoScript code which needs to be included and configured.

  1. Switch to the root page of your site.
  2. Switch to the Template module and select Info/Modify.
  3. Press the link Edit the whole template record and switch to the tab Includes.
  4. Select Openweather API - Weather Forecast at the field Include static (from extensions).

Users Manual

Creating a Plugin Content Element

To show the weather forecast on a page:

  1. Switch to the Page view module
  2. Create a new page or select an existing page
  3. Create a new content element and in the “new content element wizard” scroll down to the plugins section and select “Weather Forecast”
  4. Switch to the Plugin tab, and enter the required fields based on your wetter.com API subscription:
    1. Project Name
    2. API Key
    3. City Code
  5. Save the new plugin configuration.
  6. Switch to the frontend and validate if the plugin is working correctly.

Please note:

Configuration

Custom Templates

To customize the frontend output, define your own template and overwrite the template path in the constants section of the template module: plugin.tx_openweatherapi.view.templateRootPath

To customize date / time formats, overwrite the Typoscript setting in the setup section of the template module: plugin.tx_openweatherapi.settings.strftime = %A, %d.%m.%Y


All versions of openweatherapi with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0 || ^8.1
typo3/cms-core Version ^10.4.20 || ^11.5
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 andreaskastl/openweatherapi contains the following files

Loading the files please wait ....