Libraries tagged by instafeed
spencermalone/composer-merge-bypass-plugin
3 Downloads
Hides merge conflicts in composer.lock and vendor/composer/installed.json
skyline/component-skyline
91 Downloads
This is the default component to be installed if your application wants to require any component.
simplygoodwork/craft-telemetron
2614 Downloads
Send your Craft site's telemetry like versions, installed plugins, and more to the third-party Craft Remote service.
sibertec/php-i18n
14 Downloads
Sibertec.Php-i18n is a small, easy to use PHP library that allows you to internationalize your application without requiring additional locales to be installed on the server.
sfelix-martins/laravel-robust
27 Downloads
Laravel Project with many tools pre installed and pre-set to build Robust APIs
servd/craft-asset-source-generator
4 Downloads
Craft CMS plugin to create asset volumes when first installed
satur.io/duckdb-clib-no-lib
1 Downloads
DuckDB C library must be installed manually with this package
samsonasik/package-versions
23289 Downloads
A backport of ocramius/package-versions that supports php ^5.6. Composer plugin that provides efficient querying for installed package versions (no runtime IO)
roygoldman/composer-where
11 Downloads
A composer command to locate a package's installed path.
pyro/custom-install
179 Downloads
Provides extra PyroCMS install configurables, actions and commands. Exclude/Include modules, extensions or seeds from being installed, hooks, callbacks etc
proximify/foreign-packages
113 Downloads
Install and update foreign package dependencies (NPM, Yarn, PIP, etc) when a composer project is installed or updated.
pr0ject-x/pantheon-drupal-quicksilver
704 Downloads
A template for creating new Quicksilver scripts installed via Composer.
peterbenke/pb-check-extensions
96 Downloads
Checks, if there are updates available for installed extensions and sends an email
pantheon-quicksilver/quicksilver-template
5 Downloads
A template for creating new Quicksilver scripts installed via Composer.
opqclick/currency-converter
4 Downloads
The task is to create a Laravel package, this packagewill expose an API GET endpoint that will receive thefollowing params:● amount● currency to exchangeYou can assume the default currency is Euro.This endpoint should return the exchange rate for thegiven amount in the same standard format as theother API endpoints.The package must fetch the exchange rate of the dayfrom the European Central Bank daily reference.The package must have unit tests documentationand a readme.md file.The package must be installed with composer as alocal dependency.