Skip to content

Instantly share code, notes, and snippets.

@NeoBlack
NeoBlack / release-stats.sh
Created April 15, 2020 09:54
TYPO3 release statistics
#!/bin/bash
###############################
# TYPO3 release statistics
# Generator script to get some stats from the git repository
# Set the variable "tag" below to the first LTS version tag and start the script from the local master checkout
#
# Created by Frank Nägler (@NeoBlack)
###############################
@susannemoog
susannemoog / AcceptLanguageResolver.php
Created January 26, 2019 09:37
Change TYPO3 frontend language depending on accept-language browser setting
<?php
declare(strict_types=1);
namespace Psychomieze\Examples;
use Negotiation\AcceptLanguage;
use Negotiation\LanguageNegotiator;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
@barryvdh
barryvdh / _ide_helper.php
Last active October 8, 2025 16:44
Laravel IDE Helper for Netbeans / PhpStorm / Sublime Text 2 CodeIntel, generated using https://github.com/barryvdh/laravel-ide-helper
<?php
/**
* A helper file for Laravel 5, to provide autocomplete information to your IDE
* Generated for Laravel 5.5.13 on 2017-09-28.
*
* @author Barry vd. Heuvel <barryvdh@gmail.com>
* @see https://github.com/barryvdh/laravel-ide-helper
*/
namespace {
exit("This file should not be included, only analyzed by your IDE");