Libraries tagged by functions
okneloper/csv
4392 Downloads
OOP wrapper for PHP's csv functions, with column mapping for easy code maintenance.
nw/sftp-bundle
1696 Downloads
This bundle provide quite simple functions for interact with SFTP servers
netsilik/d
17945 Downloads
A Debug information dumper function, with automatic output escaping where necessary.
netresearch/nr-scheduler
347 Downloads
Extends the TYPO3 scheduler extension with some functions.
netgen/toolbar
586 Downloads
Netgen Toolbar Bundle is an Ibexa bundle that implements a handy toolbar on your site with functions most used by the editors.
negnet/svg_image
692 Downloads
Provides formatters and functions for handling svg images.
nadybot/math-parser
17851 Downloads
PHP parser for mathematical expressions, including elementary functions, variables and implicit multiplication. Also supports symbolic differentiation.
mzeahmed/wp-toolkit
432 Downloads
A PHP library with useful and reusable functions for WordPress.
mykehowells/dotenv
9647 Downloads
Load .env file into project environment, using same functions as Laravel
mrkriskrisu/telegram
5049 Downloads
Very simple telegram function. Very simple.
mozex/commonmark-routes
1781 Downloads
Laravel routes in Markdown: A CommonMark extension to seamlessly use Laravel route functions within your Markdown content.
moxie-lean/wp-acf
33793 Downloads
Helper functions for working with Advanced Custom Fields
mouf/utils.log.psr.errorlog_logger
392573 Downloads
This package contains a PSR-3 compatible logger that logs messages directly to the PHP error log (using the error_log PHP function)
mouf/utils.log.errorlog_logger
183601 Downloads
This package contains a logger that logs messages directly to the PHP error log (using the error_log PHP function)
mouf/utils.common.lock
67209 Downloads
A simple package that provides functions to get a lock. Typically, you want to use locks when you want to be sure that 2 actions do not happen at the same time. For instance, if you regularly schedule cron tasks, you might want to be sure the last cron task finished before running the new one. A lock can help you do that.