Libraries tagged by SAMP package
rinvex/laravel-tenants
3491 Downloads
Rinvex Tenants is a contextually intelligent polymorphic Laravel package, for single db multi-tenancy. You can completely isolate tenants data with ease using the same database, with full power and control over what data to be centrally shared, and what to be tenant related and therefore isolated from others.
mouf/utils.action.action-interface
371719 Downloads
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.
bllim/laravalid
15302 Downloads
This package makes validation rules defined in laravel work client-side by converting to html/js plugins such as jquery validation. It also allows to use laravel validation messages so you can show same messages for both sides.
shakegwapo/sap-icf-service
1159 Downloads
A Laravel package for SAP ICF Service
oyoun-media/academy-saml
1422 Downloads
Make your PHP Laravel application an Identification Provider using SAML 2.0. This package allows you to implement your own Identification Provider (idP) using the SAML 2.0 standard to be used with supporting SAML 2.0 Service Providers (SP).
arietimmerman/laravel-saml
505 Downloads
Laravel Package for creating a SAML identity provider
iwouldrathercode/php-custom-saml
9061 Downloads
A Laravel package for Saml2 integration as a SP (service provider) for multiple IdPs, based on OneLogin toolkit which is much more lightweight than simplesamlphp.
creativecrafts/laravel-sso
73 Downloads
Multi-tenant SSO package for Laravel supporting OIDC and SAML 2.0 with provisioning, multiple guards, and optional Inertia admin UI.
osi-open-source/lumen-saml2
9992 Downloads
A Lumen package for Saml2 integration as a SP (service provider) for multiple IdPs, based on OneLogin toolkit which is much more lightweight than simplesamlphp (Forked from aacotroneo/laravel-saml2).
nirajp/laravel-saml2
17581 Downloads
A Laravel package for Saml2 integration as a SP (service provider) for multiple IDPs. Forked from aacotroneo/laravel-saml2.
mustang-framework/core
2112 Downloads
Core package for Mustang framework.
ldx/laravel-saml2-custom
375 Downloads
customized fork of 24slides/laravel-saml2 package for Laravel 5.5+
haught/laravel-saml2
4033 Downloads
A Laravel package for Saml2 integration as a SP (service provider) for multiple IdPs, based on OneLogin toolkit which is much more lightweight than simplesamlphp.
mingalevme/retryable-psr-http-client
290 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.
greatsami/entrust
3636 Downloads
This package provides a flexible way to add Role-based Permissions to Laravel Customized by Sami Mansour