2017 © Pedro Peláez
 

library bookability-php

Bookability client for PHP with support for API v1

image

bookability/bookability-php

Bookability client for PHP with support for API v1

  • Tuesday, January 13, 2015
  • by bookability
  • Repository
  • 3 Watchers
  • 2 Stars
  • 44 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Bookability

A simple API package for integration with Bookability with PHP 5.3+. If you are looking for our Laravel 4 compatible package, please take a look at https://github.com/bookability/bookability-l4., (*2)

Installation

Requirements

  • Any flavour of PHP 5.3+ should do
  • [optional] PHPUnit to execute the test suite

With Composer

The easiest way to install Bookability is via composer., (*3)

In order to install add the following to your composer.json file within the require block:, (*4)

"require": {
    …
    "bookability/bookability-php": "1.*",
    …   
}

You can then use the following in your code:, (*5)

$bookability = new Bookability();
$bookability->dsn = 'http://username@project:your-key-goes-here@api.bookability.io:80/v1';
$events = $bookability->events->find();

Without Composer

Download the Bookability folder from the repo and save the file into your project path somewhere., (*6)

<?php
require 'path/to/Bookability.php';

$bookability = new Bookability();
$bookability->dsn = 'http://username@project:your-key-goes-here@api.bookability.io:80/v1';
$events = $bookability->events->find();

API

For more information on using the package and API, please refer to our website, (*7)

The Versions

13/01 2015

dev-master

9999999-dev https://github.com/bookability/bookability-php

Bookability client for PHP with support for API v1

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

booking bookability twosuperior

13/01 2015

1.1.1

1.1.1.0 https://github.com/bookability/bookability-php

Bookability client for PHP with support for API v1

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

booking bookability twosuperior

08/12 2014

1.1.0

1.1.0.0 https://github.com/bookability/bookability-php

Bookability client for PHP with support for API v1

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

booking bookability twosuperior

16/10 2014

1.0.4

1.0.4.0 https://github.com/bookability/bookability-php

Bookability client for PHP with support for API v1

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

booking bookability twosuperior

14/10 2014

1.0.3

1.0.3.0 https://github.com/bookability/bookability-php

Bookability client for PHP with support for API v1

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

booking bookability twosuperior

13/10 2014

1.0.2

1.0.2.0 https://github.com/bookability/bookability-php

Bookability client for PHP with support for API v1

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

booking bookability twosuperior

10/10 2014

1.0.1

1.0.1.0 https://github.com/bookability/bookability-php

Bookability client for PHP with support for API v1

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

booking bookability twosuperior

10/10 2014

1.0.0

1.0.0.0 https://github.com/bookability/bookability-php

Bookability client for PHP with support for API v1

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

booking bookability twosuperior

17/09 2014

0.0.1-alpha

0.0.1.0-alpha https://github.com/bookability/bookability-php

Bookability client for PHP with support for API v1

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

booking bookability twosuperior