Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rapideinternet/bakku-client
Composer package for Bakku CMS
https://github.com/rapideinternet/bakku-client
bakku laravel
Last synced: 10 days 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 (16 days ago)
- Default Branch: main
- Last Pushed: 2025-01-22T16:22:31.000Z (16 days ago)
- Last Synced: 2025-01-22T16:38:33.855Z (16 days ago)
- Topics: bakku, laravel
- Language: PHP
- Homepage:
- Size: 5.86 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;
- 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:** [email protected]