Libraries tagged by if
chemaclass/jira-status-notifier
1 Downloads
This tool will notify the person assigned to a JIRA-ticket if the ticket remains in the same status for more than N days.
ceddyg/query-builder-repository
750 Downloads
Repository using query builder. To return a Collection of stdClass or a simple stdClass. It's faster and use less memory than Eloquent if you just want data from database.
c0ntax/aws-ec2-check-tag
2045 Downloads
A very simple service that pulls the tags for a given instance to see if a particular key = a particular value.
bradp/one-search-result
147 Downloads
Automatically send a user to the page or post if it's the only search result available
boardtools/upload
22 Downloads
Upload Extensions enables you to upload extensions' zip files or delete extensions' folders from the server. With this extension you can install/update/delete extensions without using FTP. If the uploaded extension already exists, it will be updated with the uploaded files. Upload Extensions also has other built-in features such as the manager for extensions' language packages and the manager for extensions' zip files.
bitboxde/error-notifier
467 Downloads
Sending an email if an error occurred.
banago/bridge
15024 Downloads
A PHP class to transfer data using different protocols (sftp, ftp, http, etc). Utilizes PHPs ssh2, ftp and curl functions if available.
bakame/cron
12 Downloads
CRON for PHP: Validate CRON expression, Calculate run date, determine if a CRON expression is due
back1ng/point-in-mkad
2502 Downloads
Detect, if point in Moscow Ring Road (MKAD)
ayaou/command-logger-bundle
57 Downloads
This bundle logs all commands executed with console, along with their execution time and errors if applied.
avalexgmbh/contao
2593 Downloads
The avalex extension allows to display automatically generated and updated legal texts like „imprint“, „data privacy statement” and (if purchased) „cancellation notice“ and „terms and conditions“ within a Contao website.
arete/collection-pipeline
25 Downloads
PHP (partial) implementation of a pipeline collection. Work with a collection of objects without making a bunch of callables, loops, & ifs.
arcanisgk/date-validator
7 Downloads
Date Validator: is a library that allows any development to validate if a string is a datetime, date or time format or validate custom format
arcanedev/laravel-active
1859 Downloads
A Laravel helper to detect if the current route/path is active.
aramonc/docblock-parser
27 Downloads
Parses strings for docBlock like portions and then extracts the annotations, descriptions, and optional document content. This should not be used as an annotation parser for PHP code, at least not on it's own. If you're looking to do something with the docBlocks you might want to use something like https://github.com/schmittjoh/metadata better. This is more for if you're trying to get metadata from a plain text file. Look through the tests for examples.