Wrapper PHP pour l’API d’CAERP (enDI). Cf https://framagit.org/caerp/caerp/-/issues/3534
Find a file
2026-03-04 00:30:23 +01:00
.idea dates 2025-09-19 07:00:06 +02:00
src/Service invoices / cancelinvoice 2026-03-04 00:30:23 +01:00
.php-cs-fixer.cache invoices / cancelinvoice 2026-03-04 00:30:23 +01:00
composer.json symfony version 2026-01-13 21:24:26 +01:00
LICENSE Initial commit 2025-03-03 09:14:59 +01:00
README.md connect 2025-07-28 00:44:19 +02:00

wrapper-caerp

config/services.yaml

services:
    NathanaelMartel\WrapperCaerp\:
        resource: '../vendor/nathanaelmartel/wrapper-caerp/src/'
        exclude:
            - '../vendor/nathanaelmartel/wrapper-caerp/src/Entity/'
        autowire: true
        autoconfigure: true