File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ A simple Object Oriented PHP Client for Cloudflare API.
13
13
This package provides convenient access to the Cloudflare REST API using PHP.
14
14
15
15
- [ ☁️ Cloudflare API v4] ( https://developers.cloudflare.com/api/ )
16
- - [ 📄 Documentation] ( https://php-cloudflare-api.vercel.app / )
16
+ - [ 📄 Documentation] ( https://php-cloudflare-api.nuxt.space / )
17
17
18
18
## Features ✨
19
19
Original file line number Diff line number Diff line change 16
16
"source" : " https://github.com/SergkeiM/php-cloudflare-api" ,
17
17
"issues" : " https://github.com/SergkeiM/php-cloudflare-api/issues" ,
18
18
"email" : " sergio11of@gmail.com" ,
19
- "docs" : " https://php-cloudflare-api.vercel.app /"
19
+ "docs" : " https://php-cloudflare-api.nuxt.space /"
20
20
},
21
21
"require" : {
22
22
"php" : " ^8.0" ,
Original file line number Diff line number Diff line change 1
1
export default defineAppConfig ( {
2
2
docus : {
3
- title : 'PHP Cloudflare API' ,
4
- description : 'A simple Object Oriented wrapper for Cloudflare API, written with PHP.' ,
3
+ title : 'PHP Client for Cloudflare API. ' ,
4
+ description : 'This package provides convenient access to the Cloudflare REST API using PHP.' ,
5
5
layout : 'default' ,
6
6
image : '/preview.png' ,
7
- url : 'https://php-cloudflare-api.vercel.app ' ,
7
+ url : 'https://php-cloudflare-api.nuxt.space/ ' ,
8
8
socials : {
9
9
github : 'SergkeiM/php-cloudflare-api'
10
10
} ,
You can’t perform that action at this time.
0 commit comments