cultuurnet/transform-entry-store

This package is abandoned and no longer maintained. No replacement package was suggested.

library to store data from external partners that is transformed to work with Entry API

Maintainers

Package info

github.com/cultuurnet/transform-entry-store

pkg:composer/cultuurnet/transform-entry-store

Statistics

Installs: 146

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

dev-master / 0.x-dev 2021-01-06 14:44 UTC

This package is auto-updated.

Last update: 2024-07-25 02:46:24 UTC


README

A skeleton for PHP library projects.

Setup your project

Copy over all files - except this readme - to your new PHP project and modify the following parts to your needs:

Run composer install.

Put your classes in the src directory, and PHPUnit tests in the tests directory. Follow the PSR-4 conventions for autoloading and PSR-2 conventions for coding style.

Run a full test (lint check, coding standards check and unit tests) with ./vendor/bin/phing test.

In order to automatically run a full test when committing to git, install the included git hooks hook with ./vendor/bin/phing githooks.

Setup third-party services

Register your project on: