{"id":14987093,"url":"https://github.com/erickchann/whatsapp-server","last_synced_at":"2025-07-16T11:06:53.535Z","repository":{"id":43693285,"uuid":"457701875","full_name":"erickchann/whatsapp-server","owner":"erickchann","description":"Website to send whatsapp chat, brodcast and etc.","archived":false,"fork":false,"pushed_at":"2022-08-05T12:37:13.000Z","size":304,"stargazers_count":10,"open_issues_count":1,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T19:12:23.668Z","etag":null,"topics":["whatsapp-api","whatsapp-bot","whatsapp-broadcaster","whatsapp-chat","whatsapp-web"],"latest_commit_sha":null,"homepage":"","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/erickchann.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}},"created_at":"2022-02-10T08:56:26.000Z","updated_at":"2024-02-02T21:48:15.000Z","dependencies_parsed_at":"2022-08-12T10:42:08.708Z","dependency_job_id":null,"html_url":"https://github.com/erickchann/whatsapp-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erickchann%2Fwhatsapp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erickchann%2Fwhatsapp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erickchann%2Fwhatsapp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erickchann%2Fwhatsapp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erickchann","download_url":"https://codeload.github.com/erickchann/whatsapp-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248493102,"owners_count":21113193,"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":["whatsapp-api","whatsapp-bot","whatsapp-broadcaster","whatsapp-chat","whatsapp-web"],"created_at":"2024-09-24T14:14:04.844Z","updated_at":"2025-04-11T23:22:06.887Z","avatar_url":"https://github.com/erickchann.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Baileys Restful API with Laravel\n\n## Credits\n\n1. Framework : Laravel 8 \u0026 VueJs 2\n2. API Server : [@ookamiiixd/baileys-api](https://github.com/ookamiiixd/baileys-api)\n\n## Frontend Vue Installation\n\n1. Enter to the backend project directory `cd frontend-vue`.\n2. Execute `npm i` to install the dependencies.\n3. You can start the app by executing `npm run serve`\n4. Now the endpoint should be available according to environment variable settings at `http://localhost:5000`.\n\n## Backend Laravel Installation\n\n1. First clone or download this repository:\n\n```bash\ngit clone https://github.com/erickchann/whatsapp-server.git\n```\n\n2. Enter directory project `cd backend-laravel`\n3. Execute `composer install` to install the dependencies.\n4. Setting the database configuration, rename `.env.example` to `.env` and open file at project root directory or execute `cp .env.example .env`\n\n```bash\nDB_DATABASE=**your_db_name**\nDB_USERNAME=**your_db_user**\nDB_PASSWORD=**password**\n```\n\n5. Setting the URL backend server configuration, open `.env` file at project root directory\n\n```bash\nURL_WA_SERVER=http://localhost:8000\n```\n\n6. Run the following command at the terminal:\n\n```bash\nphp artisan migrate:fresh --seed\n```\n\n7. Run laravel\n\n```bash\nphp artisan serve --port=3000\n```\n\n## Backend Express Installation\n\nSimple RESTful WhatsApp API by [@ookamiiixd/baileys-api](https://github.com/ookamiiixd/baileys-api) .\n\n1. Enter to the backend project directory `cd backend-express`.\n2. Execute `npm i` to install the dependencies.\n3. You can start the app by executing `npm run start` or `node .`.\n4. Now the endpoint should be available according to your environment variable settings. Default is at `http://localhost:8000`.\n\n### Backend API DOCs\n\nThe API documentation is available online at [here](https://documenter.getpostman.com/view/18988925/UVeNni36). You can also import the **Postman Collection File** `(postman_collection.json)` into your Postman App alternatively.\n\nThe server will respond in JSON format:\n\n```javascript\n{\n    success: true|false, // bool\n    message: \"\", // string\n    data: {} // object\n}\n```\n\n### Features\n\n-   [x] Send chat\n-   [x] Send brodcast\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferickchann%2Fwhatsapp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferickchann%2Fwhatsapp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferickchann%2Fwhatsapp-server/lists"}