newageerp / sf-newageerp
all newageerp packages
Package info
github.com/newageerp/sf-newageerp
Type:symfony-bundle
pkg:composer/newageerp/sf-newageerp
Requires
- newageerp/sf-auth: 0.0.18
- newageerp/sf-base-entity: 0.0.15
- newageerp/sf-bookmarks: 0.0.9
- newageerp/sf-client: 0.0.2
- newageerp/sf-contact: 0.0.2
- newageerp/sf-controlpanel: 0.0.905
- newageerp/sf-crud: 0.0.2
- newageerp/sf-currency: 0.0.3
- newageerp/sf-event-listener: 0.0.36
- newageerp/sf-export: 0.0.12
- newageerp/sf-files: 0.0.23
- newageerp/sf-filesmanager: 0.0.4
- newageerp/sf-follow-up: 0.0.6
- newageerp/sf-import: 0.0.5
- newageerp/sf-mail-smtp: 0.0.3
- newageerp/sf-mailjet: 0.0.10
- newageerp/sf-mails: 0.0.14
- newageerp/sf-messenger: 0.0.1
- newageerp/sf-notes: 0.0.12
- newageerp/sf-pdf: 0.0.14
- newageerp/sf-permissions: 0.0.2
- newageerp/sf-push-messages: 0.0.4
- newageerp/sf-react-templates: 0.0.213
- newageerp/sf-sepa: 0.0.2
- newageerp/sf-serial-number: 0.0.1
- newageerp/sf-serializer: 0.0.1
- newageerp/sf-socket: 0.0.5
- newageerp/sf-status: 0.0.18
- newageerp/sf-tasks: 0.0.3
- newageerp/sf-uservice: 0.0.44
- newageerp/sf-xlsx: 0.0.5
This package is auto-updated.
Last update: 2026-06-10 18:57:12 UTC
README
auth
AUTH_KEY= NAE_SFS_MAILJET_DEFAULT_SENDER= NAE_SFS_FRONT_URL=
base-entity
AUTH_KEY=
controlpanel
FRONT_URL= NAE_SFS_CP_STORAGE_PATH= NAE_SFS_CP_STORAGE_PATH= NAE_SFS_CP_STORAGE_PATH= NAE_SFS_CP_STORAGE_PATH= NAE_SFS_CP_STORAGE_PATH= NAE_SFS_CP_STORAGE_PATH= NAE_SFS_CP_STORAGE_PATH= NAE_SFS_CP_STORAGE_PATH= NAE_SFS_CP_STORAGE_PATH= NAE_SFS_CP_STORAGE_PATH= NAE_SFS_CP_STORAGE_PATH= NAE_SFS_CP_STORAGE_PATH= NAE_SFS_CP_STORAGE_PATH= NAE_SFS_CP_STORAGE_PATH= NAE_SFS_ROOT_PATH= NAE_SFS_CP_DB_PATH= NAE_SFS_CP_DB_PATH= NAE_SFS_CP_STORAGE_PATH= NAE_SFS_CP_STORAGE_PATH= NAE_SFS_FRONT_URL= NAE_SFS_ROOT_PATH= NAE_SFS_ROOT_PATH= NAE_SFS_ROOT_PATH= NAE_SFS_ROOT_PATH= NAE_SFS_ROOT_PATH= NAE_SFS_ROOT_PATH= NAE_SFS_ROOT_PATH= NAE_SFS_ROOT_PATH= NAE_SFS_ROOT_PATH= NAE_SFS_ROOT_PATH= NAE_SFS_ROOT_PATH= NAE_SFS_CP_STORAGE_PATH= NAE_SFS_CP_STORAGE_PATH= NAE_SFS_CP_STORAGE_PATH= NAE_SFS_CP_DB_PATH=
event-listener
NAE_SFS_RBQ_HOST= NAE_SFS_RBQ_PORT= NAE_SFS_RBQ_USER= NAE_SFS_RBQ_PASSWORD= FRONT_REMOTE_URL=
export
NAE_SFS_PUBLIC_DOC_DIR=
files
NAE_SFFILES_STORAGE_DIR= NAE_SFFILES_STORAGE_PUBLIC_DIR= FRONT_URL= FRONT_URL= NAE_SFS_FRONT_URL=
mail-smtp
SF_MAIL_SMTP_HOST= SF_MAIL_SMTP_USER= SF_MAIL_SMTP_PSW= SF_MAIL_SMTP_SECURE= SF_MAIL_SMTP_PORT= SF_MAIL_SMTP_FROM_EMAIL= SF_MAIL_SMTP_FROM_NAME=
mailjet
NAE_SFS_MAILJET_PUBLIC_KEY= NAE_SFS_MAILJET_PRIVATE_KEY= NAE_SFS_MAILJET_PUBLIC_KEY=
mails
APP_ENV= SF_MAIL_DEV_TEST_EMAIL=
NAE_SFS_TOKEN= NAE_SFS_FRONT_URL= NAE_SFS_TOKEN= NAE_SFS_FRONT_URL=
push-messages
NAE_SFPUSHMESSAGE_FIREBASE_KEY=
react-templates
NAE_SFS_CP_STORAGE_PATH= NAE_SFS_RBQ_HOST= NAE_SFS_RBQ_PORT= NAE_SFS_RBQ_USER= NAE_SFS_RBQ_PASSWORD=
socket
WS_REDIS_DSN= NAE_SFS_RBQ_HOST= NAE_SFS_RBQ_PORT= NAE_SFS_RBQ_USER= NAE_SFS_RBQ_PASSWORD= NAE_SFS_RBQ_QUEUE=
uservice
NAE_SFS_PROPERTIES_FILE_PATH= NAE_SFS_SCHEMAS_FILE_PATH= NAE_SFS_PROPERTIES_FILE_PATH= NAE_SFS_SCHEMAS_FILE_PATH= NAE_SFS_CP_STORAGE_PATH=
CONTROLLERS
config/routes/annotations.yaml sf_auth: resource: '@NewageerpSfAuthBundle/Controller' type: annotation sf_bookmarks: resource: '@NewageerpSfBookmarksBundle/Controller' type: annotation sf_controlpanel: resource: '@NewageerpSfControlpanelBundle/Controller' type: annotation sf_currency: resource: '@NewageerpSfCurrencyBundle/Controller' type: annotation sf_event-listener: resource: '@NewageerpSfEventListenerBundle/Controller' type: annotation sf_export: resource: '@NewageerpSfExportBundle/Controller' type: annotation sf_files: resource: '@NewageerpSfFilesBundle/Controller' type: annotation sf_follow-up: resource: '@NewageerpSfFollowUpBundle/Controller' type: annotation sf_import: resource: '@NewageerpSfImportBundle/Controller' type: annotation sf_mails: resource: '@NewageerpSfMailBundle/Controller' type: annotation sf_notes: resource: '@NewageerpSfNotesBundle/Controller' type: annotation sf_pdf: resource: '@NewageerpSfPdfBundle/Controller' type: annotation sf_react-templates: resource: '@NewageerpSfReactTemplatesBundle/Controller' type: annotation sf_status: resource: '@NewageerpSfStatusBundle/Controller' type: annotation sf_uservice: resource: '@NewageerpSfUserviceBundle/Controller' type: annotation sf_xlsx: resource: '@NewageerpSfXlsxBundle/Controller' type: annotation
MESSAGE HANDLERS
config/services.yaml Newageerp\SfNotes\Messenger\NotesReadAllMessageHandler: tags: [messenger.message_handler]