Libraries tagged by One class
chrismervyn/colorizer
17 Downloads
A php class to manage background color, font color and font style on a CLI. It is compatible with all terminal screens.
bluefrg/parsecsv
7795 Downloads
Extend PHP's native CSV parsing from the SplFileObject class but provide features to use the first row's values as keys on the remaining rows.
birb/fancy-stubs-codegen
13 Downloads
Build-time, attribute-driven code generator: write a stub class, mark members with #[DefinerAttribute], and get a real, finished PHP class back — conventions filled in (event names, ids, ...), or whole getters/setters/builder classes generated from the stub's properties. Unlike runtime-reflection tools, the output is a plain PHP file with zero dependency on this library and no per-request reflection cost; useful for scaffolding DDD value objects/aggregates/events, command classes and other boilerplate. Postprocessing (transforming code, e.g. phpcbf/php-cs-fixer/rector), quality checks (evaluating code, e.g. PHPStan/Psalm/PHPCS) and framework-specific conventions (e.g. Laravel table/id naming) ship as separate packages — see birb/fancy-stubs-codegen-postprocessors, birb/fancy-stubs-codegen-code-quality and birb/fancy-stubs-codegen-laravel.
beporter/betablockermiddleware
14 Downloads
A single-file PSR-15 Middleware class that implements http cookie-based gatekeeping on a PHP app.
bart/licensee
53 Downloads
Simple PHP class for license generation and verification based on openssl signatures
itmages/yii-eoauth
45330 Downloads
Yii Framework Extension. EOAuthUserIdentity class implements IUserIdentity Yii interface and the OAuth protocol to authenticate a user. Based on Google's software.
idimsh/better-bypass-finals
3104 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes
typo3/cms-css-styled-content
26202 Downloads
Contains configuration for CSS content-rendering of the table "tt_content". This is meant as a modern substitute for the classic "content (default)" template which was based more on -tags, while this is pure CSS.
miniorange/miniorange-saml
4941 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.
hananils/kirby-attrs-helper
13 Downloads
Setting attributes on elements in snippets and templates quickly becomes convoluted. This gets worse if attributes require additional logic, like conditionally adding segmented values like classnames or datasets. Attributes helper mitigates this issue by offering a simple interface to set attributes.
detain/ip-tools
225 Downloads
Universal IP Tools for manipulation on IPv4 and IPv6. Network calculator for subnet mask and other classless (CIDR) network information.
autoframe/class-dependency
128 Downloads
Autoframe PHP dependency resolver for classes, interfaces and traits using static reflection and all in one class
citboilerplate/public-class
13 Downloads
Autoload class on the front-end side
addworking/laravel-class-finder
21436 Downloads
A class finder for Laravel based on Composer's class loader
vijoni/class-generator
10 Downloads
generate similar classes based on YAML configuration