{"id":26579840,"url":"https://github.com/mondaycom/monday-code-php-sdk","last_synced_at":"2026-04-17T11:33:05.216Z","repository":{"id":236743423,"uuid":"765092196","full_name":"mondaycom/monday-code-php-sdk","owner":"mondaycom","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-08T09:10:20.000Z","size":132,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-01T17:26:46.282Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mondaycom.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}},"created_at":"2024-02-29T09:13:03.000Z","updated_at":"2024-12-17T09:51:59.000Z","dependencies_parsed_at":"2024-11-24T09:18:23.325Z","dependency_job_id":"f92bd8b8-5fa9-44f7-92be-160e613ce984","html_url":"https://github.com/mondaycom/monday-code-php-sdk","commit_stats":null,"previous_names":["mondaycom/monday-code-php-sdk"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mondaycom/monday-code-php-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-code-php-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-code-php-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-code-php-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-code-php-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mondaycom","download_url":"https://codeload.github.com/mondaycom/monday-code-php-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-code-php-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31927892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:35:34.458Z","status":"ssl_error","status_checked_at":"2026-04-17T10:35:09.472Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2025-03-23T06:29:13.080Z","updated_at":"2026-04-17T11:33:05.200Z","avatar_url":"https://github.com/mondaycom.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenAPIClient-php\n\nNo description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)\n\n\n## Installation \u0026 Usage\n\n### Requirements\n\nPHP 7.4 and later.\nShould also work with PHP 8.0.\n\n### Composer\n\nTo install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:\n\n```json\n{\n  \"repositories\": [\n    {\n      \"type\": \"vcs\",\n      \"url\": \"https://github.com/mondaycom/monday-code-php-sdk.git\"\n    }\n  ],\n  \"require\": {\n    \"mondaycom/monday-code-php-sdk\": \"*@dev\"\n  }\n}\n```\n\nThen run `composer install`\n\n### Manual Installation\n\nDownload the files and include `autoload.php`:\n\n```php\n\u003c?php\nrequire_once('/path/to/OpenAPIClient-php/vendor/autoload.php');\n```\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```php\n\u003c?php\nrequire_once(__DIR__ . '/vendor/autoload.php');\n\n\n\n\n$apiInstance = new OpenAPI\\Client\\Api\\EnvironmentVariablesApi(\n    // If you want use custom http client, pass your client which implements `GuzzleHttp\\ClientInterface`.\n    // This is optional, `GuzzleHttp\\Client` will be used as default.\n    new GuzzleHttp\\Client()\n);\n$name = 'name_example'; // string\n\ntry {\n    $result = $apiInstance-\u003egetEnvironmentVariable($name);\n    print_r($result);\n} catch (Exception $e) {\n    echo 'Exception when calling EnvironmentVariablesApi-\u003egetEnvironmentVariable: ', $e-\u003egetMessage(), PHP_EOL;\n}\n\n```\n\n## API Endpoints\n\nAll URIs are relative to *http://localhost:59999*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*EnvironmentVariablesApi* | [**getEnvironmentVariable**](docs/Api/EnvironmentVariablesApi.md#getenvironmentvariable) | **GET** /environment-variables/{name} | \n*EnvironmentVariablesApi* | [**getEnvironmentVariableKeys**](docs/Api/EnvironmentVariablesApi.md#getenvironmentvariablekeys) | **GET** /environment-variables | \n*LogsApi* | [**writeLog**](docs/Api/LogsApi.md#writelog) | **POST** /logs | \n*QueueApi* | [**publishMessage**](docs/Api/QueueApi.md#publishmessage) | **POST** /queue | \n*QueueApi* | [**validateSecret**](docs/Api/QueueApi.md#validatesecret) | **POST** /queue/validate-secret | \n*SecretsApi* | [**getSecret**](docs/Api/SecretsApi.md#getsecret) | **GET** /secrets/{name} | \n*SecretsApi* | [**getSecretKeys**](docs/Api/SecretsApi.md#getsecretkeys) | **GET** /secrets | \n*SecureStorageApi* | [**deleteSecureStorage**](docs/Api/SecureStorageApi.md#deletesecurestorage) | **DELETE** /secure-storage/{key} | \n*SecureStorageApi* | [**getSecureStorage**](docs/Api/SecureStorageApi.md#getsecurestorage) | **GET** /secure-storage/{key} | \n*SecureStorageApi* | [**putSecureStorage**](docs/Api/SecureStorageApi.md#putsecurestorage) | **PUT** /secure-storage/{key} | \n*StorageApi* | [**deleteByKeyFromStorage**](docs/Api/StorageApi.md#deletebykeyfromstorage) | **DELETE** /storage/{key} | \n*StorageApi* | [**getByKeyFromStorage**](docs/Api/StorageApi.md#getbykeyfromstorage) | **GET** /storage/{key} | \n*StorageApi* | [**incrementCounter**](docs/Api/StorageApi.md#incrementcounter) | **PUT** /storage/counter/increment | \n*StorageApi* | [**searchRecord**](docs/Api/StorageApi.md#searchrecord) | **GET** /storage/search/{term} | \n*StorageApi* | [**upsertByKeyFromStorage**](docs/Api/StorageApi.md#upsertbykeyfromstorage) | **PUT** /storage/{key} | \n\n## Models\n\n- [GetByKeyFromStorage404Response](docs/Model/GetByKeyFromStorage404Response.md)\n- [GetByKeyFromStorage500Response](docs/Model/GetByKeyFromStorage500Response.md)\n- [IncrementCounter200Response](docs/Model/IncrementCounter200Response.md)\n- [IncrementCounter200ResponseAnyOf](docs/Model/IncrementCounter200ResponseAnyOf.md)\n- [IncrementCounter200ResponseAnyOf1](docs/Model/IncrementCounter200ResponseAnyOf1.md)\n- [IncrementCounterParams](docs/Model/IncrementCounterParams.md)\n- [JsonDataContract](docs/Model/JsonDataContract.md)\n- [LogMethods](docs/Model/LogMethods.md)\n- [Period](docs/Model/Period.md)\n- [PublishMessageParams](docs/Model/PublishMessageParams.md)\n- [PublishMessageResponse](docs/Model/PublishMessageResponse.md)\n- [StorageDataContract](docs/Model/StorageDataContract.md)\n- [UpsertByKeyFromStorage200Response](docs/Model/UpsertByKeyFromStorage200Response.md)\n- [UpsertByKeyFromStorage200ResponseAnyOf](docs/Model/UpsertByKeyFromStorage200ResponseAnyOf.md)\n- [UpsertByKeyFromStorage200ResponseAnyOf1](docs/Model/UpsertByKeyFromStorage200ResponseAnyOf1.md)\n- [ValidateSecretParams](docs/Model/ValidateSecretParams.md)\n- [ValidateSecretResponse](docs/Model/ValidateSecretResponse.md)\n- [WriteLogRequestBody](docs/Model/WriteLogRequestBody.md)\n- [WriteLogRequestBodyError](docs/Model/WriteLogRequestBodyError.md)\n\n## Authorization\nEndpoints do not require authorization.\n\n## Tests\n\nTo run the tests, use:\n\n```bash\ncomposer install\nvendor/bin/phpunit\n```\n\n## Author\n\n\n\n## About this package\n\nThis PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: `0.2.3`\n    - Generator version: `7.11.0-SNAPSHOT`\n- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmondaycom%2Fmonday-code-php-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmondaycom%2Fmonday-code-php-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmondaycom%2Fmonday-code-php-sdk/lists"}