nousefreak/cnetsync

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (1.0.1) of this package.

Maintainers

Package info

github.com/NoUseFreak/CnetSync

pkg:composer/nousefreak/cnetsync

Statistics

Installs: 2 947

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

1.0.1 2013-11-26 20:04 UTC

This package is auto-updated.

Last update: 2024-01-29 02:05:20 UTC


README

Build Status

CnetSync is a library that should help you sync events from the cultuurnet database.

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.

composer.json

{
    "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.

Fork the project, create a feature branch, and send us a pull request.

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.

If you would like to help take a look at the list of issues.

Requirements

PHP 5.3.2 or above

Author and contributors

Dries De Peuter - dries@nousefreak.be - http://nousefreak.be

See also the list of contributors who participated in this project.

License

Notifier is licensed under the MIT license.