Libraries tagged by technic
real-media-technic-staudacher/laravel-flatfiles
79353 Downloads
Export and import flatfiles with Laravel like charm
unb-libraries/dockworker
113798 Downloads
Dockworker provides web application developers, site builders and operational engineers a single technical entrypoint with a consistent, unified workflow regardless of the framework.
timirey/trader-php
344 Downloads
PHP wrapper for the trader extension, providing access to technical analysis indicators.
islandora-rdm/islandora_fits
93530 Downloads
Enables Technical Metadata derivative generation.
angeo/module-aeo-audit
448 Downloads
Magento 2 AEO (AI Engine Optimization) audit — scores your store across 15 technical signals for AI search and agentic commerce: robots.txt AI-bot policy, llms.txt, llms.jsonl, JSON-LD (Product, Organization, FAQ), merchant return + shipping policies, sitemap.xml, UCP profile, AI product feed, Open Graph, canonical + hreflang, JSON-LD quality, .well-known endpoint matrix and Core Web Vitals via CrUX. Includes a Score Trend dashboard, admin UI, cron scheduling, dynamic fix commands and a dependency-injected extension point for custom checkers.
technicpack/solder
3 Downloads
Technic Solder API using Laravel Framework
solder/solder
360 Downloads
Technic Solder API using Laravel Framework
asciisd/autochartist-laravel
409 Downloads
Autochartist API integration with Laravel
technicalguru/utils
6858 Downloads
Basic classes for PHP development
technicalguru/i18n
6848 Downloads
Provides localization features for PHP apps
zmog/siret
698 Downloads
This package is technically validating siret number.
tyteck/siret
5873 Downloads
This package is technically validating siret number.
techrays-labs/laravel-debt-tracker
96 Downloads
Scan, score, and report technical debt in your Laravel application.
rotexsoft/versatile-collections
6073 Downloads
A collection package that can be extended to implement things such as a Dependency Injection Container, RecordSet objects for housing database records, a bag of http cookies, or technically any collection of items that can be looped over and whose items can each be accessed using array-access syntax or object property syntax.
nogrod/dhl-retoure-php-sdk
546 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".