crowdin-api-client-php
crowdin-api-client-php copied to clipboard
PHP client library for Crowdin API
**New API endpoints:** - [List Report Settings Templates](https://developer.crowdin.com/enterprise/api/v2/#operation/api.reports.settings-templates.getMany) - [Add Report Settings Template](https://developer.crowdin.com/enterprise/api/v2/#operation/api.reports.settings-templates.post) - [Get Report Settings Template](https://developer.crowdin.com/enterprise/api/v2/#operation/api.reports.settings-templates.get) - [Edit Report Settings Template](https://developer.crowdin.com/enterprise/api/v2/#operation/api.reports.settings-templates.patch) - [Delete Report Settings Template](https://developer.crowdin.com/enterprise/api/v2/#operation/api.reports.settings-templates.delete) These new...
It would be great if the model `\CrowdinApiClient\Model\Progress` could not only contain the languageId but the languageName. This would save tons of request (or caching) on my side to build...
``` TypeError Return value of CrowdinApiClient\Model\SourceString::getText() must be of the type string, array returned at vendor/crowdin/crowdin-api-client/src/CrowdinApiClient/Model/SourceString.php:175 171▕ * @return string 172▕ */ 173▕ public function getText(): string 174▕ { ➜...
**API Reference:** - [Build Project Directory Translation](https://support.crowdin.com/api/v2/#operation/api.projects.translations.builds.directories.post) (crowdin.com) - [Build Project Directory Translation](https://support.crowdin.com/enterprise/api/#operation/api.projects.translations.builds.directories.post) (Crowdin Enterprise)
We're happy to announce a significant update for Crowdin Glossaries that allows managing the terminology in a more advanced way. There are a lot of new things and some changes...
Recently, Crowdin introduced new AI features, including a new set of API endpoints to manage and interact with these AI resources. The new AI API endpoints should be added to...
Recently, Crowdin introduced the new Sequential Tasks feature, which allows you to instantly create a proofreading task with the same scope. The Tasks API has been updated: the new forms...
this parameter is deprecated in the API and should be removed from the codebase.
Crowdin has recently added a new feature called custom attributes for entities. This feature also has a set of API endpoints to manage custom attributes. The API client should be...
Crowdin has recently added new parameters to the List Language Translations API endpoint: - `branchId` - `directoryId` These parameters should also be supported in the Crowdin API client. It would...