Libraries tagged by usages
lifespikes/scramble-match-stmt
28 Downloads
Sample extension for Scramble usage with PhpParser
lelivrescolaire/monolog-extra-bundle
5510 Downloads
Customize monolog usage in your symfony 2 application.
lcherone/plinkerui
25 Downloads
A little PHP script which is a demonstration usage for Plinker - Remote coded tasks run as root!
kwaadpepper/chronopost-api-php
1 Downloads
Chronopost Api usage with php
kuvic16/php-sohayok
6 Downloads
A php utils library for common usage
kutran/test-scanner.php
1 Downloads
Testing package of scanner url for private usage
kruegge82/dhl-authentication-oauth-api
20 Downloads
This API describes how API client can obtain a token which is used to access various Parcel Germany APIs. Using this API is often the first step in making your API call. Preconditions You will need: * client ID (aka "API Key", obtained when you create an app in developer.dhl.com) * client secret (obtained when you create an app in developer.dhl.com) * GKP user name (obtained when setting up your business account with Parcel Germany) * GKP password (obtained when setting up your business account with Parcel Germany) Technical Information This uses an implementation of OAuth2 Password Grant (RFC 6749). After successfull usage you will: * have an opaque access token to be used for API calls afterwards * this token will have an expiration time
konnco/satset
4 Downloads
Private usage for Konnco Studio
klebann/moodle-psalm-plugin
24 Downloads
A Psalm plugin to detect unsafe usage of $DB methods with SQL
klc/env-switch
9 Downloads
multiple env usage for laravel project
keltanas/dto
33 Downloads
Simple implementation of usage DTO pattern
kda/fpdf
81 Downloads
FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.
kbrabrand/zf2-swagger-example-module
167 Downloads
Dummy API module ZF2 showing example usage of the Swagger PHP annotations for models and controllers.
kazistm/subscriptions
1 Downloads
Flexible Laravel subscription and plan management system with features, limitations, and usage tracking.
kayobruno/http-status-code
0 Downloads
The "HTTP Status Code Abstraction" project is a PHP 8-based initiative aimed at simplifying the management and usage of HTTP status codes by introducing ENUM support. HTTP status codes are integral to web development, providing vital information about the success or failure of HTTP requests and responses. However, managing and referencing these status codes in a clear and organized manner can often be challenging. This project seeks to address this challenge by leveraging PHP 8's ENUM feature.