2017 © Pedro Peláez
 

library ratsit

Library for implementing Ratsit API - Personal data search

image

ratsit/ratsit

Library for implementing Ratsit API - Personal data search

  • Wednesday, August 28, 2013
  • by pontusab
  • Repository
  • 1 Watchers
  • 4 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Installation

Follow these steps:, (*1)

  • Get your api-key by contact Ratsit http://www.ratsit.se/Content/API_Webservice.aspx
  • Download the latest release.
  • Clone the repo: git clone git://github.com/pontusab/Ratsit.git.
  • Install via Composer in your project: curl -s http://getcomposer.org/installer | php
  • Install Ratsit: php composer.phar install
  • Autoload Ratsit:
require 'vendor/autoload.php';

use Ratsit\Ratsit as Ratsit;

Ratsit::$service  = 'GetPersonInformationPackage';
Ratsit::$apiKey   = '';
Ratsit::$packages = 'small 1';

$Ratsit = new Ratsit;

$response = $Ratsit->searchPerson('personal number');

print_r( $response );

Authors

Pontus Abrahamsson, (*2)

Copyright 2013 Pontus Abrahamsson., (*3)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:, (*4)

http://www.apache.org/licenses/LICENSE-2.0, (*5)

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License., (*6)

The Versions

28/08 2013

dev-master

9999999-dev

Library for implementing Ratsit API - Personal data search

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.3

 

by Pontus Abrahamsson