{"id":21638772,"url":"https://github.com/novactive/novaezmailingbundle","last_synced_at":"2025-06-26T07:02:59.577Z","repository":{"id":57028647,"uuid":"122794858","full_name":"Novactive/NovaeZMailingBundle","owner":"Novactive","description":"Nova eZ Mailing - A Mailing/Newsletter bundle for eZ Platform","archived":false,"fork":false,"pushed_at":"2022-12-30T20:10:06.000Z","size":4297,"stargazers_count":4,"open_issues_count":0,"forks_count":10,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-06-16T07:05:23.454Z","etag":null,"topics":["ezplatform","mailing","newsletter"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Novactive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-25T01:17:01.000Z","updated_at":"2022-09-03T16:49:22.000Z","dependencies_parsed_at":"2023-01-31T15:31:02.386Z","dependency_job_id":null,"html_url":"https://github.com/Novactive/NovaeZMailingBundle","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Novactive/NovaeZMailingBundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novactive%2FNovaeZMailingBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novactive%2FNovaeZMailingBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novactive%2FNovaeZMailingBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novactive%2FNovaeZMailingBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Novactive","download_url":"https://codeload.github.com/Novactive/NovaeZMailingBundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novactive%2FNovaeZMailingBundle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262018677,"owners_count":23245618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ezplatform","mailing","newsletter"],"created_at":"2024-11-25T04:11:36.532Z","updated_at":"2025-06-26T07:02:59.553Z","avatar_url":"https://github.com/Novactive.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Novactive eZ Mailing Bundle\n\n----\n\nThis repository is what we call a \"subtree split\": a read-only copy of one directory of the main repository. \nIt is used by Composer to allow developers to depend on specific bundles.\n\nIf you want to report or contribute, you should instead open your issue on the main repository: https://github.com/Novactive/Nova-eZPlatform-Bundles\n\nDocumentation is available in this repository via `.md` files but also packaged here: https://novactive.github.io/Nova-eZPlatform-Bundles/master/MailingBundle/README.md.html\n\n----\n\n[![Downloads](https://img.shields.io/packagist/dt/novactive/ezmailingbundle.svg?style=flat-square)](https://packagist.org/packages/novactive/ezmailingbundle)\n[![Latest version](https://img.shields.io/github/release/Novactive/NovaeZMailingBundle.svg?style=flat-square)](https://github.com/Novactive/NovaeZMailingBundle/releases)\n[![License](https://img.shields.io/packagist/l/novactive/ezmailingbundle.svg?style=flat-square)](LICENSE)\n\nSend eZ Contents by email based on the Mailing + Campaign configuration to a group of users (Mailing Lists)\n\nWording\n-------\n\n- Campaign: \n    - A container of Mailing\n    - With common metadata like\n        - Sender (email and name)\n        - Report email\n    - Limited by Siteaccess\n    - Related to Mailing Lists\n    - Associated with Content \n    \n- Mailing:\n    - A Content to be send\n    - A sending date or a frequency\n\n- Mailing List:\n    - A container of Users\n   \n- User:\n    - Hold the data of a User (not a eZ User)\n    \n- Registration:\n    - An association of a User and a Mailing List\n    \n- Broadcast:\n    - A record of a Mailing being sent to the Users of the Mailing Lists related to its Campaign\n    - Containing the metadata (date, number of recipients etc.)\n\n- A StatHit:\n    - A record that tracks\n        - email openings\n        - click on URLs\n                       \nFeatures\n--------\n\nNovactive eZ Mailing allows you to: **Send eZ Contents by email based on the Mailing + Campaign configuration to a group\nof users (Mailing Lists)** \n\nAt a glance:\n\n- Registration management\n    - user information\n    - registration and unregistration form (with confirmation email)\n    - registration approbation (optional on a Mailing List)\n\n- eZ Platform 2.x Admin UI\n    \n- Campaign management (CRUD)\n    - Mailing (newsletter) management (CRUD)\n        - one shot\n        - recurrence\n    - Mailing List management (CRUD)\n    - Statistics and charts (open emails, clicks etc.)\n    - Test a Mailing\n    \n- Users\n    - Import into Mailing List\n    - Export\n    \n- Multilingual\n\n- SiteAccess Aware (and SiteAccess Limitations)\n\n- Tracking\n\n- Personnalization\n\n- A mailer for the Mailings\n\n- A mailer for the Service Emails\n\n\nMailing Workflow\n----------------\n\nHere is the possible status changements of a Mailing. \n\n![Mailing Status Workflow ](bundle/Resources/doc/images/mailing_workflow.png)\n\nUsage and installation instructions\n-----------------------------------\n\n[Installation](bundle/Resources/doc/INSTALL.md)\n\n[Usage](bundle/Resources/doc/USAGE.md)\n\n\nChange\n------\n\n[Changelog](bundle/Resources/doc/CHANGELOG.md)\n\n\nSpecial Mentions and Credits\n----------------------------\n\n- This bundle features are inspired by https://github.com/cjw-network/cjw_newsletter fusionned with eZ Mailing\n(and old Novactive bundle never released in Open Source)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovactive%2Fnovaezmailingbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnovactive%2Fnovaezmailingbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovactive%2Fnovaezmailingbundle/lists"}