-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathCITATION.cff
More file actions
23 lines (23 loc) · 689 Bytes
/
CITATION.cff
File metadata and controls
23 lines (23 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
cff-version: 1.2.0
title: 'Fetch PHP'
message: 'If you use this library, please cite it as below.'
authors:
- family-names: Thayananthajothy
given-names: Jerome
orcid: https://orcid.org/0000-0000-0000-0000
repository-code: https://github.com/Thavarshan/fetch-php
license: GPL-3.0-or-later
version: 3.2.3
doi: 10.0000/example.doi
abstract: >-
Fetch PHP is a modern HTTP client abstraction that replicates the JavaScript fetch API semantics in PHP, providing promise-based and async utilities, fluent interface, retry mechanisms, and type-safe enums for HTTP operations.
keywords:
- php
- http
- fetch
- async
- promises
- guzzle
- http-client
- psr-7
- psr-18