{"id":20595666,"url":"https://github.com/arcphysx/laravel-pejer","last_synced_at":"2025-10-20T04:12:04.062Z","repository":{"id":62486708,"uuid":"336700024","full_name":"arcphysx/laravel-pejer","owner":"arcphysx","description":"Pejer API Wrapper For Laravel and Lumen","archived":false,"fork":false,"pushed_at":"2021-02-07T04:44:44.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T00:45:36.226Z","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/arcphysx.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":"2021-02-07T04:27:07.000Z","updated_at":"2021-10-03T10:17:20.000Z","dependencies_parsed_at":"2022-11-02T09:31:02.416Z","dependency_job_id":null,"html_url":"https://github.com/arcphysx/laravel-pejer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcphysx%2Flaravel-pejer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcphysx%2Flaravel-pejer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcphysx%2Flaravel-pejer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcphysx%2Flaravel-pejer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arcphysx","download_url":"https://codeload.github.com/arcphysx/laravel-pejer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242231436,"owners_count":20093636,"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-11-16T08:13:46.948Z","updated_at":"2025-10-20T04:12:03.972Z","avatar_url":"https://github.com/arcphysx.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LaravelPejer\nPejer API Wrapper For Laravel and Lumen\n\n## Installation\nYou can install the package using composer\n```sh\n$ composer require arcphysx/laravel-pejer\n```\nThen add the service provider to `config/app.php`. In Laravel versions 5.5 and beyond, this step can be skipped if package auto-discovery is enabled.\n\n```php\n'providers' =\u003e [\n    ...\n    Arcphysx\\LaravelPejer\\Providers\\LaravelPejerServiceProvider::class\n    ...\n];\n```\n\nThen add some required value on your .env file\n```\nPEJER_API_TOKEN=\"\u003cyour-pejer-api-token\u003e\"\nPEJER_TEAM_ID=\"\u003cyour-pejer-team-id\u003e\"\n```\n\nYou can publish the configuration file and assets by running:\n \n```sh\n$ php artisan vendor:publish --provider=\"Arcphysx\\LaravelPejer\\Providers\\LaravelPejerServiceProvider\"\n```\n\nAfter publishing a few new files to our application we need to reload them with the following command:\n\n```sh\n$ composer dump-autoload\n```\n\n## Basic Usage\n\n### Send Whatsapp Message\n```php\nLaravelPejer::whatsapp()\n            -\u003esendMessage('\u003cyour-phone-number\u003e', '\u003cyour-mesage\u003e')\n            -\u003eok()\n```\n\n### Validate Whatsapp Number\n```php\n    LaravelPejer::whatsapp()\n                -\u003evalidateAccountExist('\u003cyour-phone-number\u003e')\n                -\u003ejson()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcphysx%2Flaravel-pejer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcphysx%2Flaravel-pejer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcphysx%2Flaravel-pejer/lists"}