Libraries tagged by ckan
sitegeist/translatelabels
31829 Downloads
This extension extends the TYPO3 translation handling by translation records that can be edited by backend users. In this way backend users are able to translate labels without having access to the language files.
singlequote/laravel-datatables
23088 Downloads
This repo contains a Datatable that can render a filterable and sortable table. It aims to be very lightweight and easy to use. It has support for retrieving data asynchronously, pagination and recursive searching in relations
silverstripe/versionfeed
194833 Downloads
Adds RSS feeds of content changes to SilverStripe
silverstripe/upgrader
9952 Downloads
A tool to help upgrade your code to handle API changes in packages you used.
silinternational/php-env
48967 Downloads
Simple PHP library for getting (or requiring) environment variables, designed to handle true, false, and null more intelligently. If desired, an environment variable's value can be split into an array automatically.
sheadawson/quickaddnew
34286 Downloads
A decorator for form fields that manage object relationships, to allow adding a new object on the fly through a dialog window. It can handle has_one, has_many or many_many relationships. At the moment it has been tested / works on DropdownField and ListboxField. It works both in the CMS and in the frontend.
shaka/dynamic-update-trait
6468 Downloads
The Dynamic Update Trait for Laravel provides a convenient way to dynamically update model attributes using magic methods. This trait allows you to update individual model attributes without explicitly defining setter methods for each attribute. It simplifies the process of updating model fields by providing a generic update method that can be called with dynamic method names.
shadz3rg/lexer
55992 Downloads
PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.
sgalinski/scriptmerger
52784 Downloads
CSS/Javascript Minificator, Compressor And Concatenator - This extension minimizes the http requests by concatenating your css and javascript. Furthermore the result can be minified and compressed. This whole process is highly configurable and is partly based on the "minify", "jsminplus" and "jsmin" projects.
sebastianknott/hamcrest-object-accessor
264544 Downloads
Adds a Matcher to Hamcrest which can access properties and methods of objects.
scottparsons/module-cmscanonical
24675 Downloads
A Magento 2 module that adds a Canonical Link meta tag to CMS pages.
sayeed/custom-migrate
25898 Downloads
Custom migrate in laravel. You can individual file migrate here
sammyaxe/linkedin-api-php-client
6684 Downloads
LinkedIn API PHP SDK with OAuth 2.0 & CSRF support. Can be used for social sign in or sharing on LinkedIn. Examples. Documentation.
salibhdr/php-dump-logger
313 Downloads
PHP dump logger uses Symfony's var-dumper to create a simple, easy to use, eye-friendly, and pretty log files for any PHP application. It can be used either standalone, with Laravel, Symfony, yii2, and other PHP frameworks
salamwaddah/laravel-relation-parser
12817 Downloads
Easily load model relations from frontend without changing your API