{"id":37003858,"url":"https://github.com/updivision/matrix-php-sdk","last_synced_at":"2026-01-14T00:35:37.075Z","repository":{"id":54147777,"uuid":"97008802","full_name":"updivision/matrix-php-sdk","owner":"updivision","description":"Matrix SDK for PHP - Laravel","archived":false,"fork":false,"pushed_at":"2021-03-07T21:17:40.000Z","size":163,"stargazers_count":25,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-06T01:54:27.690Z","etag":null,"topics":["api","client","laravel","matrix","sdk","updivision"],"latest_commit_sha":null,"homepage":"http://matrix.org/docs/api/client-server/","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/updivision.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-12T13:03:32.000Z","updated_at":"2025-05-13T08:46:53.000Z","dependencies_parsed_at":"2022-08-13T07:40:09.758Z","dependency_job_id":null,"html_url":"https://github.com/updivision/matrix-php-sdk","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/updivision/matrix-php-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/updivision%2Fmatrix-php-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/updivision%2Fmatrix-php-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/updivision%2Fmatrix-php-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/updivision%2Fmatrix-php-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/updivision","download_url":"https://codeload.github.com/updivision/matrix-php-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/updivision%2Fmatrix-php-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","client","laravel","matrix","sdk","updivision"],"created_at":"2026-01-14T00:35:36.292Z","updated_at":"2026-01-14T00:35:37.046Z","avatar_url":"https://github.com/updivision.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Matrix.org PHP SDK\nThis is a package for using a Matrix chat client into a Laravel Project.\n\n## Official Documentation\n\nYou can find the Matrix Client-Server API documentation on [Matrix.org](http://matrix.org/docs/api/client-server/) website.\n\nTo get started with Matrix PHP SDK, use Composer to add the package to your project's dependencies:\n\n    composer require updivision/matrix-php-sdk\n\n### Configuration\n\nAfter installing the Matrix PHP SDK, register the `Updivision\\Matrix\\MatrixServiceProvider` in your `config/app.php` configuration file:\n\n```php\n'providers' =\u003e [\n    // Other service providers...\n\n    Updivision\\Matrix\\MatrixServiceProvider::class,\n],\n```\n\nAlso, add the `Matrix` facade to the `aliases` array in your `app` configuration file:\n\n```php\n'Matrix' =\u003e Updivision\\Matrix\\Facades\\Matrix::class,\n```\n\n## Contributing\n\nThank you for considering contributing to the Matrix PHP SDK! Please read [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Code of Conduct\n\nIn order to ensure that the community is welcoming to all, please review and abide by the [Code of Conduct](CODE_OF_CONDUCT.md).\n\n## License\n\nMatrix PHP SDK is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupdivision%2Fmatrix-php-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fupdivision%2Fmatrix-php-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupdivision%2Fmatrix-php-sdk/lists"}