1
0
Fork
You've already forked tripit
0
Client for the Tripit API
  • PHP 100%
semantic-release-bot 170ba1eec5 chore(release): 0.1.1 [skip ci]
## [0.1.1](https://github.com/lostfocus/tripit/compare/0.1.0...0.1.1) (2025年08月10日)
### Bug Fixes
* Arrays can't be implicitly nullable ([8afe271](8afe2715c9))
2025年08月10日 12:28:02 +00:00
.github ci: Add Semantic Releases and Main to Develop automerge 2025年08月10日 14:25:33 +02:00
Src fix: Arrays can't be implicitly nullable 2025年08月10日 14:21:19 +02:00
.gitignore PHP CS Fixer installed and ran 2025年08月10日 13:43:54 +02:00
.releaserc.json ci: Add Semantic Releases and Main to Develop automerge 2025年08月10日 14:25:33 +02:00
CHANGELOG.md chore(release): 0.1.1 [skip ci] 2025年08月10日 12:28:02 +00:00
composer.json ci: Run tests on push and merge 2025年08月10日 14:12:35 +02:00
LICENSE Initial commit 2025年08月10日 13:48:14 +02:00
README.md Simple readme for now 2025年08月10日 13:56:36 +02:00
rector.php Installed and ran rector 2025年08月10日 13:40:00 +02:00

Unofficial client for the Tripit API

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.