codebar Solutions AG
Official@codebar-ag · Basel
Software made in Basel
Agent Skills by codebar Solutions AG
Showing 36 vetted skills indexed across 1 GitHub repositories.
albatros
Integrate the Albatros accounting API via Saloon with typed DTOs and pagination.
jobs
Automate background task execution with queueable Job units in Laravel apps.
php
Enforce strict typing, formatting, and error handling in PHP files.
actions
Encapsulate a single business operation into a Laravel Action class with an execute() method.
general
Enforce Laravel conventions for configuration, database, logging, and code style.
traits
Encapsulate shared Eloquent model behavior in PHP traits.
helperfunctions
Replace native PHP functions with Laravel Arr, Str, and Collection helpers.
docuware
Integrates Docuware with Laravel backend services for document imports and webhooks.
services
Coordinate multiple Actions and external APIs into Laravel workflows.
tailwind
Enforce Tailwind CSS v4 styling conventions in Laravel projects.
observers
Register Eloquent model observers in Laravel app/Observers via observe().
design
Standardize Blade UI components and styling across Laravel views.
dusk
Automate end-to-end browser testing for Laravel applications with Laravel Dusk.
phpstan
Enforce PHPStan Level 9 static analysis with strict typing on PHP projects.
middleware
Inspect, modify, or reject HTTP requests via Laravel middleware pipelines.
interfaces
Define contracts that decouple implementations from consumers via service container binding.
commands
Enforce Laravel Artisan command structure with validation and standard return codes.
routing
Organizes Rocket.Chat chat messages and metadata for AI-ready analysis and retrieval.
translations
Organize Laravel localization workflows for consistent en and de translations.
dto
Create immutable PHP DTOs with a fromArray factory for typed data transfer.
policies
Centralize Laravel Eloquent model authorization using policy classes.
phpunit
A JAX / MLX library for transformer models that enables rapid prototyping and high-性能 kai'fa.
exceptions
Create domain-specific exceptions with named static constructors for Laravel HTTP responses.
events
Create decoupled Event and Listener classes for Laravel-style applications.
Frequently Asked Questions About codebar Solutions AG
FAQPage SchemaWhat specific tasks are enabled by these architectural standards?▼
These standards enable consistent implementation of Eloquent model observers, centralized authorization policies, immutable data transfer objects, and standardized HTTP request validation. They ensure uniform code structure across controllers, services, and background jobs within the Laravel ecosystem.
Which personas benefit from these architectural patterns?▼
Senior backend engineers and technical leads working within the Laravel ecosystem benefit from these patterns. They are designed for teams requiring strict enforcement of coding conventions, static analysis, and decoupled business logic to maintain high-quality, scalable enterprise software.
What are the prerequisites for implementing these standards?▼
Implementation requires a Laravel-based environment and familiarity with modern PHP 8+ features. Projects must support standard composer-based dependency management and adhere to the specific directory structures defined for Actions, DTOs, and Service classes.