calebtr / vonigo-php
A PHP library for the Vonigo API
Installs: 242 537
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 2
Open Issues: 0
Requires
- php: >=5.3.0
- ext-curl: *
This package is not auto-updated.
Last update: 2025-03-01 22:42:27 UTC
README
A PHP library for the Vonigo API
by Caleb Tucker-Raymond http://calebtr.com
Requirements
Vonigo PHP requires the cURL php library.
Install with composer
{
"require": {
"calebtr/vonigo-php": "dev-master"
}
}
Examples
Examples are included in the examples directory.
VonigoSimple
The VonigoSimple class extends the Vonigo class and implements the VonigoInterface interface.
A future version of this library could use a different HTTP handler but still utilize the VonigoInterface interface.
VonigoRecord
The VonigoRecord class provides methods for consistently creating, reading, updating and deleting records.