Download the PHP package metatavu/kunta-api-php-client without Composer

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

kunta-api-php-client

Solution to combine municipality services under single API.

This PHP package is automatically generated by the Swagger Codegen project:

Requirements

PHP 5.4.0 and later

Installation & Usage

Composer

To install the bindings via Composer, add the following to composer.json:

Then run composer install

Manual Installation

Download the files and include autoload.php:

Tests

To run the unit tests:

Getting Started

Please follow the installation procedure and then run the following:

Documentation for API Endpoints

All URIs are relative to https://demo.kuntaapi.fi/v1

Class Method HTTP request Description
AnnouncementsApi findOrganizationAnnouncement GET /organizations/{organizationId}/announcements/{announcementId} Finds an organizations announcement
AnnouncementsApi listOrganizationAnnouncements GET /organizations/{organizationId}/announcements Lists organizations announcements
BannersApi findOrganizationBanner GET /organizations/{organizationId}/banners/{bannerId} Finds organizations banner
BannersApi findOrganizationBannerImage GET /organizations/{organizationId}/banners/{bannerId}/images/{imageId} Returns a single organiztion banner image
BannersApi getOrganizationBannerImageData GET /organizations/{organizationId}/banners/{bannerId}/images/{imageId}/data Returns an organization banner image data
BannersApi listOrganizationBannerImages GET /organizations/{organizationId}/banners/{bannerId}/images Returns a list of organization banner images
BannersApi listOrganizationBanners GET /organizations/{organizationId}/banners Lists organizations banners
CodesApi findCode GET /codes/{codeId} Finds a code
CodesApi listCodes GET /codes Lists codes
ContactsApi findOrganizationContact GET /organizations/{organizationId}/contacts/{contactId} Finds an organizations contact
ContactsApi listOrganizationContacts GET /organizations/{organizationId}/contacts Lists organizations contacts
ElectronicChannelsApi findServiceElectronicChannel GET /services/{serviceId}/electronicChannels/{electronicChannelId} finds ElectronicChannel by electronicChannelId
ElectronicChannelsApi listServiceElectronicChannels GET /services/{serviceId}/electronicChannels Lists ElectronicChannels by serviceId
ElectronicServiceChannelsApi findElectronicServiceChannel GET /electronicServiceChannels/{electronicServiceChannelId} Finds an electronic service channel by id
ElectronicServiceChannelsApi listElectronicServiceChannels GET /electronicServiceChannels Lists electronic service channels
ElectronicServiceChannelsApi updateElectronicServiceChannel PUT /electronicServiceChannels/{electronicServiceChannelId} Updates a channel
EmergenciesApi findOrganizationEmergency GET /organizations/{organizationId}/emergencies/{emergencyId} Returns organizations emergency by id
EmergenciesApi listOrganizationEmergencies GET /organizations/{organizationId}/emergencies Lists organizations emergencies
EnvironmentalWarningsApi findOrganizationEnvironmentalWarning GET /organizations/{organizationId}/environmentalWarnings/{environmentalWarningId} Returns organizations environmental warning by id
EnvironmentalWarningsApi listOrganizationEnvironmentalWarnings GET /organizations/{organizationId}/environmentalWarnings Lists organizations environmentalWarnings
EventsApi findOrganizationEvent GET /organizations/{organizationId}/events/{eventId} Returns organizations event by id
EventsApi findOrganizationEventImage GET /organizations/{organizationId}/events/{eventId}/images/{imageId} Returns an event image
EventsApi getOrganizationEventImageData GET /organizations/{organizationId}/events/{eventId}/images/{imageId}/data Returns an event image data
EventsApi listOrganizationEventImages GET /organizations/{organizationId}/events/{eventId}/images Returns list of event images
EventsApi listOrganizationEvents GET /organizations/{organizationId}/events Lists organizations events
FilesApi deleteOrganizationFile DELETE /organizations/{organizationId}/files/{fileId} Deletes an organization file
FilesApi findOrganizationFile GET /organizations/{organizationId}/files/{fileId} Finds organizations file
FilesApi getOrganizationFileData GET /organizations/{organizationId}/files/{fileId}/data Returns an organization file data
FilesApi listOrganizationFiles GET /organizations/{organizationId}/files Lists organizations files
FragmentsApi findOrganizationFragment GET /organizations/{organizationId}/fragments/{fragmentId} Finds organizations page fragment
FragmentsApi listOrganizationFragments GET /organizations/{organizationId}/fragments Lists organizations page fragments
IncidentsApi findOrganizationIncident GET /organizations/{organizationId}/incidents/{incidentId} Returns organizations incident by id
IncidentsApi listOrganizationIncidents GET /organizations/{organizationId}/incidents Lists organizations incidents
JobsApi findOrganizationJob GET /organizations/{organizationId}/jobs/{jobId} Finds organizations job
JobsApi listOrganizationJobs GET /organizations/{organizationId}/jobs Lists organizations jobs
MenusApi findOrganizationMenu GET /organizations/{organizationId}/menus/{menuId} Finds organizations menu
MenusApi findOrganizationMenuItem GET /organizations/{organizationId}/menus/{menuId}/items/{menuItemId} Finds organization menu item
MenusApi listOrganizationMenuItems GET /organizations/{organizationId}/menus/{menuId}/items Lists organizations menu items
MenusApi listOrganizationMenus GET /organizations/{organizationId}/menus Lists organizations menus
NewsApi findOrganizationNewsArticle GET /organizations/{organizationId}/news/{newsArticleId} Finds organizations news article
NewsApi findOrganizationNewsArticleImage GET /organizations/{organizationId}/news/{newsArticleId}/images/{imageId} Returns an news article image
NewsApi getOrganizationNewsArticleImageData GET /organizations/{organizationId}/news/{newsArticleId}/images/{imageId}/data Returns a news article image data
NewsApi listOrganizationNews GET /organizations/{organizationId}/news Lists organizations news
NewsApi listOrganizationNewsArticleImages GET /organizations/{organizationId}/news/{newsArticleId}/images Returns list of news article images
OrganizationsApi findOrganization GET /organizations/{organizationId} Find organization
OrganizationsApi listOrganizations GET /organizations List organizations
PagesApi deleteOrganizationPage DELETE /organizations/{organizationId}/pages/{pageId} Deletes an organizations page
PagesApi findOrganizationPage GET /organizations/{organizationId}/pages/{pageId} Finds organizations page
PagesApi findOrganizationPageContent GET /organizations/{organizationId}/pages/{pageId}/content Returns organizations page content in all available languages
PagesApi findOrganizationPageImage GET /organizations/{organizationId}/pages/{pageId}/images/{imageId} Returns a single organiztion page image
PagesApi getOrganizationPageImageData GET /organizations/{organizationId}/pages/{pageId}/images/{imageId}/data Returns an organization page image data
PagesApi listOrganizationPageImages GET /organizations/{organizationId}/pages/{pageId}/images Returns a list of organization page images
PagesApi listOrganizationPages GET /organizations/{organizationId}/pages Lists organizations pages
PhoneChannelsApi findServicePhoneChannel GET /services/{serviceId}/phoneChannels/{phoneChannelId} finds PhoneChannel by phoneChannelId
PhoneChannelsApi listServicePhoneChannels GET /services/{serviceId}/phoneChannels Lists PhoneChannels by serviceId
PhoneServiceChannelsApi findPhoneServiceChannel GET /phoneServiceChannels/{phoneServiceChannelId} Finds a phone service channel by id
PhoneServiceChannelsApi listPhoneServiceChannels GET /phoneServiceChannels Lists phone service channels
PhoneServiceChannelsApi updatePhoneServiceChannel PUT /phoneServiceChannels/{phoneServiceChannelId} Updates a channel
PrintableFormChannelsApi findServicePrintableFormChannel GET /services/{serviceId}/printableFormChannels/{printableFormChannelId} finds PrintableFormChannel by printableFormChannelId
PrintableFormChannelsApi listServicePrintableFormChannels GET /services/{serviceId}/printableFormChannels Lists PrintableFormChannels by serviceId
PrintableFormServiceChannelsApi findPrintableFormServiceChannel GET /printableFormServiceChannels/{printableFormServiceChannelId} Finds a printable form service channel
PrintableFormServiceChannelsApi listPrintableFormServiceChannels GET /printableFormServiceChannels Lists printable form service channels
PrintableFormServiceChannelsApi updatePrintableFormServiceChannel PUT /printableFormServiceChannels/{printableFormServiceChannelId} Updates a channel
PublicTransportApi findOrganizationPublicTransportAgency GET /organizations/{organizationId}/transportAgencies/{agencyId} Finds an organizations public transport agency
PublicTransportApi findOrganizationPublicTransportRoute GET /organizations/{organizationId}/transportRoutes/{routeId} Finds an organizations public transport route
PublicTransportApi findOrganizationPublicTransportSchedule GET /organizations/{organizationId}/transportSchedules/{scheduleId} Finds organizations public transport schedule
PublicTransportApi findOrganizationPublicTransportStop GET /organizations/{organizationId}/transportStops/{stopId} Finds a stop of organizations public transport route
PublicTransportApi findOrganizationPublicTransportStopTime GET /organizations/{organizationId}/transportStopTimes/{stopTimeId} Finds organizations public transport stopTime
PublicTransportApi findOrganizationPublicTransportTrip GET /organizations/{organizationId}/transportTrips/{tripId} Finds organizations public transport trip
PublicTransportApi listOrganizationPublicTransportAgencies GET /organizations/{organizationId}/transportAgencies Lists organizations public transport agencies
PublicTransportApi listOrganizationPublicTransportRoutes GET /organizations/{organizationId}/transportRoutes Lists organizations public transport routes
PublicTransportApi listOrganizationPublicTransportSchedules GET /organizations/{organizationId}/transportSchedules Lists schedules of organization's public transport schedules
PublicTransportApi listOrganizationPublicTransportStopTimes GET /organizations/{organizationId}/transportStopTimes Lists stopTimes of organization's public transport stopTimes
PublicTransportApi listOrganizationPublicTransportStops GET /organizations/{organizationId}/transportStops Lists organizations public transport stops
PublicTransportApi listOrganizationPublicTransportTrips GET /organizations/{organizationId}/transportTrips Lists trips of organization's public transport trips
ServiceChannelsApi findElectronicServiceChannel GET /electronicServiceChannels/{electronicServiceChannelId} Finds an electronic service channel by id
ServiceChannelsApi findPhoneServiceChannel GET /phoneServiceChannels/{phoneServiceChannelId} Finds a phone service channel by id
ServiceChannelsApi findPrintableFormServiceChannel GET /printableFormServiceChannels/{printableFormServiceChannelId} Finds a printable form service channel
ServiceChannelsApi findServiceLocationServiceChannel GET /serviceLocationServiceChannels/{serviceLocationServiceChannelId} Finds a service location service by id
ServiceChannelsApi findWebPageServiceChannel GET /webPageServiceChannels/{webPageServiceChannelId} Finds a web page service channel by id
ServiceChannelsApi listElectronicServiceChannels GET /electronicServiceChannels Lists electronic service channels
ServiceChannelsApi listPhoneServiceChannels GET /phoneServiceChannels Lists phone service channels
ServiceChannelsApi listPrintableFormServiceChannels GET /printableFormServiceChannels Lists printable form service channels
ServiceChannelsApi listServiceLocationServiceChannels GET /serviceLocationServiceChannels Lists service location service channels
ServiceChannelsApi listWebPageServiceChannels GET /webPageServiceChannels Lists web page service channels
ServiceChannelsApi updateElectronicServiceChannel PUT /electronicServiceChannels/{electronicServiceChannelId} Updates a channel
ServiceChannelsApi updatePhoneServiceChannel PUT /phoneServiceChannels/{phoneServiceChannelId} Updates a channel
ServiceChannelsApi updatePrintableFormServiceChannel PUT /printableFormServiceChannels/{printableFormServiceChannelId} Updates a channel
ServiceChannelsApi updateServiceLocationServiceChannel PUT /serviceLocationServiceChannels/{serviceLocationServiceChannelId} Updates a service location channel
ServiceChannelsApi updateWebPageServiceChannel PUT /webPageServiceChannels/{webPageServiceChannelId} Updates a channel
ServiceLocationChannelsApi findServiceServiceLocationChannel GET /services/{serviceId}/serviceLocationChannels/{serviceLocationChannelId} finds ServiceLocationChannel by serviceLocationChannelId
ServiceLocationChannelsApi listServiceServiceLocationChannels GET /services/{serviceId}/serviceLocationChannels Lists ServiceLocationChannels by serviceId
ServiceLocationServiceChannelsApi findServiceLocationServiceChannel GET /serviceLocationServiceChannels/{serviceLocationServiceChannelId} Finds a service location service by id
ServiceLocationServiceChannelsApi listServiceLocationServiceChannels GET /serviceLocationServiceChannels Lists service location service channels
ServiceLocationServiceChannelsApi updateServiceLocationServiceChannel PUT /serviceLocationServiceChannels/{serviceLocationServiceChannelId} Updates a service location channel
ServicesApi createService POST /services Create service
ServicesApi findService GET /services/{serviceId} Finds a service by id
ServicesApi findServiceElectronicChannel GET /services/{serviceId}/electronicChannels/{electronicChannelId} finds ElectronicChannel by electronicChannelId
ServicesApi findServicePhoneChannel GET /services/{serviceId}/phoneChannels/{phoneChannelId} finds PhoneChannel by phoneChannelId
ServicesApi findServicePrintableFormChannel GET /services/{serviceId}/printableFormChannels/{printableFormChannelId} finds PrintableFormChannel by printableFormChannelId
ServicesApi findServiceServiceLocationChannel GET /services/{serviceId}/serviceLocationChannels/{serviceLocationChannelId} finds ServiceLocationChannel by serviceLocationChannelId
ServicesApi findServiceWebPageChannel GET /services/{serviceId}/webPageChannels/{webPageChannelId} finds WebPageChannel by webPageChannelId
ServicesApi listServiceElectronicChannels GET /services/{serviceId}/electronicChannels Lists ElectronicChannels by serviceId
ServicesApi listServicePhoneChannels GET /services/{serviceId}/phoneChannels Lists PhoneChannels by serviceId
ServicesApi listServicePrintableFormChannels GET /services/{serviceId}/printableFormChannels Lists PrintableFormChannels by serviceId
ServicesApi listServiceServiceLocationChannels GET /services/{serviceId}/serviceLocationChannels Lists ServiceLocationChannels by serviceId
ServicesApi listServiceWebPageChannels GET /services/{serviceId}/webPageChannels Lists WebPageChannels by serviceId
ServicesApi listServices GET /services Service list
ServicesApi updateService PUT /services/{serviceId} Updates service
SettingsApi createOrganizationSetting POST /organizations/{organizationId}/settings/ Creates organization setting
SettingsApi deleteOrganizationSetting DELETE /organizations/{organizationId}/settings/{settingId} Deletes an organization setting
SettingsApi findOrganizationSetting GET /organizations/{organizationId}/settings/{settingId} Finds organizations setting
SettingsApi listOrganizationSettings GET /organizations/{organizationId}/settings/ Lists organizations settings
SettingsApi updateOrganizationSetting PUT /organizations/{organizationId}/settings/{settingId} Updates an organization setting
ShortlinksApi findOrganizationShortlink GET /organizations/{organizationId}/shortlinks/{shortlinkId} Finds organization shortlink
ShortlinksApi listOrganizationShortlinks GET /organizations/{organizationId}/shortlinks Lists organizations shortlinks
TilesApi findOrganizationTile GET /organizations/{organizationId}/tiles/{tileId} Finds organizations tile
TilesApi findOrganizationTileImage GET /organizations/{organizationId}/tiles/{tileId}/images/{imageId} Returns a single organiztion tile image
TilesApi getOrganizationTileImageData GET /organizations/{organizationId}/tiles/{tileId}/images/{imageId}/data Returns an organization tile image data
TilesApi listOrganizationTileImages GET /organizations/{organizationId}/tiles/{tileId}/images Returns a list of organization tile images
TilesApi listOrganizationTiles GET /organizations/{organizationId}/tiles Lists organizations tiles
WebPageChannelsApi findServiceWebPageChannel GET /services/{serviceId}/webPageChannels/{webPageChannelId} finds WebPageChannel by webPageChannelId
WebPageChannelsApi listServiceWebPageChannels GET /services/{serviceId}/webPageChannels Lists WebPageChannels by serviceId
WebPageServiceChannelsApi findWebPageServiceChannel GET /webPageServiceChannels/{webPageServiceChannelId} Finds a web page service channel by id
WebPageServiceChannelsApi listWebPageServiceChannels GET /webPageServiceChannels Lists web page service channels
WebPageServiceChannelsApi updateWebPageServiceChannel PUT /webPageServiceChannels/{webPageServiceChannelId} Updates a channel

Documentation For Models

Documentation For Authorization

basicAuth

Author


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

PHP Build Version
Package Version
Requires php Version >=5.4
ext-curl Version *
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 metatavu/kunta-api-php-client contains the following files

Loading the files please wait ....