Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Apitk Header Bundle Laravel Package

check24/apitk-header-bundle

View on GitHub
Deep Wiki
Context7

apitk-header-bundle

Overview

This bundle provides useful features for a symfony based RESTful API.

Installation

Install the package via composer:

composer require check24/apitk-header-bundle

Usage

Header information

You can easily add information to the response headers by using the HeaderInformation service. These information will automatically be added to the response and prefixed with x-apitk-

public function index(HeaderInformation $headerInformation): array
{
    $users = $this->getUsers();

    $headerInformation->add('users-count', (string) count($users));

    return $users;
}

will result in a response header x-apitk-users-count: 15.

Deprecations (apitk-deprecation-bundle)

You can mark actions as deprecated so developers can notice that they have to update their API call to a newer version or to use a whole other endpoint.

see CHECK24/apitk-deprecation-bundle

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
emuniq/filament-browser-notifications
syriable/filament-translator
hungnm28/livewire-form
wenprise/eloquent
crudly/encrypted
fadion/bouncy
cuci/prototurk-sdk
gos/pubsub-router-bundle
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui