Skip to content

Instantly share code, notes, and snippets.

View ComiR's full-sized avatar
🚙
off to a new start

Raffael Comi ComiR

🚙
off to a new start
View GitHub Profile
#!/usr/bin/python
#
# This script will provides a reverse-search on Packagist to find which libraries uses a given library package
# as a dependency.
#
# Usage:
# First, you need to fetch dependencies: ./packagist.py --fetch
# After, you can start checking packages: ./packagist.py --package <package-name>
#
# Author: Vincent Composieux <vincent.composieux@gmail.com>
@benjaminrau
benjaminrau / In Array Viewhelper
Last active September 26, 2017 19:22
An ViewHelper for extbase/fluid equivalent to php´s in_array() function.
<?php
/***************************************************************
* Copyright notice
*
* (c) 2012 Benjamin Rau <rau@codearts.at>, codearts
*
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is