PHPackages                             gman98ish/ukfast-simple-php-sdk - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gman98ish/ukfast-simple-php-sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gman98ish/ukfast-simple-php-sdk
===============================

A simpler version of the UKFast PHP SDK.

v0.2.1(3y ago)15.1kMITPHPPHP &gt;=7.0

Since Sep 20Pushed 3y ago6 watchersCompare

[ Source](https://github.com/Gman98ish/simple-ukfast-php-sdk)[ Packagist](https://packagist.org/packages/gman98ish/ukfast-simple-php-sdk)[ RSS](/packages/gman98ish-ukfast-simple-php-sdk/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (4)Versions (24)Used By (0)

Simple UKFast SDK
=================

[](#simple-ukfast-sdk)

```
composer require gman98ish/ukfast-simple-php-sdk

```

This is not intended to replace the UKFast SDK, but is simply a proof of concept of another way we could approach it.

Instead of the SDK being an abstraction over our API's, this offers a thin wrapper.

The client provides methods for hitting the 5 different kinds of endpoints we have

- Getting a page of items
- Getting a single item
- Creating an item
- Updating an item
- Deleting an item

You pass the API paths directly to this SDK, using developers.ukfast.io as a reference e.g.

```
