Libraries tagged by cally
marcbln/symfony-facades
624 Downloads
Call Symfony services using facades.
mapkyca/known-oauth2-server
9618 Downloads
Provides an OAuth2 authentication server for API calls
manukn/oauth2-server-proxify-laravel
30 Downloads
A Laravel proxy package for SPA javascript API calls
malantonio/dewey
21 Downloads
Parse and compare Dewey Decimal System call numbers.
makinacorpus/argument-resolver
1218 Downloads
Callback argument resolver interface and implementations.
mahdiazadbar/laravel-pdo-via-oci8
1305 Downloads
PDO userspace driver proxying calls to PHP OCI8 driver
m0rtis/picklock
20 Downloads
One class package for calling protected and private methods without reflection
losthost/db
139 Downloads
Database access with so called DB Objects (descendants of class DBObject)
loots-it/laravel-sns
364 Downloads
A simple library to validate aws sns webhook calls and map these calls to Laravel events.
limingxinleo/idempotent
1603 Downloads
Making multiple identical function calls has the same effect as making a single function call.
liip/frctl-twig
6018 Downloads
Alias-Loader for handling fractal @handle's in twig and callable handler for the accompanied node module
leofranca47/abstract-repository-eloquent-laravel
287 Downloads
Essa é uma classe php onde tem métodos que podem ser chamados igual no Eloquent. Serve para criar repositórios e facilitar os testes unitários sem perder o poder do Eloquent - This is a php class where it has methods that can be called equal in Eloquent. It serves to create responses and facilitate unit tests without losing the power of the Eloquent
lati111/laravel_dataproviders
72 Downloads
A composer package for laravel to create interactable and customizable datatables through api calls
laracraft-tech/memoize
55 Downloads
Simple PHP trait to memoize function calls.
kruegge82/dhl-authentication-oauth-api
5 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