{"id":15739702,"url":"https://github.com/php-rock/madsms","last_synced_at":"2026-04-27T12:01:41.142Z","repository":{"id":57049999,"uuid":"133267966","full_name":"php-rock/madsms","owner":"php-rock","description":"MadSMS","archived":false,"fork":false,"pushed_at":"2018-05-20T14:37:07.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T04:43:34.022Z","etag":null,"topics":["blade","composer-package","laravel","mvc","oop","php7"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/shpartko/madsms","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/php-rock.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":"2018-05-13T19:31:02.000Z","updated_at":"2018-05-20T14:37:09.000Z","dependencies_parsed_at":"2022-08-23T19:10:28.653Z","dependency_job_id":null,"html_url":"https://github.com/php-rock/madsms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/php-rock/madsms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-rock%2Fmadsms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-rock%2Fmadsms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-rock%2Fmadsms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-rock%2Fmadsms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/php-rock","download_url":"https://codeload.github.com/php-rock/madsms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-rock%2Fmadsms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["blade","composer-package","laravel","mvc","oop","php7"],"created_at":"2024-10-04T02:06:11.784Z","updated_at":"2026-04-27T12:01:41.126Z","avatar_url":"https://github.com/php-rock.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# madsms\n\nHi there!\nIt's an implementation of test case for checking basics `PHP`/`Laravel`/`MVC`/`OOP` skills.\n\nSend sms/mms via random providers.\n\n* **Madsms** - One random gateway for one request;\n* **SuperMadsms** - All gateways for one request.\n\n## Install:\n\nInstall Laravel\n\n```bash\ncomposer create-project laravel/laravel test\nphp artisan key:generate\n\n```\n\nInstall this package via composer using this command:\n\n```bash\ncomposer require shpartko/madsms\n```\n\nThat's all. The package will automatically register itself.\n\n## Notifications (E-mail/Slack):\n\nIf you want use notifications, you must install the Guzzle HTTP library via Composer:\n\n```bash\ncomposer require guzzlehttp/guzzle\n```\n\nAnd after that you must config notifications section in your `config/madsms.php` and MAIL section in `.env` file.\n\n## Implement:\n\nYou can publish the config, lang and views files with:\n\n```bash\nphp artisan vendor:publish --provider=\"Shpartko\\Madsms\\MadServiceProvider\"\n```\n\n## Facade\n\nYou can register MadSMS facades in your `config\\app.php` in aliases section:\n\n```\n    'aliases' =\u003e [\n        'Madsms' =\u003e Shpartko\\Madsms\\Facades\\Madsms::class,\n        'SuperMadsms' =\u003e Shpartko\\Madsms\\Facades\\SuperMadsms::class,\n    ],\n```\n\nAfter that you can use short path for access to MadSMS, for example:\n\n```php\nMadsms::getGateway()-\u003egetGatewayName();\nor\nSuperMadsms::getRandomGateway()-\u003egetGatewayName();\n```\n\n## Usage:\n\nFor get results of working this package, please, pick one of this url: `http(s)://your-domain/madsms` or `http(s)://your-domain/supermadsms`.\n\nFor example: [http://localhost/madsms](http://localhost/madsms) or [http://localhost/supermadsms](http://localhost/supermadsms)\n\nOr you can see how it's work on my domain: [madsms](https://3300101.pp.ua/madsms) and [supermadsms](https://3300101.pp.ua/supermadsms).\n\n## Clear cache\n\n```bash\nphp artisan package:discover\nphp artisan route:clear\nphp artisan config:clear\nphp artisan clear-compiled\n```\n\n## If you want hire me, mail:\n\n* [3300101(at)gmail.com](mailto:3300101@gmail.com)\n* [LinkedIn](https://www.linkedin.com/in/shpartko/)\n* [Facebook](https://www.facebook.com/sheppardjack)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-rock%2Fmadsms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphp-rock%2Fmadsms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-rock%2Fmadsms/lists"}