babdev / library
The Transifex API Package is a wrapper of the Transifex API available for PHP developers
Installs: 2 121
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 5
Forks: 4
Open Issues: 0
Requires
- php: ~7.2
- ext-json: *
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- guzzlehttp/guzzle: ^6.4.1
- http-interop/http-factory-guzzle: ^1.0
- phpunit/phpunit: ^8.4.3
README
Unmaintained Repository
This repository is no longer maintained
Transifex API Package
The Transifex API Package is a PHP client for accessing the Transifex API.
Requirements
- PHP 7.2 or later
- Any PSR-17 compatible factories
- Any PSR-18 compatible HTTP client
Documentation
The package's documentation can be found in the docs folder of the repository.
Installation
Installation via GIT
Get the source code from GIT:
git clone git://github.com/BabDev/Transifex-API.git
Installation via Composer
To include this package in your Composer project, run the following command from the command line:
composer require babdev/transifex