Libraries tagged by each
iionly/private_profiles
40 Downloads
Configure access to profile pages and permission to send private messages (site-wide configuration or optionally configurable by each user separately) and users can choose to hide their public activity and membership listing from logged out users (this user setting is hidden on walled garden Elgg sites as it's not necessary anyway).
houseoftech/cakephp-meta
115 Downloads
SEO Plugin for CakePHP 2.x which manages title, meta description, and meta keywords for each page in your application.
guysolamour/laravel-administrable
619 Downloads
An administration package based on Laravel. This package was made according to my personal use to not repeat the same things for each project.
gustocoder/tyfoon-seo
13 Downloads
Laravel seo package. It will help you optimize your web pages for seo. It will walk you through the creation of all necessary seo tags, often explaining to you the purpose of each tag, its format or syntax, etc as it does so. The seo elements will then be generated for you during the rendering of every view file for which there is an seo record created. Grab and paste a snippet of code in your layout/view files amd your SEO work on that view file is done.
geissler/converter
109 Downloads
A small library to convert different bibliography formats into each other
g4b0/sitetree-walk
1667 Downloads
Walk through the SiteTree, and hooks implementors of SiteTreeWalkListener interface letting them doing things over each page.
foundata/identity_from_config
9 Downloads
Populate and maintain user identities automatically on each login, based on corresponding data from a static config file.
fdmind/ignore-query-strings
133 Downloads
If your website has static caching on, and you drive traffic to it from social media, Google Ads and other sources that add query string parameters to the URL, there is a chance that each time new user visits a page, it will not be served from cache, but will be generated from scratch. This is because the URL with query string parameters is treated as a different URL from the one without query string parameters.
fbeen/mailerbundle
88 Downloads
This bundle is a tiny layer on top of the Swift Mailer Bundle that is included in each standard Symfony framework
evoweb/sf-books
1116 Downloads
Managing lots of books is not easy without a good tool. The book library tries to help you keeping an overview your books and to search easily information about each book.
eriocnemis/module-region-kit
50 Downloads
The extension allows you to manage geographic regions. For each country, you can add the any region, whose name is based on a specific locale.
elorating/elorating
373 Downloads
Generate ELO ratings for each of your players.
doppiogancio/guzzle-bundle-base-path-plugin
108 Downloads
A Plugin for Guzzle Bundle, that will help you setting a base path to each request of your client.
danbettles/morf
443 Downloads
Morf is used to filter request-parameters *en masse*. It is configured with an array of definitions that describe each parameter you're interested in, and serves-up valid, type-cast values; it'll spit-out an exception when something's overtly wrong.
cytracom/squasher
307 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.