You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Kimai - Remote Console
2
2
3
-
A PHP application to access your Kimai 2 installation via its API (http).
3
+
A PHP application to access your Kimai installation via its JSON API.
4
4
5
5
**Requirements**
6
6
7
-
- Kimai > v2.0.20
7
+
- Kimai > v2.14.0
8
8
- PHP 8.1 to 8.4
9
9
- cURL extension
10
10
- json extension
@@ -46,8 +46,7 @@ By default, the configuration file targets the demo installation and will work..
46
46
but now it's time to target your own Kimai, so please edit the config file and change the settings:
47
47
48
48
-`URL`: the Kimai installation URL
49
-
-`USERNAME`: the Kimai installation URL
50
-
-`API_KEY`: your Kimai API key (can be set when editing your profile)
49
+
-`API_TOKEN`: your Kimai API token (can be set when editing your profile)
51
50
-`OPTIONS`: an array of request options for CURL (see [guzzle docs](http://docs.guzzlephp.org/en/stable/request-options.html))
52
51
53
52
FAQ:
@@ -116,7 +115,7 @@ If you want to use the output in a script, instead of manually looking at them,
116
115
The following environment variables are supported:
117
116
118
117
-`KIMAI_MEMORY_LIMIT` - configures the allowed memory limit (eg `128MB`, or `-1` for unlimited) (see [here](https://www.php.net/manual/en/ini.core.php#ini.memory-limit))
119
-
-`KIMAI_CONFIG` - path to your configuration file (defaults to: $HOME/.kimai2-console.json)
118
+
-`KIMAI_CONFIG` - path to your configuration file (defaults to: `$HOME/.kimai-api.json`)
0 commit comments