Download the PHP package wheniwork/wheniwork-api without Composer
On this page you can find all versions of the php package wheniwork/wheniwork-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wheniwork/wheniwork-api
More information about wheniwork/wheniwork-api
Files in wheniwork/wheniwork-api
Download wheniwork/wheniwork-api
More information about wheniwork/wheniwork-api
Files in wheniwork/wheniwork-api
Vendor wheniwork
Package wheniwork-api
Short Description Client library for the When I Work scheduling and attendance platform.
License MIT
Homepage https://github.com/dolfelt/wheniwork-api-php
Package wheniwork-api
Short Description Client library for the When I Work scheduling and attendance platform.
License MIT
Homepage https://github.com/dolfelt/wheniwork-api-php
Please rate this library. Is it a good library?
Informations about the package wheniwork-api
When I Work API
Very simple and easy When I Work API wrapper, for PHP.
Complex wrappers are for noobs. This lets you access the When I Work API using the docs as directly as possible.
Requires PHP 5.3 and a pulse.
Installation
You can install the wheniwork-api using Composer. Just add the following to your composer.json
:
{
"require": {
"wheniwork/wheniwork-api": "dev-master"
}
}
You will then need to:
- run
composer install
to get these dependencies added to your vendor directory - add the Composer autoloader to your application with this line:
require("vendor/autoload.php")
Examples
Login (requires Developer Key)
List users (/users/ method)
Create a new shift
All versions of wheniwork-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
The package wheniwork/wheniwork-api contains the following files
Loading the files please wait ....