Libraries tagged by SAMP package
arietimmerman/laravel-saml
462 Downloads
Laravel Package for creating a SAML identity provider
shetabit/stampable
6 Downloads
Add stamp behaviors into laravel models.
pitbulk/laravel4-saml2
1292 Downloads
A Laravel 4.2 package for Saml2 integration as a SP (service provider) based on OneLogin toolkit, which is much lightweight than simplesamlphp
dev-wolk/apiato-core-fork
48 Downloads
Core package for Apiato.
codiliateur/eloquent-model-userstamps
70 Downloads
This package provides an Eloquent model trait to automatically maintain user stamps in columns (created_by, updated_by, deleted_by) of your model.
bellal/vodafone-sms
1943 Downloads
Send SMSs using vodafone bulk sms API
simp/environment
48 Downloads
This is package for handling site configuration
titonova/x-livewire
152 Downloads
A package that allows you to use livewire components the same way you would use blade components. Ie, giving it slots, atttributes etc
stackout/payment-gateways
28 Downloads
This package allows the user to connect to multiple payment processing gateways using the same methods, interfaces and contracts.
neosrulez/dimensionsindexkeeper
175 Downloads
A Neos CMS package that keeps the index of nodetypes the same in all dimensions.
mingalevme/retryable-psr-http-client
143 Downloads
The package provides a familiar PSR HTTP Client interface with automatic retries and exponential backoff (and others strategies). It is a thin wrapper over the standard PSR HTTP Client and exposes same public API. This makes the decorator very easy to drop into existing programs.
legecha/enumpty
181 Downloads
Find yourself creating methods like label(), description() or icon() on your enums? This very simple package takes the legwork out of doing so for you, and gives you the same functionality without implementing the methods.
guysolamour/laravel-administrable
624 Downloads
An administration package based on Laravel. This package was made according to my personal use to not repeat the same things for each project.
flyhjaelp/gmail2laravel
1172 Downloads
A Laravel package to help manage multiple Gmail Clients on the same platform.
diontech/laravel-extended-scheduler
1560 Downloads
This package allows you to configure the scheduled tasks of the app via (database) model. It was developed to avoid handling theseconfigurations via a config file only, cause then we cannot share the same repo to n server instances when running different tasks is needed at each server.