Libraries tagged by simple auth
athemcms/netis
119 Downloads
Core framework combining Zend, Symfony, Simplex, Doctrine, Athem and many other frameworks for developing CMS tools
uthman/tafqeet
20 Downloads
Simple package to transform arabic money numbers to words.
uthman/hashid
18 Downloads
Simple package to hash eloquent primary key, Forked from erashdan/hashid
uthman/arabic-text-normalizer
4 Downloads
ArabicTextNormalizer: Simple package to normalize arabic text to prepare it for further text processing.
putheakhem/laravel-otp
1 Downloads
A simple OTP generator for Laravel
nuthouse-cis/ip-location
7 Downloads
A simple set of third-party service implementations for determining a geographical location using an IP address
kauth_jwt/laravel_login
3 Downloads
simple login
kauth/login
12 Downloads
simple login
guthand-com/json-rpc
1346 Downloads
Simple Json-RPC client/server library that just works
xcesaralejandro/canvasoauth
217 Downloads
This package provides a simple integration for oauth between canvas and laravel.
rene-roscher/number26
15 Downloads
Simple Laravel Wrapper for the N26 Banking oAuth API
fatigba/symfony-social-login-bundle
2 Downloads
Un bundle symfony simple pour se connecter avec des fournisseurs OAuth2 (Google, Facebook, ... etc).
denwebdev/google-oath2
33 Downloads
Fork by Google OAuth2 Provider for Laravel Socialite for replace google plus to simple google
lcsng/amanda
7 Downloads
Amanda is a lightweight and flexible PHP routing library that dynamically maps website URLs to template files without requiring manual route definitions or directory structures. Simply place your .php or .html templates inside the amanda_templates/ directory, and Amanda will automatically serve them based on the requested URL. Easily customize template paths, override defaults, and streamline page routing for faster, more efficient web development.
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.