lensmedia/api.lensmedia.nl-bundle

Symfony bundle for to work with our main LENS API

dev-master 2024-04-09 07:58 UTC

This package is auto-updated.

Last update: 2024-04-09 07:59:07 UTC


README

A bundle that holds a set of shared Symfony related items to interact with https://api.lensmedia.nl.

Development

While developing in composer.json if you checkout the bundle too:

"repositories": [
    {
        "type": "path",
        "url": "../../api.lensmedia.nl-bundle"
    }
],

Then composer update lensmedia/api.lensmedia.nl-bundle to create the new link.

Don't commit these changes.