{"id":22448197,"url":"https://github.com/monamoxie/subscriba-with-mailer-lite","last_synced_at":"2026-05-05T00:33:31.325Z","repository":{"id":48308851,"uuid":"391325420","full_name":"Monamoxie/subscriba-with-mailer-lite","owner":"Monamoxie","description":"A simple and robust interface, powered by the MailerLite API to manage your mailing list. Designed to be simple, intuitive and easy to use.","archived":false,"fork":false,"pushed_at":"2023-09-10T16:12:55.000Z","size":2175,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-23T10:51:37.000Z","etag":null,"topics":["laravel","nginx","vuejs"],"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/Monamoxie.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,"publiccode":null,"codemeta":null}},"created_at":"2021-07-31T10:35:24.000Z","updated_at":"2023-09-10T16:13:01.000Z","dependencies_parsed_at":"2025-03-27T11:45:05.712Z","dependency_job_id":null,"html_url":"https://github.com/Monamoxie/subscriba-with-mailer-lite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Monamoxie/subscriba-with-mailer-lite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monamoxie%2Fsubscriba-with-mailer-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monamoxie%2Fsubscriba-with-mailer-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monamoxie%2Fsubscriba-with-mailer-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monamoxie%2Fsubscriba-with-mailer-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Monamoxie","download_url":"https://codeload.github.com/Monamoxie/subscriba-with-mailer-lite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monamoxie%2Fsubscriba-with-mailer-lite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32631058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["laravel","nginx","vuejs"],"created_at":"2024-12-06T04:21:45.475Z","updated_at":"2026-05-05T00:33:31.321Z","avatar_url":"https://github.com/Monamoxie.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"left\" style=\"margin: 50px 0\"\u003e\u003ca href=\"https://github.com/monamoxie\"\u003e\u003cimg src=\"public/img/logo.png\" width=\"110\" \u003e\u003c/a\u003e\u003c/p\u003e\n\n\nA simple and robust interface, powered by the MailerLite API to manage your mailing list. Designed to be simple, intuitive and easy to use. \n\n## How to Use\n- Create an account on [MailerLite](https://mailerlite.com), and get an API Key\n- Clone the repo  `git clone https://github.com/Monamoxie/subscriba-with-mailer-lite.git`\n- After that, cd into cloned directory `cd subscriba-with-mailer-lite`\n- Copy env with `cp .env.example .env`\n- And install all composer dependencies with `composer install`\n- Also install npm dependencies with `npm install`\n- Run `php artisan key:generate` to set up an encryption key for the project\n- Create your database if you don't have one yet and remember to update .env file with the correct details\n- If you wish to use the  default migrations, run `php artisan migrate` or import the sql file in the root folder called  `subscriba.sql` into your database\n- Then run `php artisan serve` to fire up a development server for your project\n\nIf you encounter any NODE related issues `ERR_OSSL_EVP_UNSUPPORTED`, when running npm commands, run \n# linux\nexport NODE_OPTIONS=--openssl-legacy-provider\n# windows\nset NODE_OPTIONS=--openssl-legacy-provider\n\n## TODO\n- An authentication layer to secure access\n- Advanced user management with the MailerLite service\n- Manage multiple api keys\n\n### TECH STACK\n\n- PHP\n- Laravel\n- Javascript\n- Vuejs\n- JQuery\n- Nginx\n\n\n## Credit\n- Mozilla Firefox (Image Banner)\n- Button Effect (https://codepen.io/nourabusoud)\n\n## DEMO LINK\nhttps://subscriba.herokuapp.com/\n\n\u003cp align=\"left\"\u003e\u003ca href=\"https://github.com/monamoxie\"\u003e\u003cimg src=\"public/img/snapshot_home.png\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"left\"\u003e\u003ca href=\"https://github.com/monamoxie\"\u003e\u003cimg src=\"public/img/snapshot_table.png\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n## License\n\nSubscriba is open-sourced and licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonamoxie%2Fsubscriba-with-mailer-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonamoxie%2Fsubscriba-with-mailer-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonamoxie%2Fsubscriba-with-mailer-lite/lists"}