Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/mautic/Transifex-API

PHP wrapper of the Transifex API
https://github.com/mautic/Transifex-API

Merge pull request #4 from mautic/api-v3

Api v3

170ee802254ac5d9a952dc4c41e82ccce79ce0d6 authored about 2 years ago by John Linhart <[email protected]>
Typo fix

Co-authored-by: Tejas Navghane <[email protected]>

3958dd29b33179af0ba290b4b9ddd65bac9fe819 authored about 2 years ago by John Linhart <[email protected]>
Making the method name more concrete as there are also resource stats

0789c1e2958a57dc7d688b443bd36fa86dd482eb authored about 2 years ago by John Linhart <[email protected]>
Fixing STAN

495947cae50bc84e195cc46c2b9e7de99a989716 authored about 2 years ago by John Linhart <[email protected]>
Skipping the live test for CI checks

0d612860ea4abf23b05ad686207a26b21e12a679 authored about 2 years ago by John Linhart <[email protected]>
CS fixes

17088aba528557ce0550df98ab42cfead6c859ab authored about 2 years ago by John Linhart <[email protected]>
Setting PHP to the minimal supported version so dependencies with higher version are not installed

b14b239eef587f078b11be1236ebfc39af5cae46 authored about 2 years ago by John Linhart <[email protected]>
Removig unused exceptions

6f37c9c10b397dacc214930d68d0c6c53b7da0bd authored about 2 years ago by John Linhart <[email protected]>
Moving docs from separate dir to readme

6931cd3df074eda8a80f07ff34104860d69a4f86 authored about 2 years ago by John Linhart <[email protected]>
Updating unit tests

97d5243ba07fa6a5e7a446d6b9552fe874adb5f7 authored about 2 years ago by John Linhart <[email protected]>
Starting to move docs to the readme only

b459b052478c0086767f0f3d302e253856ec8c63 authored about 2 years ago by John Linhart <[email protected]>
Finishing functional test

5dbad54394ae11edb1a1dc5da194aca441e6054a authored about 2 years ago by John Linhart <[email protected]>
Simplifying the work with promises

0dc839e6fc7c46f04ec5950915da8dcf92c5f933 authored about 2 years ago by John Linhart <[email protected]>
Finishing Resources endpoints and covering them with functional tests

0143d14599f10499abc259079a7a478c0b9d3f1e authored about 2 years ago by John Linhart <[email protected]>
Improving error reporting for faster debugging

7ca5d5ac7168d269adac614bdd7b0827a2aa5af1 authored about 2 years ago by John Linhart <[email protected]>
Allowing Config to be configured from env vars

1aa07c71fda49c8e5b15394b92f140e1aa9f04cc authored about 2 years ago by John Linhart <[email protected]>
Removing ApiFactory as the same can be done simply in the Transifex class

44e03075db66728392953a996a1c499d7f887859 authored about 2 years ago by John Linhart <[email protected]>
Using new phpunit config format, adding env vars for functional tests

06b2d6b6f218bf1b420b5b0c690cd971fea71e0e authored about 2 years ago by John Linhart <[email protected]>
Removing endpoints that won't make it to the new major version

as the Mautic project do not use those and is lacking resources to support code that is unused

519832742c1a23cc87fd4c4b71ae3fa670c4705b authored about 2 years ago by John Linhart <[email protected]>
Pulling language translations ready

7bee196766e76ccdb4c8f78bd32e2cd69fa54bd0 authored about 2 years ago by John Linhart <[email protected]>
Updating tests to use config over options

9f5a1e7b5c938206bce0b896963ed5734b2826a4 authored about 2 years ago by John Linhart <[email protected]>
Updating some endpoints to the new API

f0c64674e3ab6c3741162aef1375a1604845b99d authored about 2 years ago by John Linhart <[email protected]>
Validate config if the connector is used without the factory

12043757fff791e7a297bb3d2731a6456061e77d authored about 2 years ago by John Linhart <[email protected]>
Using the exception that tests are written for to keep at least some BC

8d997ce9e7e9ab5e0a616d0c50d41a417f561053 authored about 2 years ago by John Linhart <[email protected]>
Adding link to the Changelog to where the new versions are

b25e72f0b14432630b569f158fe5fe689b93179b authored about 2 years ago by John Linhart <[email protected]>
Updating docs to use FQCN over strings and new API reference links

1a016974df47b9a2dc7ae3d6dfd236d8a0388e3d authored about 2 years ago by John Linhart <[email protected]>
Updating ApiFactoryTest to use config

d48a4e6847b282e776879dd5bce60e6fe72974d6 authored about 2 years ago by John Linhart <[email protected]>
We'll be using FQCN instead of loading files and api_key instead of username and password

1a379fe404ddc4bcafbb3cad936ada2fac6a87ba authored about 2 years ago by John Linhart <[email protected]>
Introducing new config class to replace the existing "options" array

026abbb88abbbe4e4f84bd3ccc7e76064a51a35e authored about 2 years ago by John Linhart <[email protected]>
Adding PHP 8.1 to the supported versions

a70356088213fce2903edf29b1be205972cc33ec authored about 2 years ago by John Linhart <[email protected]>
Updating CS fixer config to new version

6e4e07c461c9323fc26b2ca210a7d0820d46f32c authored about 2 years ago by John Linhart <[email protected]>
Removing unused property

e846f35ff16d1170e1770e42b29ddbf9b6fa3bf5 authored about 2 years ago by John Linhart <[email protected]>
Updating min PHP from 7.2 to 7.4 and dev packages

f272108e0b6e4010c0be12a85c77c905e46ea503 authored about 2 years ago by John Linhart <[email protected]>
Merge pull request #3 from mautic/php-8-gh-actions

Declare PHP 8.0 support, switch to GH Actions

5dca817cdc5dd5fd231c07bfe4a8d80038b3efcd authored over 3 years ago by Ruth Cheesley <[email protected]>
Switch from Travis to GH Actions

876434f6b4f8b4731cd475028234d98ab443f365 authored almost 4 years ago by Dennis Ameling <[email protected]>
Declare PHP 8 support

0010d6624740b4f22e82c2017570ce4c734ee57b authored almost 4 years ago by Dennis Ameling <[email protected]>
Merge pull request #2 from mautic/travis-sandbox

typo fix

6a0ac82c8ae8cefdf94de2b8198a54abef63f724 authored almost 5 years ago by John Linhart <[email protected]>
Removing abandoned from composer.json

6a71ff0236cb93e3ee0ded01b05ab45d518308a6 authored almost 5 years ago by John Linhart <[email protected]>
typo fix

7c3713648b5057e87684deea416ada1c37733ca5 authored almost 5 years ago by John Linhart <[email protected]>
Merge pull request #1 from mautic/travis-sandbox

Convert matrix go jobs

caa46c645d63b2ef84171d2fce69bb5978827eff authored almost 5 years ago by John Linhart <[email protected]>
Convert matrix go jobs

5f2c488b43c07478668b29b70fbfc21d384c03c2 authored almost 5 years ago by John Linhart <[email protected]>
PHPSTAN and CS fixer jobs added to Travis CI

d1419ceee6eaa641dedf7b9aee7e9efc3508ad77 authored almost 5 years ago by John Linhart <[email protected]>
Replacing BabDev with Mautic

7a31a535368b57cc5155c7fc638ad6f60278808d authored almost 5 years ago by John Linhart <[email protected]>
Remove note about archived repo, funding

e99ac98ddf314fd835c55aa686d04e804776d282 authored almost 5 years ago by John Linhart <[email protected]>
Change the vendor

d2964389ac0c18ccf094fd5cbc31da45701363e8 authored almost 5 years ago by John Linhart <[email protected]>
Abandon package

ded3ad23073c38f9d30704c54b56a3b9e54068fa authored about 5 years ago by Michael Babker <[email protected]>
3.0 release

6df7637fbc61055637b8f80acc87266c5356c3f9 authored about 5 years ago by Michael Babker <[email protected]>
More Travis

df90802b035baa73f6e2ff0a3068f2f841343dc2 authored about 5 years ago by Michael Babker <[email protected]>
Extend Travis

b9be03152b1182a7a2e2598320e40f6fca561be6 authored about 5 years ago by Michael Babker <[email protected]>
Merge branch 'master' of github.com:BabDev/Transifex-API

64b40a7122e647f434f237979f5f6218a8f600c3 authored about 5 years ago by Michael Babker <[email protected]>
Don't fail on PHP 7.4

f3ed1e90fb65cdfce08b067a97eac56c2bf664f5 authored about 5 years ago by Michael Babker <[email protected]>
Exception overhaul

bd7d0d1c1e62b03ae6dbbfe429cb609bd59c417c authored about 5 years ago by Michael Babker <[email protected]>
Interface for the base Transifex class

0bd8642650c47b0f74602f13804b02caf170fbea authored about 5 years ago by Michael Babker <[email protected]>
Document local exception

9d11403b1ae85507d26f08943c0a7376489a1952 authored about 5 years ago by Michael Babker <[email protected]>
Make private

48af81fde017c8bb67e38640ef25f5bae93b3aff authored about 5 years ago by Michael Babker <[email protected]>
Bump dev deps

38ed251e60a3dcfac6156244a15626ba0261a648 authored about 5 years ago by Michael Babker <[email protected]>
Remove Ant tooling

de983b05a49a847a48c725297df04a0037a312c0 authored about 5 years ago by Michael Babker <[email protected]>
Update FUNDING.yml

a4377fb23f0787f75fbb4f1b1ff8005e51055e4a authored over 5 years ago by Michael Babker <[email protected]>
Update FUNDING.yml

054299d11c37356efc8c8377271b150a24c41289 authored over 5 years ago by Michael Babker <[email protected]>
Create FUNDING.yml

114f9bebff33cb0f1363adf90515a5776daa18a8 authored over 5 years ago by Michael Babker <[email protected]>
Merge branch 'refactor/api-factory'

9e0ccd7980127db88f7c55a36afbd2a49d9e8436 authored almost 6 years ago by Michael Babker <[email protected]>
Update CHANGELOG

d68cfde581cd65b8a41e40e426cdb80f76925603 authored almost 6 years ago by Michael Babker <[email protected]>
Make all classes final

50fb46be957c46b93e2b48a793baf3385de16111 authored almost 6 years ago by Michael Babker <[email protected]>
Test cleanup

f8591b510aee2bf40cd3ac58c770c4e2a7e3a32c authored almost 6 years ago by Michael Babker <[email protected]>
Rename base test case

5f51bded9f03eb2d724aa838d8f7802de52ba7d9 authored almost 6 years ago by Michael Babker <[email protected]>
Remove all coverage annotations, move Exception annotations to method calls

3d2f5ee23500e9b88e81bb8fe9bf2f112e60838d authored almost 6 years ago by Michael Babker <[email protected]>
Add docs for new classes

1528654a9f3ba8ee51570673764e017a339cdada authored almost 6 years ago by Michael Babker <[email protected]>
Docs updates

5f0cee71976ce20306319717ac437142e43f1dc6 authored almost 6 years ago by Michael Babker <[email protected]>
Move connector classes into a namespace

a9de2f2c869228652ffc9f7c4a857e683acbc3e5 authored almost 6 years ago by Michael Babker <[email protected]>
Add PHP 7.4 to build

1edae2eebf6cf393fcfa9bb0782d26487a9dd9c1 authored almost 6 years ago by Michael Babker <[email protected]>
Use namespaced interface

1017dc333fefee005fa0049779beca4e3e87a450 authored almost 6 years ago by Michael Babker <[email protected]>
Run PHP-CS-Fixer

31f5afceeccb553d3ac4e2987390c128abd5e7f6 authored almost 6 years ago by Michael Babker <[email protected]>
Bump to PHPUnit 8, add void return type on all test stuff, re-install PHP-CS-Fixer

fff13b64da5ee483820b2975bd9aa3448595e856 authored almost 6 years ago by Michael Babker <[email protected]>
Rename TransifexObject to ApiConnector

0a0019aeec5189cc4c45d1967fffe36a82be5f5f authored almost 6 years ago by Michael Babker <[email protected]>
Extract the factory logic from into a separate class, inject this new factory into the class

f2a9244d7dff82c365326ff4726b5f4ad3cca4a6 authored almost 6 years ago by Michael Babker <[email protected]>
Fix test

50eeb9b62f1b340fbeb837d1dcf3b06b77e5dc5c authored about 6 years ago by Michael Babker <[email protected]>
Merge branch 'master' of github.com:BabDev/Transifex-API

7830f1a7e5316ca5ab53d1dd86d19cc67e7776d9 authored about 6 years ago by Michael Babker <[email protected]>
Reset the URI after getOrganizationProjects

b734d699b4cdcf5ef8d9c4e25a005811332d0c6b authored about 6 years ago by Michael Babker <[email protected]>
Remove fixer to get Travis to run for the moment

1c55ee5ff74837d71bbd5578ea0801c46cd68f9d authored about 6 years ago by Michael Babker <[email protected]>
Remove word

59eb4a9a7a399537905f237460328ed69de7f184 authored about 6 years ago by Michael Babker <[email protected]>
Upodate allowed fields

cfcdbfb04cea57acadf5b7059ef40d187c668a01 authored about 6 years ago by Michael Babker <[email protected]>
Add support for fetching organization projects

1e2223347331ac5362eff0da8642f5b3890d90bd authored about 6 years ago by Michael Babker <[email protected]>
Add support for the Organizations API

a43e6f94f95e65cba2c94606d3c1ba675f5bea66 authored about 6 years ago by Michael Babker <[email protected]>
Explicitly declare PSR-7 dependency

dbe8eeb260e75dc596e53fbd0f390e5c65fd2cc6 authored about 6 years ago by Michael Babker <[email protected]>
Bump HTTP client to 1.0

2e3f7e7765432db2cbfb02489bfb91252d6bff83 authored about 6 years ago by Michael Babker <[email protected]>
Remove now unused method, fix covers annotations

07869feecdee8cfe49f43edf423a63aaeb9751fd authored about 6 years ago by Michael Babker <[email protected]>
Merge branch 'feature/psr-dependencies'

2d34566ac6fff71e77f7230d1fb174e1bee5379d authored about 6 years ago by Michael Babker <[email protected]>
Update docs

61f7ea67c18877fe31d27fda4de2102958a437e0 authored about 6 years ago by Michael Babker <[email protected]>
Guzzle is now only a dev dependency, update requirements list, run PHP-CS-Fixer

b3bef18c3578e1f1b4b96e5bb62ec94dec24a27a authored about 6 years ago by Michael Babker <[email protected]>
Refactored Translationstrings

e31bf198c4c5b7082808083ae71c01c2fa6a0d18 authored about 6 years ago by Michael Babker <[email protected]>
Updated Translations API

9d081b4efbb6fe89e44d3f029904722e6c6a577b authored about 6 years ago by Michael Babker <[email protected]>
Pass StreamFactory forward

ebbcd7c9ff6a0b4b71da4e6d88f97caeb2bad656 authored about 6 years ago by Michael Babker <[email protected]>
Fix TransifexObjectTest failures

40fe407a92572e00ff4b12c53185150f838cb035 authored about 6 years ago by Michael Babker <[email protected]>
Updated Statistics API

446884b1b33f294595a27776ea7d3c534808c196 authored about 6 years ago by Michael Babker <[email protected]>
Resources API updated

7c4f89b28995ce4706ef88c26e57f2f42e38989e authored about 6 years ago by Michael Babker <[email protected]>
Fix request use, projects updated

59b1544b37d64df05c7eabce6757583e36520bb9 authored about 6 years ago by Michael Babker <[email protected]>
Add stream factory for requests with bodies, bulk search/replace much of the test code for new signatures, Languageinfo and Languages updated for PSR interface

5d43d01075c05884acafbc0176d8b69f7f093ecb authored about 6 years ago by Michael Babker <[email protected]>
Use Guzzle interop package for test environment, refactor Formats class to PSR oriented interface

f83e082a84fe4132e3bbbc70bd0a3e5fdd81605f authored about 6 years ago by Michael Babker <[email protected]>
Add PSR-18 dependency

d005556f3d8f0b07f041633aecd26cb1d30e8479 authored about 6 years ago by Michael Babker <[email protected]>
Require PSR-17 and its request and URI interfaces

2cd2a27628589cb13d4e186208f0e7ec103b5a86 authored about 6 years ago by Michael Babker <[email protected]>