Libraries tagged by user likes
cidaas/cidaas-for-typo3
3907 Downloads
If you would like to use a secure, scalable Identity and Access Management System along with Typo3, look no further. This Extension allows you to use Cidaas as your Cloud based Identity System. You can have Cidaas perform Authentication and Authorization and access your TYPO3 frontend. Cidaas supports all standard protocols like OAuth 2.0 and OpenID Connect Standards. With easy to integrate SDK you should be able to secure your favourite Typo3 instance in no time!
vube/vagrant-catalog
22 Downloads
Vagrant Cloud-like catalog for use on your private network
heyday/silverstripe-optimisedimage
33232 Downloads
Uses various binary tools like jpegoptim and optipng to optimise resampled images create by SilverStripe
isszz/webman-hashids
763 Downloads
Webman Hashids Used to generate a youtube-like ID from a digital ID
nimbly/activeresource
43151 Downloads
Use a RESTful resource based API like a database
miinto/laravel-mssql
8641 Downloads
Laravel extension which allows to use MS SQL specific column types like 'datetime2', 'real' and 'uniqueidentifier'.
maksimru/eloquent-subquery-magic
18472 Downloads
Eloquent extension providing ability to use a lot of subquery functions like fromSubquery or leftJoinSubquery
kasperhartwich/ipcamera
183 Downloads
Use to integrate with IP cameras like Wanscam, Foscam, ezCam, Bestcam and alike
stephane-monnot/laravel-scheduled-changes
32 Downloads
A powerful and flexible package to schedule and execute future changes or events in your Laravel application. Manage tasks like content publication, data updates, unpublishing, and more with an easy-to-use interface and robust API support.
mouf/utils.log.log_interface
182934 Downloads
This package contains an interface used by many components to log messages. Please download a logger package that implements this interface (like the utils.log.errorlog_logger package)
mouf/html.template.mouftemplate
143110 Downloads
This package contains a template for the Mouf administration interface. The content is automatically adjusted to the website page to use all the width. Anyway, you can use this component as a model if you like.
mobilestock/laravel-database-interceptor
47 Downloads
Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It is fully compatible with MySQL/MariaDB. Other databases are not supported.
heimrichhannot/contao-reader-bundle
4480 Downloads
This bundle offers a generic reader module to use with arbitrary contao entities containing standard reader specific functionality like field output, images and auto_item handling.
heimrichhannot/contao-list-bundle
6698 Downloads
This bundle offers a generic list module to use with arbitrary contao entities containing standard list handling like pagination, sorting, and filtering.
calmohallag/nullable-casting
6936 Downloads
PHP supports expression casting to primitive type (like int) by using “( type ) expression”, but it currently doesn't allow to use a nullable type as introduced by PHP 7.1 (e.g. ?int). This library provide functions that extend native php casting, adding nullable casting.