{"id":19427730,"url":"https://github.com/embloy/embloy-php","last_synced_at":"2026-02-13T12:11:03.679Z","repository":{"id":221441734,"uuid":"754386765","full_name":"Embloy/Embloy-PHP","owner":"Embloy","description":"Embloy's PHP SDK for interacting with your Embloy integration.","archived":false,"fork":false,"pushed_at":"2025-03-13T22:26:34.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-21T12:13:10.319Z","etag":null,"topics":["composer-package","sdk","sdk-php"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/embloy/embloy-php","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Embloy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-08T00:00:30.000Z","updated_at":"2025-03-13T22:26:38.000Z","dependencies_parsed_at":"2024-02-08T01:28:39.830Z","dependency_job_id":"b1ee80e0-6098-474c-b316-e28846d96901","html_url":"https://github.com/Embloy/Embloy-PHP","commit_stats":null,"previous_names":["embloy/embloy-php"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Embloy/Embloy-PHP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-PHP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-PHP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-PHP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-PHP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Embloy","download_url":"https://codeload.github.com/Embloy/Embloy-PHP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-PHP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29405085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"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":["composer-package","sdk","sdk-php"],"created_at":"2024-11-10T14:12:43.148Z","updated_at":"2026-02-13T12:11:03.632Z","avatar_url":"https://github.com/Embloy.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Embloy PHP](https://packagist.org/packages/embloy/embloy-php) \u0026middot; [![GitHub license](https://img.shields.io/badge/license-AGPL3.0-blue.svg)](https://github.com/Embloy/Embloy-PHP/blob/main/LICENSE) [![Packagist Version](https://img.shields.io/packagist/v/embloy/embloy-php.svg)](https://packagist.org/packages/embloy/embloy-php) [![Issues](https://img.shields.io/github/issues/Embloy/Embloy-PHP)](https://github.com/Embloy/Embloy-PHP/issues) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Embloy/Embloy-PHP/pulls)\n\nEmbloy's PHP SDK for interacting with your Embloy integration.\n\n## Installation\n\nYou can install the Embloy PHP SDK via Composer. Run the following command in your terminal:\n\n```bash\ncomposer require embloy/embloy-php\n```\n\n## Usage\n\nTo use the Embloy PHP SDK, you'll need to initialize an EmbloyClient object with your client token and session information. Here's an example of how to use it:\n\n```php\nuse Embloy\\EmbloyClient;\nuse Embloy\\EmbloySession;\n\n// Create an instance of EmbloySession\n$session = new EmbloySession('mode', 'job_slug', ['success_url' =\u003e 'optional_success_url', 'cancel_url' =\u003e 'optional_cancel_url']);\n\n// Create an instance of EmbloyClient\n$client = new EmbloyClient('your-client-token', $session);\n\ntry {\n    // Make a request to generate the URL\n    $url = $client-\u003emakeRequest();\n    echo \"Application URL: $url\";\n} catch (\\Exception $e) {\n    echo \"Error: \" . $e-\u003egetMessage();\n}\n```\n\n## Run Tests\n\nTo run the tests for the Embloy PHP SDK, you'll need PHPUnit installed. If you haven't already installed PHPUnit, you can do so via Composer. Run the following command:\n\n```bash\ncomposer require --dev phpunit/phpunit\n```\n\nOnce PHPUnit is installed, you can run the tests with the following command:\n\n```bash\nvendor/bin/phpunit tests\n```\n\n## Publish Package\n    \nTo publish the Embloy PHP SDK package, ensure that your package meets the Composer's standards by validating it with the following command:\n\n```bash\ncomposer validate\n```\n\n---\n\n© Carlo Bortolan, Jan Hummel\n\n\u003e Carlo Bortolan \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@carlobortolan](https://github.com/carlobortolan) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e contact via [bortolanoffice@embloy.com](mailto:bortolanoffice@embloy.com)\n\u003e\n\u003e Jan Hummel \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@github4touchdouble](https://github.com/github4touchdouble) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e contact via [hummeloffice@embloy.com](mailto:hummeloffice@embloy.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembloy%2Fembloy-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembloy%2Fembloy-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembloy%2Fembloy-php/lists"}