BOCKTAELS Hugo
b0b6fbaaa1
Adding queryParams in curl call
...
using http_build_query()
we can simply pass the parameters describe in the Api doc.
ex : $this->pb->collection('coolCollection')->getFullList(200,['filter'=> $filter])
It can be used for all other function.
2023-02-22 10:55:46 +01:00
mkay-development
2eae1c56ee
add composer require command
2023-02-19 11:28:17 +01:00
Martz
9c67639d2f
implement doReqeust for dublicated code on request curl
2023-02-18 20:22:40 +01:00
Martz
8b748f4d73
add logic for get One and get First, update phpDocs
2023-02-18 19:30:26 +01:00
Martz
98ae821c59
update phpDocs
2023-02-18 19:21:13 +01:00
Martz
54f064093c
add delete logic and rename authWithPassword to authAsAdmin
2023-02-18 18:06:02 +01:00
Martz
9224293de2
add token auth
2023-02-16 22:36:16 +01:00
Martz
2b8639223b
add logic to auth as admin
2023-02-16 20:48:50 +01:00
Martz
49b63ca434
return request instead of collection
2023-02-16 19:40:08 +01:00
Martz
51c403abd0
update readme
2023-02-05 20:50:25 +01:00
Martz
c586b4b9ff
add User Collection, adapt crud, refactor crud, add readme
2023-02-05 20:06:44 +01:00
Martz
1d1beef82a
update classmap
2023-02-05 17:56:26 +01:00
Martz
c8523b3b06
start with Collection Class
2023-02-05 17:55:36 +01:00
Martz
855c7c0c87
fix autoload 2.0
2023-02-05 17:14:16 +01:00
Martz
8b9f94ca89
fix autoload
2023-02-05 17:11:41 +01:00
Martz
1de3d4d395
rename pocketbase to client
2023-02-05 17:07:42 +01:00
Martz
35b680e712
update classmap namespace
2023-02-05 17:04:42 +01:00
Martz
eeb7e445a4
update classmap namespace
2023-02-05 17:02:43 +01:00
Martz
531d1befd9
fix classmap
2023-02-05 16:56:45 +01:00
Martz
8ad728efdc
add gitignore
2023-02-05 16:52:17 +01:00
Martz
e6ce2ec650
Initial commit
2023-02-05 16:52:09 +01:00