lostfocus / tripit
Client for the Tripit API
0.1.1
2025-08-10 12:28 UTC
Requires
- php: ^8
- ext-curl: *
- ext-json: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.85
- phpstan/phpstan: ^1.6
- phpunit/phpunit: >=8.0
- rector/rector: ^1.2
This package is auto-updated.
Last update: 2025-08-10 12:36:43 UTC
README
I needed to access the Tripit API wih a more modern PHP, so I basically took the code of https://github.com/tripit/php_binding_v1 and changed it for PHP 8.0 and higher.