{"id":23151272,"url":"https://github.com/samsoft00/laravel-bbnplace","last_synced_at":"2025-07-15T18:35:52.584Z","repository":{"id":72745995,"uuid":"78294748","full_name":"samsoft00/laravel-bbnplace","owner":"samsoft00","description":"A Laravel 5 Package for BBN Place Sms Messenger","archived":false,"fork":false,"pushed_at":"2017-01-07T18:35:44.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T15:14:59.377Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samsoft00.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-07T18:00:20.000Z","updated_at":"2017-01-07T18:06:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"7f88223b-e6bb-4f72-9047-d9408ee3a357","html_url":"https://github.com/samsoft00/laravel-bbnplace","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samsoft00/laravel-bbnplace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samsoft00%2Flaravel-bbnplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samsoft00%2Flaravel-bbnplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samsoft00%2Flaravel-bbnplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samsoft00%2Flaravel-bbnplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samsoft00","download_url":"https://codeload.github.com/samsoft00/laravel-bbnplace/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samsoft00%2Flaravel-bbnplace/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265451505,"owners_count":23767771,"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-17T18:32:17.759Z","updated_at":"2025-07-15T18:35:52.555Z","avatar_url":"https://github.com/samsoft00.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# laravel-bbnplace\n\u003cimg src=\"http://www1.bbnplace.com/wp-content/uploads/2014/04/messaging-partnership.jpg\" /\u003e \u003cbr/\u003e\nA Laravel 5 Package for BBN Place Sms Messenger \u003cbr/\u003e\nNOTE: This package is currently in development mode! \u003cbr/\u003e\n\nVisit \u003ca href=\"http://sms.bbnplace.com\" \u003eBBN Place sms \u003c/a\u003e to create account \u003cbr/\u003e\n\n1. To Send SMS from Laravel blade template\n```\nSmsMessenger::send('emails.sms', ['name' =\u003e 'Samuel'], function($sms){\n    $sms-\u003emobile = '07063317344';\n    $sms-\u003esender = 'Samsoft';\n    $sms-\u003eisflash = false;//optional\n    $sms-\u003ecountryCode = +234;//optional\n\n});\n```\n\n2. Send a plain sms\n```\nSmsMessenger::plain('I am on my way now', function($sms){\n    $sms-\u003emobile = '07063317344';\n    $sms-\u003esender = 'Samsoft';\n    $sms-\u003eisflash = false;//optional\n    $sms-\u003ecountryCode = +234;//optional\n});\n```\n\n3. Schedule SMS\n```\nSmsMessenger::schedule('emails.sms', ['name' =\u003e 'Samuel'], function($sms){\n\n    $sms-\u003esender = 'Samsoft';\n    $sms-\u003emobile = '07063317344';\n\n    $sms-\u003eisflash = false;\n    $sms-\u003esendTime = Carbon\\Carbon::createFromTimestamp(time())-\u003eaddMinute(90)-\u003egetTimestamp();\n    $sms-\u003escheduleName = 'mySchedule';\n    $sms-\u003esendScheduleNotification = false;\n\n});\n```\n\n4. Check SMS Balance\n```\n(int) SmsMessenger::checkBalance();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamsoft00%2Flaravel-bbnplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamsoft00%2Flaravel-bbnplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamsoft00%2Flaravel-bbnplace/lists"}