{"id":16171233,"url":"https://github.com/loevgaard/linkmobility-php-sdk","last_synced_at":"2025-04-01T12:31:22.229Z","repository":{"id":62518620,"uuid":"99915732","full_name":"loevgaard/linkmobility-php-sdk","owner":"loevgaard","description":null,"archived":true,"fork":false,"pushed_at":"2023-04-07T04:59:26.000Z","size":133,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T11:52:22.593Z","etag":null,"topics":["library","linkmobility","php","php-library","php7","sms","sms-api","sms-gateway"],"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/loevgaard.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-10T11:27:11.000Z","updated_at":"2024-11-27T09:50:44.000Z","dependencies_parsed_at":"2022-11-02T13:30:48.088Z","dependency_job_id":null,"html_url":"https://github.com/loevgaard/linkmobility-php-sdk","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loevgaard%2Flinkmobility-php-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loevgaard%2Flinkmobility-php-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loevgaard%2Flinkmobility-php-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loevgaard%2Flinkmobility-php-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loevgaard","download_url":"https://codeload.github.com/loevgaard/linkmobility-php-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246639734,"owners_count":20810065,"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":["library","linkmobility","php","php-library","php7","sms","sms-api","sms-gateway"],"created_at":"2024-10-10T03:21:15.382Z","updated_at":"2025-04-01T12:31:21.800Z","avatar_url":"https://github.com/loevgaard.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Link Mobility PHP SDK\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status][ico-travis]][link-travis]\n[![Coverage Status][ico-scrutinizer]][link-scrutinizer]\n[![Quality Score][ico-code-quality]][link-code-quality]\n\nPHP SDK for the [Linkmobility REST API v2](https://linkmobility.atlassian.net/wiki/spaces/COOL/pages/26017821/LINK+Mobility+DK+Rest+API+v2)\n\n## Install\n\nVia Composer\n\n``` bash\n$ composer require loevgaard/linkmobility-php-sdk\n```\n\n## Usage\n\n```php\n\u003c?php\nrequire_once 'vendor/autoload.php';\n\nuse Loevgaard\\Linkmobility\\Client;\nuse Loevgaard\\Linkmobility\\Request\\PostMessageRequest;\nuse Loevgaard\\Linkmobility\\Response\\BatchStatusResponse;\nuse Loevgaard\\Linkmobility\\ValueObject\\Sender;\nuse Loevgaard\\Linkmobility\\ValueObject\\Message;\nuse Loevgaard\\Linkmobility\\ValueObject\\Recipient;\n\n$request = new PostMessageRequest(new Sender('Sender'), new Message('Message'), [new Recipient('+4511223344')]);\n\n$client = new Client('insert api key');\n\n/** @var BatchStatusResponse $response */\n$response = $client-\u003erequest($request);\n\nprint_r($response);\n```\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Testing\n\n``` bash\n$ composer test\n```\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/loevgaard/linkmobility-php-sdk.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/loevgaard/linkmobility-php-sdk/master.svg?style=flat-square\n[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/loevgaard/linkmobility-php-sdk.svg?style=flat-square\n[ico-code-quality]: https://img.shields.io/scrutinizer/g/loevgaard/linkmobility-php-sdk.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/loevgaard/linkmobility-php-sdk\n[link-travis]: https://travis-ci.org/loevgaard/linkmobility-php-sdk\n[link-scrutinizer]: https://scrutinizer-ci.com/g/loevgaard/linkmobility-php-sdk/code-structure\n[link-code-quality]: https://scrutinizer-ci.com/g/loevgaard/linkmobility-php-sdk\n[link-author]: https://github.com/loevgaard\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floevgaard%2Flinkmobility-php-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floevgaard%2Flinkmobility-php-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floevgaard%2Flinkmobility-php-sdk/lists"}