PHPackages                             kubinyete/template-sdk-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. kubinyete/template-sdk-php

ActiveProject[API Development](/categories/api)

kubinyete/template-sdk-php
==========================

Base template for generating highly optimized webservice SDKs

1.1.2(8mo ago)2571[1 PRs](https://github.com/Kubinyete/template-sdk-php/pulls)PHP

Since Jan 5Pushed 8mo ago2 watchersCompare

[ Source](https://github.com/Kubinyete/template-sdk-php)[ Packagist](https://packagist.org/packages/kubinyete/template-sdk-php)[ RSS](/packages/kubinyete-template-sdk-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (7)Versions (10)Used By (0)

Template SDK/Webservice Project
===============================

[](#template-sdkwebservice-project)

What?
-----

[](#what)

This project provides a basic quick-start template for creating Webservice clients.

Why?
----

[](#why)

Instead of repeating the same things over and over again for every webservice client that your application needs, this template provides a quick and easy solution for building and mapping endspoints to your client, providing a structured approach for endpoint representation, environment mapping and error handling.

How?
----

[](#how)

To get started, just extend the base `Core/Client` and create your first endpoint, following the example below:

```
# OpenMeteoClient.php
