lostfocus / tripit
Client for the Tripit API
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/lostfocus/tripit
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-09-10 12:47:13 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.