{"id":14965532,"url":"https://github.com/filipsuk/eventigo-web","last_synced_at":"2025-10-25T11:32:03.444Z","repository":{"id":219490871,"uuid":"81325462","full_name":"filipsuk/eventigo-web","owner":"filipsuk","description":"Events aggregator and newsletter","archived":false,"fork":false,"pushed_at":"2018-06-17T23:33:43.000Z","size":2179,"stargazers_count":21,"open_issues_count":6,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-08T15:09:19.732Z","etag":null,"topics":["events","meetup","nette","newsletter","php","sendgrid"],"latest_commit_sha":null,"homepage":"https://eventigo.cz","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/filipsuk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-02-08T11:59:58.000Z","updated_at":"2023-07-18T11:21:07.000Z","dependencies_parsed_at":"2024-01-27T21:26:46.030Z","dependency_job_id":"45170749-29f1-4ca1-ae00-7b1e0dd7d22d","html_url":"https://github.com/filipsuk/eventigo-web","commit_stats":null,"previous_names":["filipsuk/eventigo-web"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipsuk%2Feventigo-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipsuk%2Feventigo-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipsuk%2Feventigo-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipsuk%2Feventigo-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filipsuk","download_url":"https://codeload.github.com/filipsuk/eventigo-web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238128667,"owners_count":19421076,"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":["events","meetup","nette","newsletter","php","sendgrid"],"created_at":"2024-09-24T13:34:52.746Z","updated_at":"2025-10-25T11:32:02.953Z","avatar_url":"https://github.com/filipsuk.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eventigo\n\n[![Build Status](https://img.shields.io/travis/eventigo/eventigo-web/master.svg?style=flat-square)](https://travis-ci.org/eventigo/eventigo-web)\n\n\n## Requirements\n\n- PHP 7.1+\n- MySQL 5.6.5+, [5.7 not supported](http://stackoverflow.com/questions/34691059/select-distinct-and-order-by-in-mysql)\n- Composer, Bower\n\n## First run\n\n1. Vytvořit novou MySQL databázi a importovat `events.sql.zip`\n2. Zkopírovat `app/config/templates/config.local.neon` do adresáře `app/config` a upravit konfiguraci\n3. Zkopírovat `phinx.yml.template` jako nový soubor `phinx.yml` a nastavit přístupy do databáze (viz [Phinx docs](http://docs.phinx.org/en/latest/configuration.html))\n4. Nainstalovat závislosti\n    ```\n    composer install\n    bower install\n    ```\n5. Spustit databázové migrace `vendor/bin/phinx migrate`\n6. Vygenerovat heslo příkazem `php bin/console admin:generatePassword \u003cheslo\u003e`\n7. Vytvořit admin uživatele v tabulce `users` s vygenerovaným heslem nebo použít demo admin účet: demo@gmail.com, heslo: demo\n8. Přihlásit se na url `/admin`\n\n\n## Newsletters\n\nPřed vytvořením emailů je možný dynamický preview na adrese `/newsletter/dynamic/\u003cusers.id\u003e`\n\n1. Vytvořit záznam v tabulce newsletters - `$ php bin/console newsletters:create`. Použije se poslední podle parametru created. Obsahuje texty, předmět mailu atd.\n\n2. Do nového záznamu doplnit `intro_text` a `outro_text` (HTML formát)\n\n3. Kontrola možná na adrese `/newsletter/dynamic/\u003cusers.id\u003e`\n\n4. Vyrenderování (přípravení) newsletterů pro všechny, kdo má nastavený flag users.newsletter _(true)_\n`\n$ php bin/console newsletters:render\n`  \n\n5. Preview konkrétního newsletteru na adrese `/newsletter/\u003cusers_newsletter.hash\u003e`\nUnsubscribe newsletterů přes link `/newsletter/unsubscribe/\u003cusers_newsletter.hash\u003e` \n    \n6. Odeslání připravených newsletterů _(nemá nastavené datum odeslání user_newsletter.sent)_\n`\n$ php bin/console newsletters:send\n`\n\n## API\n\n📚 [Apiary documentation](http://docs.eventigo.apiary.io) \n\n## Code style check \u0026 fix\n\n✅ Check by running: \n\n```bash\ncomposer cs\n```\n\n✨ Auto-fix by running: \n\n```bash\ncomposer fs\n```\n\nWe use [Symplify/EasyCodingStandard](https://github.com/Symplify/EasyCodingStandard) (PHP_CodeSniffer and PHP-CS-Fixer). Thanks to @TomasVotruba!\n \n## Exceptions\n\nHtml exceptions lze číst jako admin na url `/admin/exception/[exception-file.html]`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilipsuk%2Feventigo-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilipsuk%2Feventigo-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilipsuk%2Feventigo-web/lists"}