2017 © Pedro Peláez
 

library lever-api-client

Api client for lever

image

mjacobus/lever-api-client

Api client for lever

  • Thursday, March 31, 2016
  • by mjacobus
  • Repository
  • 1 Watchers
  • 1 Stars
  • 458 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

Lever Client

This is a WIP Lever client. Documentation here., (*1)

Code information:, (*2)

Build Status Coverage Status Code Climate Scrutinizer Code Quality StyleCI, (*3)

Package information:, (*4)

Latest Stable Version Total Downloads Latest Unstable Version License Dependency Status, (*5)

Installing

Installing via Composer

Append the lib to your requirements key in your composer.json., (*6)

composer require mjacobus/lever-api-client

Usage

use Lever\Api\Client;

$client = new Client([
    'authToken' => '{myApiToken}',
]);

$postings = $client->get('/postings', [
    'limit' => 100,
]);

Issues/Features proposals

Here is the issue tracker., (*7)

Contributing

Only tested code will be accepted. Please follow fix the style guide., (*8)

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

How to run the tests:

./vendor/bin/phpunit

To check the code standard run:

# Fixes code
./bin/php-cs-fix.sh

# outputs error
./bin/php-cs-fix.sh src true
./bin/php-cs-fix.sh test true

Lincense

This software is distributed under the MIT license., (*9)

Authors

The Versions

31/03 2016

dev-master

9999999-dev

Api client for lever

  Sources   Download

MIT

The Requires

 

The Development Requires

by Marcelo Jacobus

01/03 2016

v1.0

1.0.0.0

Api client for lever

  Sources   Download

MIT

The Requires

 

The Development Requires

by Marcelo Jacobus