crowdin-api-client-php icon indicating copy to clipboard operation
crowdin-api-client-php copied to clipboard

PHP client library for Crowdin API

Results 33 crowdin-api-client-php issues
Sort by recently updated
recently updated
newest added

Crowdin has recently released a new API methods to get information about security logs. It would be great to add support of these methods to the Crowdin API client. **References:**...

enhancement
good first issue
hacktoberfest

Crowdin has recently released new endpoints for the Applications API. We need to add support for them in the Crowdin API client as well. **API reference:** - [List Application Installations](https://developer.crowdin.com/api/v2/#operation/api.applications.installations.getMany)...

enhancement
good first issue
hacktoberfest

Crowdin Rest API now supports the API methods for TM (Translation Memory) segments management. **New API methods**: - [List TM Segments](https://developer.crowdin.com/api/v2/#operation/api.tms.segments.getMany) - [Create TM Segment](https://developer.crowdin.com/api/v2/#operation/api.tms.segments.post) - [Get TM Segment](https://developer.crowdin.com/api/v2/#operation/api.tms.segments.get) -...

enhancement
good first issue
hacktoberfest

Crowdin has recently released a new type of projects - **String-based**. In string-based projects, the focus is on managing translatable content as individual strings rather than source files. In this...

enhancement
help wanted

Several Screenshots API endpoints have been enhanced with the new parameter support: `labelIds`. It should be added to this API client. **References:** - [Add Screenshot](https://developer.crowdin.com/api/v2/#operation/api.projects.screenshots.post) - [Edit Screenshot](https://developer.crowdin.com/api/v2/#operation/api.projects.screenshots.patch) - [Get...

enhancement
good first issue

Crowdin added new API endpoint - [String Batch Operations](https://developer.crowdin.com/api/v2/#operation/api.projects.strings.batchPatch). It would be great to add the new method to this API client as well as the corresponding unit tests.

enhancement
good first issue
hacktoberfest

Crowdin has recently added new endpoints for managing custom applications. Support for these endpoints is missing in this Crowdin API client. We need to add support for the following endpoints:...

enhancement
good first issue
hacktoberfest

Currently, we have very few simple examples in the Readme and it would be great to have more examples that would include more complex workflows: - [ ] adding a...

documentation
help wanted

Crowdin added 3 new API endpoints that should be also added to the corresponding sections of this API Client. - [api.projects.glossaries.concordance.post](https://developer.crowdin.com/api/v2/#operation/api.projects.glossaries.concordance.post) - [api.projects.translations.alignment.post](https://developer.crowdin.com/api/v2/#operation/api.projects.translations.alignment.post) - [api.projects.tms.concordance.post](https://developer.crowdin.com/api/v2/#operation/api.projects.tms.concordance.post) New code should be covered...

enhancement
good first issue
hacktoberfest

We've added new API methods to the "Source Files" section that would be great to reflect in this API Client. - [Download Project File Format Settings Custom Segmentation](https://developer.crowdin.com/api/v2/#operation/api.projects.file-format-settings.custom-segmentations.get) - [Reset...

enhancement
help wanted
hacktoberfest