lensmedia / api.lensmedia.nl-bundle
Symfony bundle for to work with our main LENS API
Installs: 1 200
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.2
- ext-openssl: *
- beberlei/doctrineextensions: dev-master
- brick/math: *
- brick/money: *
- egulias/email-validator: ^4.0
- getbrevo/brevo-php: ^2.0
- giggsey/libphonenumber-for-php: ^8.0
- symfony/cache: *
- symfony/form: *
- symfony/framework-bundle: *
- symfony/http-client: *
- symfony/orm-pack: *
- symfony/security-core: *
- symfony/serializer: *
- symfony/uid: *
- symfony/validator: *
Requires (Dev)
- ergebnis/composer-normalize: ^2.30
- friendsofphp/php-cs-fixer: ^3.13
This package is auto-updated.
Last update: 2025-02-26 15:56:33 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.