{"id":22177634,"url":"https://github.com/ntidev/emailbundle","last_synced_at":"2025-07-26T16:31:44.319Z","repository":{"id":57029111,"uuid":"78536927","full_name":"ntidev/EmailBundle","owner":"ntidev","description":"Logging email bundle for Swiftmailer. Gives you the ability to log in a database the messages being sent for possible resending and auditing.","archived":false,"fork":false,"pushed_at":"2024-04-24T14:09:04.000Z","size":67,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-24T16:59:11.964Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ntidev.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-01-10T13:40:31.000Z","updated_at":"2024-04-24T14:05:22.000Z","dependencies_parsed_at":"2024-04-24T15:30:48.825Z","dependency_job_id":"17638af4-8739-47c4-a66b-26bb50516436","html_url":"https://github.com/ntidev/EmailBundle","commit_stats":{"total_commits":40,"total_committers":9,"mean_commits":4.444444444444445,"dds":0.55,"last_synced_commit":"04d74e7c11bae3f7140b6442e31d3e991a721b2e"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntidev%2FEmailBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntidev%2FEmailBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntidev%2FEmailBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntidev%2FEmailBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ntidev","download_url":"https://codeload.github.com/ntidev/EmailBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227695800,"owners_count":17805796,"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":[],"created_at":"2024-12-02T08:30:10.467Z","updated_at":"2024-12-02T08:30:12.149Z","avatar_url":"https://github.com/ntidev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NTIEmailBundle\n\n### Installation\n\n1. Install the bundle using composer:\n\n    ```\n    $ composer require ntidev/email-bundle \"dev-master\"\n    ```\n\n2. Add the bundle configuration to the AppKernel\n\n    ```\n    public function registerBundles()\n    {\n        $bundles = array(\n            ...\n            new NTI\\EmailBundle\\NTIEmailBundle(),\n            ...\n        );\n    }\n    ```\n\n3. Update the database schema\n\n    ```\n    $ php app/console doctrine:schema:update\n    ```\n\n### Usage\n\n\n\n### Cronjob\n\nSchedule the following cronjob to check and send emails in the queue:\n\n```\n# /etc/crontab\n# ...\n# NTIEmailBundle\n* * * * * [user] php /path/to/project/app/console nti:email:check\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntidev%2Femailbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fntidev%2Femailbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntidev%2Femailbundle/lists"}