Download the PHP package jcolombo/paymo-api-php without Composer
On this page you can find all versions of the php package jcolombo/paymo-api-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package paymo-api-php
PaymoApp API for PHP
A Robust PHP implementation of the Paymo App API
PaymoApp (www.paymoapp.com) is a powerful project management platform with an API that allows programmers to completely operate their account through a RESTful set of endpoints. This independently developed package creates a programmer friendly toolkit to simplify all interactions with the application and is not associated with the Paymo company or brand.
The officially published REST api documentation can be found here:
https://github.com/paymoapp/api
UNSTABLE RELEASE 0.5 (use @dev package for latest, changes daily)
This Package is unstable and in active development but mostly usable as of March 18th, 2020. The planned 1.0.0 release is expected by April 2020. And is being built and supported by the development team at 360 PSG, Inc. released under the MIT License for all to use. Give us a little time to get it stable and finished. Assume that anything could change with breaking updates prior to release 1.0.0.
Package Features
- Object-Oriented Fetch, Create, Update and Delete classes for ALL Paymo objects
- [Partial] Strict Type checking to insure proper data types are being used for each object type
- Select deep level relationships with a single call
- Easily upload and attach local image files for objects that have images (client logos, users, etc)
- Ability to extend and overload package objects with your own extensions
- [ToDo] Local file caching to avoid unneeded repeat calls to the API (helping avoid rate limits)
- [ToDo] Deep logging tools for debugging during integration and development
Requirements
- An active PaymoApp account (www.paymoapp.com)
- PHP 7.1 or higher
- Composer (for easy install) or the ability to install from this source
Installation
The paymo-api-php package works best when installed directly from packagist using composer
Getting Started
All versions of paymo-api-php with dependencies
ext-json Version *
guzzlehttp/guzzle Version ~7.8
hassankhan/config Version ~2.1
adbario/php-dot-notation Version ^2.2