Libraries tagged by zingle
pluswerk/t3ext_ig_ldap_sso_auth
457 Downloads
This extension provides LDAP support for TYPO3 by delegating the authentication of frontend and/or backend users to the centrally-managed directory of your organization. It fully supports OpenLDAP and Active Directory and is capable of connecting securely to the authentication server using either TLS or SSL (ldaps://). In case of use in an intranet environment, this extension is a perfect match since it natively brings Single Sign-On (SSO) capability to TYPO3 without any complex configuration.
pixelbrackets/html5-mini-template
10176 Downloads
HTML5 Mini Template for quick rendering of status pages, TOC pages, or any other minimal single-serving site
phpro/grumphp-combined-coverage-extension
521 Downloads
Combine multiple PHP coverage into a single clover XML before executing a clover check.
phl/laravel-sti
3115 Downloads
Single table inheritance with eloquent
pawelmysior/laravel-localize
1022 Downloads
Localize your Laravel application with a single command
patienceman/custom-handler
2680 Downloads
Provide a convenient way creating single action handlers. The idea of a action handler is a single action controller that means a unique class handles each action
owenmelbz/domain-enforcement
4842 Downloads
Laravel 5+ middleware to enforce a single domain on your application. e.g non-www. to www.
nguyenanhung/php-simple-html-dom-parser
2095 Downloads
Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.
netbrothers-gmbh/nbcsb-bundle
746 Downloads
Creating skeleton structure for symfony bundle with one single command. Creates directory structure and necessary files, activates your bundle. See: https://netbrothers.de/easy-create-reusable-symfony-bundle
natecollins/nofus
1759 Downloads
Nate's One-File Utilities Stash: Simple Single-use Classes for Common Tasks
mzshovon/auto-repo
11 Downloads
Single command repo generation for Laravel
mvccore/ext-debug-tracy-auth
3647 Downloads
MvcCore - Extension - Debug - Tracy - Panel Auth - render and add into tracy debug panel currently authenticated user from \MvcCore\Ext\Auth service singleton instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Ext\Auth::GetInstance()->GetUser());.
muffin/sti
799 Downloads
Single Table Inheritance for CakePHP ORM
mouf/html.template.menus.basicmenu
142886 Downloads
This package contains a single class in charge of rendering a 'Menu' instance in HTML using the toHtml() method. The rendering is performed using <ul> and <li> tags.
mouadziani/laravel-model-trackable
7 Downloads
A laravel package that allows you to tracker and log nested changes applied on your models and their relations using a single Trait