Libraries tagged by isan
noodlesnz/double-metaphone
110625 Downloads
This class implements a "sounds like" algorithm developed by Lawrence Philips which he published in the June, 2000 issue of C/C++ Users Journal. Double Metaphone is an improved version of Philips' original Metaphone algorithm.
netgen/siteaccess-routes-bundle
40233 Downloads
Netgen Siteaccess Routes Bundle is an Ibexa Platform bundle which allows you to specify in which siteaccesses or siteaccess groups can a route be used
netgen/open-graph-bundle
48463 Downloads
Netgen Open Graph Bundle is an Ibexa Platform bundle that allows simple integration with Open Graph protocol.
netgen/ngsymfonytools
245873 Downloads
Netgen Symfony Tools is an eZ Publish 4 extension that provides a way to include Twig templates, as well as running Symfony sub-requests, directly from the eZ Publish legacy templates.
mailslurp/mailslurp-client-php
20023 Downloads
MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://docs.mailslurp.com/) - [Examples](https://github.com/mailslurp/examples) repository
korridor/laravel-computed-attributes
13175 Downloads
Laravel package that adds computed attributes to eloquent models. A computed attribute is an accessor were the computed value is saved in the database.
khill/datatableplus
55745 Downloads
DataTablePlus is an add-on package for Lavacharts which extends the functionality of DataTables.
joseki/webloader-filters
188938 Downloads
This is an extension of janmarek/webloader. This extension contains filters to minify js and css.
jakewhiteley/php-sets
21673 Downloads
An implementation of a Java-like Set data structure for PHP. A Set is an iterable data structure which allows strict-type storage of unique values.
ezsystems/eztags-ls
198131 Downloads
eZ Tags is an extension for eZ Publish, providing more functionality for tagging content objects than ezkeyword datatype included in eZ Publish kernel.
efficiently/authority-controller
31945 Downloads
AuthorityController is an PHP authorization library for Laravel 5 which restricts what resources a given user is allowed to access.
davidanderson684/simba-plugin-manager-updater
34960 Downloads
This class is an updates checker and UI for WordPress plugins that are hosted using the Simba Plugin Manager plugin
datatables.net/datatables.net-responsive
9362 Downloads
In the modern world of responsive web design tables can often cause a particular problem for designers due to their row based layout. Responsive is an extension for DataTables that resolves that problem by optimising the table's layout for different screen sizes through the dynamic insertion and removal of columns from the table. This is Responsive for DataTables
danharper/jsonx
47527 Downloads
JSONx is an IBM standard for representing JSON as XML
dan-on/php-interval-tree
7894 Downloads
Is an implementation of interval binary search tree according to Thomas Cormen book "Introduction to Algorithms".