2017 © Pedro Peláez
 

library cnetsync

image

nousefreak/cnetsync

  • Friday, February 7, 2014
  • by NoUseFreak
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,715 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

CnetSync

Build Status, (*1)

CnetSync is a library that should help you sync events from the cultuurnet database., (*2)

Installation

As a temporary fix, you will need to tell composer what version of cdb it should use. This will be fixed once cultuurnet tags the version., (*3)

composer.json, (*4)

{
    "require": {
        "nousefreak/cnetsync": "1.0.*",
        "cultuurnet/cdb": "dev-master"
    }
}

Usage

<?php

$config = new \CnetSync\Configuration\Configuration();
$config->setApiKey('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx');

$sync = new \CnetSync\CnetSync($config);
$sync->setPersister(new \CnetSync\Persister\Persister());

$sync->run();

Contributing

All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code., (*5)

Fork the project, create a feature branch, and send us a pull request., (*6)

To ensure a consistent code base, you should make sure the code follows the Coding Standards which we borrowed from Symfony. Make sure to check out php-cs-fixer as this will help you a lot., (*7)

If you would like to help take a look at the list of issues., (*8)

Requirements

PHP 5.3.2 or above, (*9)

Author and contributors

Dries De Peuter - dries@nousefreak.be - http://nousefreak.be, (*10)

See also the list of contributors who participated in this project., (*11)

License

Notifier is licensed under the MIT license., (*12)

The Versions

07/02 2014

dev-master

9999999-dev

  Sources   Download

The Requires

 

26/11 2013

1.0.1

1.0.1.0

  Sources   Download

The Requires

 

27/10 2013

1.0.0

1.0.0.0

  Sources   Download

The Requires