Libraries tagged by One class
krupni/yii-eoauth
14662 Downloads
Yii Framework Extension. EOAuthUserIdentity class implements IUserIdentity Yii interface and the OAuth protocol to authenticate a user. Based on Google's software.
juoum/giaeconnect
63 Downloads
This PHP class provides an unofficial API for the GIAE platform (Gestão Integrada para Administração Escolar), widely used on Portuguese public schools, on behalf of a given user.
dv-team/json
862 Downloads
A wrapper-class for json_encode and json_decode to automatically set some constants like JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_THROW_ON_ERROR
carloswph/tonton
195 Downloads
Serie of tools based on traits that simplify the use of singletons, multitons and other class instances controllers.
idimsh/better-bypass-finals
2686 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes
dmamontov/asynctask
2329 Downloads
AsyncTask enables proper and easy use of the thread. This class allows to perform background operations and publish results on the thread without having to manipulate threads and/or handlers.
crazy-max/cws-dump
20192 Downloads
PHP class to replace var_dump(), print_r() based on the Xdebug style.
miniorange/miniorange-saml
4862 Downloads
Typo3 SAML Single Sign-On (SSO) extension allows your users to login to your Typo3 site by authenticating with their SAML 2.0 IdP (Identity Providers). SAML Authentication extension for Typo3 extension allows SSO with Azure AD, Azure AD B2C, Keycloak, ADFS, Okta, Shibboleth, Salesforce, GSuite / Google Apps, Office 365, SimpleSAMLphp, OpenAM, Centrify, Ping, RSA, IBM, Oracle, OneLogin, Bitium, WSO2, NetIQ, ClassLink, FusionAuth, Absorb LMS and all SAML 2.0 capable Identity Providers into your Typo3 site. Typo3 SAML SSO extension by miniOrange provides features like Attribute Mapping, Group Mapping, and Role Mapping which helps to map user data from your IdP to Typo3. You can add an SSO Login Button on both your Typo3 frontend and backend (Admin Panel) login page with our extension.
alban/laravel-data-sync
109 Downloads
LaravelSheetSync is a library designed for the Laravel framework that allows you to import data from various sources, map its headers, build collections of objects based on the mapped data, and compare them with data currently stored in the database. It automatically classifies records into three categories: create, update, and delete, facilitating efficient and precise synchronization.
addworking/laravel-class-finder
21436 Downloads
A class finder for Laravel based on Composer's class loader
lukaszmakuch/class-based-registry
344 Downloads
Registry that allows to associate a value to one ore more classes and then fetch this value by passing objects that implements these classes
megapixel23/belongs-to-one
1612 Downloads
Belongs To One Laravel 5 Relation class
piotrpress/composer-classmapper
72 Downloads
This Composer command generates a classmap.php file based on project files.
carpehora/classifiablebehavior
7 Downloads
ClassifiableBehavior is a propel behavior allowing to tag on a list of user defined scopes. kind of Ressource Access Control.
jeroen-g/laravel-builder
86 Downloads
Build rapidly classes based on stubs.