simondevelop / strapi-api
PHP library allowing you to use the Strapi API via various functions to facilitate requests.
0.2.0
2022-09-03 12:41 UTC
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- guzzlehttp/guzzle: ^7.4
Requires (Dev)
- phpstan/phpstan: ^1.5
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.6
This package is auto-updated.
Last update: 2024-10-29 12:31:04 UTC
README
strapi-api
PHP library allowing you to use the Strapi API via various functions to facilitate requests.
TODO
- User system (without external provider)
- Collection types
- Get
- Get Id
- Post
- Put
- Delete
- Single types
- Get
- Put
- Delete
- Post
- Upload
Check this docs for more.
Go to contribute !
- Check the Code of Conduct
- Check the Contributing file
- Check the Pull Request Template