Download the PHP package mariusasensi/meteocat-api-php-client without Composer

On this page you can find all versions of the php package mariusasensi/meteocat-api-php-client. 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 meteocat-api-php-client

Meteo.cat API Client

Build Status Code Coverage Quality Score Total Downloads

An unofficial PHP client for easy use of the Meteo.cat API REST.

Documentation of the API can be found at https://apidocs.meteocat.gencat.cat/documentacio/.

As the documentation indicates, to use this provider it is necessary to request the access token from this form.

About the provider

Installation

Use Composer:

Usage

Operation query types

Type Subtype Query class name Documentation Description (CA)
XEMA Representative GetStationByCity Link Estacions representatives per a un municipi i una variable
XEMA Representative GetAllVariableMetadata Link Metadades de variables
XEMA Stations GetAll Link Metadades de totes les estacions
XEMA Stations GetUnique Link Metadades d'una estació
XEMA Measurement GetByDay Link Dades d'una variable per a totes les estacions
XEMA Measurement GetLast Link Últimes dades d'una variable per a totes les estacions
XEMA Measurement GetAllByStation Link Metadades de les variables d'una estació
XEMA Measurement GetByStation Link Metadades d'una variable d'una estació
XEMA Measurement GetAll Link Metadades de totes les variables
XEMA Measurement GetUnique Link Metadades d'una variable
XEMA Statistic GetYearlyByVariable Link Estadístics anuals d'una variable per a totes les estacions
XEMA Statistic GetMonthlyByVariable Link Estadístics mensuals d'una variable per a totes les estacions
XEMA Statistic GetDailyByVariable Link Estadístics diaris d'una variable per a totes les estacions
XEMA Statistic GetYearlyMetadata Link Metadades d'estadístics anuals
XEMA Statistic GetYearlyMetadataByVariable Link Metadades d'estadístics anuals per variable
XEMA Statistic GetMonthlyMetadata Link Metadades d'estadístics mensuals
XEMA Statistic GetMonthlyMetadataByVariable Link Metadades d'estadístics mensuals per variable
XEMA Statistic GetDailyMetadata Link Metadades d'estadístics diaris
XEMA Statistic GetDailyMetadataByVariable Link Metadades d'estadístics diaris per variable
XEMA Statistic GetYearlyMetadataByStation Link Metadades d'estadístics anuals d'una estació
XEMA Statistic GetYearlyMetadataByFilters Link Metadades d'estadístics anuals d'una variable d'una estació
XEMA Statistic GetMonthlyMetadataByStation Link Metadades d'estadístics mensuals d'una estació
XEMA Statistic GetMonthlyMetadataByFilters Link Metadades d'estadístics mensuals d'una variable d'una estació
XEMA Statistic GetDailyMetadataByStation Link Metadades d'estadístics diaris d'una estació
XEMA Statistic GetDailyMetadataByFilters Link Metadades d'estadístics diaris d'una variable d'una estació
XEMA MultivariableCalculation GetByFilters Link Càlcul multivariable d'una variable a una estació
XEMA MultivariableCalculation GetMetadataByStation Link Metadades de les variables d'una estació
XEMA MultivariableCalculation GetMetadataByFilters Link Metadades d'una variable d'una estació
XEMA MultivariableCalculation GetAll Link Metadades de totes les variables
XEMA MultivariableCalculation GetByVariable Link Metadades d'una variable
XEMA Auxiliary GetByFilters Link Càlcul auxiliars d'una variable a una estació
XEMA Auxiliary GetMetadataByStation Link Metadades de les variables d'una estació
XEMA Auxiliary GetMetadataByFilters Link Metadades d'una variable d'una estació
XEMA Auxiliary GetAll Link Metadades de totes les variables
XEMA Auxiliary GetByVariable Link Metadades d'una variable
XDDE Lightning GetOfCatalunyaByDateTime Link Dades de descàrregues a Catalunya
XDDE Lightning GetOfCountyByDate Link Resum de descàrregues per comarca
Forecast Forecasting GetCatalunyaByDate Link Predicció general de Catalunya
Forecast Forecasting GetCountyByDate Link Predicció comarcal de Catalunya
Forecast Forecasting GetByCity Link Predicció municipal
Forecast Forecasting GetCurrentWarnings Link Situacions Meteorològiques de Perill: Llista d'Episodis Oberts
Forecast Forecasting GetCurrentAlerts Link Situacions Meteorològiques de Perill: Preavisos
Forecast Forecasting GetPyreneesMountainPeakMetadata Link Metadades de pics del Pirineu
Forecast Forecasting GetPyreneesMountainHuntMetadata Link Metadades de refugis del Pirineu
Forecast Forecasting GetPyreneesMountainPeakByDate Link Predicció de pics del Pirineu
Forecast Forecasting GetPyreneesMountainHuntByDate Link Predicció de refugis del Pirineu
Forecast Forecasting GetPyreneesZonesByDate Link Predicció de zones del Pirineu
Forecast Forecasting GetUltravioletIndexByCity Link Predicció Índex ultraviolat (UVI)
Quota Information GetCurrentUsage Link Consum actual
Reference Data GetAllCounties Link Dades de referència de les comarques
Reference Data GetAllSymbols Link Dades de referència dels símbols meteorològics
Reference Data GetAllCities Link Dades de referència dels municipis

License

The MIT License (MIT). Please see License File for more information.


All versions of meteocat-api-php-client with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1
guzzlehttp/guzzle Version ~6.0
ext-json Version *
ext-mbstring 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 mariusasensi/meteocat-api-php-client contains the following files

Loading the files please wait ....