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 ([ |
||
|---|---|---|
| .github | ci: Add Semantic Releases and Main to Develop automerge | |
| Src | fix: Arrays can't be implicitly nullable | |
| .gitignore | PHP CS Fixer installed and ran | |
| .releaserc.json | ci: Add Semantic Releases and Main to Develop automerge | |
| CHANGELOG.md | chore(release): 0.1.1 [skip ci] | |
| composer.json | ci: Run tests on push and merge | |
| LICENSE | Initial commit | |
| README.md | Simple readme for now | |
| rector.php | Installed and ran rector | |
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.