https://github.com/rapideinternet/bakku-client
Composer package for Bakku CMS
https://github.com/rapideinternet/bakku-client
bakku laravel
Last synced: about 2 months ago
JSON representation
Composer package for Bakku CMS
- Host: GitHub
- URL: https://github.com/rapideinternet/bakku-client
- Owner: rapideinternet
- Created: 2025-01-22T13:58:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T09:56:37.000Z (over 1 year ago)
- Last Synced: 2025-03-13T10:36:18.369Z (over 1 year ago)
- Topics: bakku, laravel
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About Bakku Client
This is a Composer package that handles the data fetching from the Bakku CMS API. You'll be able to get all the blocks/images from a certain page and all page URLs.
## Good to knows:
- Has some built in caching through Laravel's Cache functionality;
- Caching TTL is configurable in the `.env` with `BAKKU_CACHE_TTL`;
- Still a work in progress;
## How to get it to work:
1. Run `composer config repositories.rapideinternet/bakku-client vcs https://github.com/rapideinternet/bakku-client` to add the package to your `composer.json`
2. Run `composer require rapideinternet/bakku-client:dev-main` to add the package to your `vendor`.
3. Run `php artisan vendor:expose` to generate the `bakkuclient.php` config file.
4. Add `BAKKU_SITE_ID` and `BAKKU_SITE_API_TOKEN` to your `.env`
5. Use `RapideSoftware\BakkuClient\Services\BakkuClient` for the API calls
## For any questions or info:
*
(If I missed anything, please let me know)
*
**Slack:** Max van der Werf
**Email:** max.vanderwerf@rapide.software