{"id":20916228,"url":"https://github.com/qualityunit/liveagent-internal-api-server","last_synced_at":"2026-04-21T22:01:50.614Z","repository":{"id":145270745,"uuid":"615360849","full_name":"QualityUnit/LiveAgent-Internal-Api-server","owner":"QualityUnit","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-11T20:50:54.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-31T13:30:29.826Z","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/QualityUnit.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":"2023-03-17T14:17:19.000Z","updated_at":"2023-03-19T18:52:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"588edda1-ccf6-4143-84e1-b64713eb19f0","html_url":"https://github.com/QualityUnit/LiveAgent-Internal-Api-server","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/QualityUnit/LiveAgent-Internal-Api-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QualityUnit%2FLiveAgent-Internal-Api-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QualityUnit%2FLiveAgent-Internal-Api-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QualityUnit%2FLiveAgent-Internal-Api-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QualityUnit%2FLiveAgent-Internal-Api-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QualityUnit","download_url":"https://codeload.github.com/QualityUnit/LiveAgent-Internal-Api-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QualityUnit%2FLiveAgent-Internal-Api-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32112030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"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":[],"created_at":"2024-11-18T16:20:43.332Z","updated_at":"2026-04-21T22:01:50.577Z","avatar_url":"https://github.com/QualityUnit.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LiveAgentInternalApiServer\nThis API is for async event communication\n\nThis [Symfony](https://symfony.com/) bundle is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: 1.0.0\n- Package version: 1.0.5\n- Build package: org.openapitools.codegen.languages.PhpSymfonyServerCodegen\n\n## Requirements\n\nPHP 8.0 and later\n\n## Installation \u0026 Usage\n\nTo install the dependencies via [Composer](http://getcomposer.org/), add the following repository to `composer.json` of your Symfony project:\n\n```json\n{\n    \"repositories\": [{\n        \"type\": \"path\",\n        \"url\": \"//Path to your generated openapi bundle\"\n    }],\n}\n```\n\nThen run:\n\n```\ncomposer require qualityunit/liveagent-internal-api-server:dev-master\n```\n\nto add the generated openapi bundle as a dependency.\n\n## Tests\n\nTo run the unit tests for the generated bundle, first navigate to the directory containing the code, then run the following commands:\n\n```\ncomposer install\n./vendor/bin/phpunit\n```\n\n\n## Getting Started\n\nStep 1: Please follow the [installation procedure](#installation--usage) first.\n\nStep 2: Enable the bundle in the bundle configuration:\n\n```php\n// app/config/bundles.php\nreturn [\n    // ...\n    Qu\\LaInternalApiServer\\LiveAgentInternalApiServerBundle::class =\u003e ['all' =\u003e true],\n];\n```\n\nStep 3: Register the routes:\n\n```yaml\n# app/config/routes.yaml\nlive_agent_internal_api_server:\n    resource: \"@LiveAgentInternalApiServerBundle/Resources/config/routing.yaml\"\n```\n\nStep 4: Implement the API calls:\n\n```php\n\u003c?php\n// src/Acme/MyBundle/Api/EventsApiInterface.php\n\nnamespace Acme\\MyBundle\\Api;\n\nuse Qu\\LaInternalApiServer\\Api\\EventsApiInterface;\n\nclass EventsApi implements EventsApiInterface // An interface is autogenerated\n{\n\n    // Other operation methods ...\n}\n```\n\nStep 5: Tag your API implementation:\n\n```yaml\n# config/services.yaml\nservices:\n    # ...\n    Acme\\MyBundle\\Api\\EventsApi:\n        tags:\n            - { name: \"live_agent_internal_api_server.api\", api: \"events\" }\n    # ...\n```\n\nNow you can start using the bundle!\n\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *http://localhost/public/api/internal*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*EventsApiInterface* | [**executeHandler**](docs/Api/EventsApiInterface.md#executehandler) | **POST** /handlers | Execute event handlers\n*EventsApiInterface* | [**getEventConsumers**](docs/Api/EventsApiInterface.md#geteventconsumers) | **GET** /handlers | Get event consumer definitions\n\n\n## Documentation For Models\n\n - [Consumer](docs/Model/Consumer.md)\n - [Event](docs/Model/Event.md)\n - [HandlerPayload](docs/Model/HandlerPayload.md)\n\n\n## Documentation For Authorization\n\n\n## bearerAuth\n\n- **Type**: HTTP basic authentication\n\n\n## Author\n\nmcivan@qualityunit.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualityunit%2Fliveagent-internal-api-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqualityunit%2Fliveagent-internal-api-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualityunit%2Fliveagent-internal-api-server/lists"}