2017 © Pedro Peláez
 

Search Packages

Find that treasure that you need with this tool...

Finded 119,531 results.

raphhh/puppy-service

Services for Puppy framework

See more..

  • Sunday, March 22, 2015
  • by raphhh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 151 Installations

raphhh/puppy-session

session module for Puppy framework

See more..

  • Friday, April 10, 2015
  • by raphhh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 93 Installations

raphhh/puppy-static-route

Static routing module for Puppy framework

See more..

  • Saturday, April 11, 2015
  • by raphhh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 95 Installations

raphhh/puppy-template

template module for Puppy framework

See more..

  • Saturday, April 11, 2015
  • by raphhh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 115 Installations

raphhh/samurai

PHP scaffolding tool - creates for you all the files you need to start a new project

See more..

  • Friday, March 17, 2017
  • by raphhh
  • Repository
  • 4 Watchers
  • 18 Stars
  • 82 Installations

raphhh/samurai-module-cleaner

Files cleaner module for Samurai

See more..

  • Wednesday, June 17, 2015
  • by raphhh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations

raphhh/samurai-module-git

Git module for Samurai

See more..

  • Monday, May 25, 2015
  • by raphhh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 35 Installations

raphhh/trex

A PHP class helper

See more..

  • Tuesday, February 16, 2016
  • by raphhh
  • Repository
  • 2 Watchers
  • 3 Stars
  • 178 Installations

raphhh/trex-cli

Command process helper

See more..

  • Thursday, March 17, 2016
  • by raphhh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 357 Installations

raphhh/trex-collection

Helpers to manipulate collections

See more..

  • Wednesday, June 8, 2016
  • by raphhh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations

raphhh/trex-parser

A PHP tool to parse code and extract statements

See more..

  • Monday, December 28, 2015
  • by raphhh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 576 Installations

raphhh/trex-reflection

Reflection helpers for callables and types

See more..

  • Tuesday, August 2, 2016
  • by raphhh
  • Repository
  • 3 Watchers
  • 14 Stars
  • 27,677 Installations

raphievila/basicsubscription

Unofficial Basic subscription php component for Mailgun api using CURL engine.

See more..

  • Monday, July 10, 2017
  • by raphievila
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations

raphox/php-openid

OpenID library for PHP5

See more..

  • Wednesday, September 12, 2012
  • by raphox
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations

raphy/conversion

A library to work with conversions

See more..

  • Monday, November 30, 2015
  • by Raphy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 52 Installations

raphy/epitech-intranet

A simple to use and modular library to interact with Epitech's Intranet

See more..

  • Thursday, November 26, 2015
  • by Raphy
  • Repository
  • 4 Watchers
  • 1 Stars
  • 4 Installations

raphy/epitech-user-bundle

Provides an user implementation of Epitech's Intranet

See more..

  • Wednesday, May 11, 2016
  • by Raphy
  • Repository
  • 1 Watchers
  • 1 Stars
  • 19 Installations

See more..

  • Wednesday, November 25, 2015
  • by Raphy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,099 Installations

rapide/rapidpanel

RapidPanel API client

See more..

  • Wednesday, November 23, 2016
  • by rapideinternet
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations

rapide/voipnow

Package to communicate with 4PSA VoipNow servers

See more..

  • Friday, March 24, 2017
  • by rapideinternet
  • Repository
  • 3 Watchers
  • 0 Stars
  • 724 Installations

rapideinternet/laraveldkim

A Laravel plugin to sign all outgoing emails using DKIM from within the application.

See more..

  • Thursday, August 25, 2016
  • by rapideinternet
  • Repository
  • 1 Watchers
  • 7 Stars
  • 3,232 Installations

flobee/mumsys-js

Mumsys Js - Javascript Library, Currently containing some DTO/DAO classes (managers using jQuery.ajax() for server requests using jsonrpc 2.0 API)

See more..

  • Tuesday, November 14, 2017
  • by flobee
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations

rapideinternet/phpcart

Simple framework agnostic shopping cart

See more..

  • Monday, May 30, 2016
  • by rapideinternet
  • Repository
  • 1 Watchers
  • 1 Stars
  • 18 Installations

rapidmail/apiclient1

client for rapidmail Newsletter software API

See more..

  • Tuesday, August 8, 2017
  • by rapidmail
  • Repository
  • 3 Watchers
  • 2 Stars
  • 5,354 Installations

rapidwebltd/etsy-php

Based on Etsy Rest API description output, this wrapper provides a simple client with all available methods on Etsy API (thanks to the __call magic PHP method!), validating its arguments on each request.

See more..

  • Monday, November 6, 2017
  • by DivineOmega
  • Repository
  • 4 Watchers
  • 0 Stars
  • 8 Installations

rapidwebltd/no-post-data-laravel-middleware

Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.

See more..

  • Tuesday, January 30, 2018
  • by DivineOmega
  • Repository
  • 5 Watchers
  • 1 Stars
  • 70 Installations

rapidwebltd/php-bucket-testing

This library enables developers to easily redirect users to different URLs, for the purpose of bucket testing. Bucket testing is also known as A/B testing or split testing. This type of testing is used to test two or more versions of a webpage to determine which one performs better based on specfied key metrics, such as clicks, downloads, purchases or any other form of conversion.

See more..

  • Wednesday, March 21, 2018
  • by DivineOmega
  • Repository
  • 4 Watchers
  • 0 Stars
  • 20 Installations

flexix/icon-generator-bundle

Hidden entity type bundle

See more..

  • Friday, October 27, 2017
  • by mariusz.piela
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations

rapidwebltd/php-google-contacts-v3-api

PHP library for the Google Contacts API (v3)

See more..

  • Friday, March 2, 2018
  • by DivineOmega
  • Repository
  • 19 Watchers
  • 67 Stars
  • 38,628 Installations

rapidwebltd/php-postcodes

This library handles various UK postcode related tasks such as address lookup by postcode, postcode validation, generation of valid UK postcodes and getting a postcode's outward and inward codes.

See more..

  • Monday, April 16, 2018
  • by DivineOmega
  • Repository
  • 5 Watchers
  • 1 Stars
  • 670 Installations

rapidwebltd/php-uk-bank-holidays

This library enables developers to easily retrieve UK Bank Holiday details. Holidays can be retrieved for England & Wales, Scotland, and Northern Ireland. Information about these holidays can optionally be restricted by month or date.

See more..

  • Friday, March 16, 2018
  • by DivineOmega
  • Repository
  • 5 Watchers
  • 3 Stars
  • 48,926 Installations

flexix/generator-bundle

This bundle generates code for you

See more..

  • Wednesday, April 18, 2018
  • by mariusz.piela
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations

rapidwebltd/rw-file-cache

RW File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.

See more..

  • Thursday, March 1, 2018
  • by DivineOmega
  • Repository
  • 4 Watchers
  • 5 Stars
  • 59,290 Installations

rapidwebltd/search

Search allows you to easily add an intelligent search engine to your website or web application. It can be configured to search any database table.

See more..

  • Tuesday, January 30, 2018
  • by DivineOmega
  • Repository
  • 4 Watchers
  • 2 Stars
  • 48 Installations

rapidwebltd/simplemailchimp

A simple MailChimp API wrapper, SimpleMailChimp makes it easy to pass data back and forth between your website and your MailChimp account. This includes subscribing or unsubscribing users, getting a subscriber’s details and getting all the members of a particular list.

See more..

  • Friday, March 23, 2018
  • by DivineOmega
  • Repository
  • 5 Watchers
  • 1 Stars
  • 82 Installations

rapidwebltd/simplestripe

SimpleStripe makes it easier than ever to integrate basic Stripe-powered payments into a site. With only a small amount of code you can have a payment form ready to start charging customers.

See more..

  • Tuesday, January 30, 2018
  • by DivineOmega
  • Repository
  • 5 Watchers
  • 1 Stars
  • 14 Installations

rapitcik/test

Test package for composer.

See more..

  • Wednesday, July 13, 2016
  • by rapitcik
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations

rapotor/console-bundle

Execute Symfony2 command directly from the application

See more..

  • Saturday, September 22, 2012
  • by rapotor
  • Repository
  • 2 Watchers
  • 28 Stars
  • 73 Installations

rapp-lib/rlib

Simple webapp library

See more..

  • Thursday, March 30, 2017
  • by toyosawa
  • Repository
  • 1 Watchers
  • 0 Stars
  • 324 Installations

rappasoft/laravel-5-boilerplate

The Laravel Boilerplate Project.

See more..

  • Sunday, July 29, 2018
  • by rappa819
  • Repository
  • 284 Watchers
  • 3029 Stars
  • 1,040 Installations

rappasoft/laravel-boilerplate-installer

Command line installer for the Laravel Boilerplate Project.

See more..

  • Wednesday, November 23, 2016
  • by rappa819
  • Repository
  • 2 Watchers
  • 13 Stars
  • 522 Installations

rappasoft/laravel-helpers

Laravel Helpers for Non-Laravel Projects

See more..

  • Saturday, January 27, 2018
  • by rappa819
  • Repository
  • 11 Watchers
  • 135 Stars
  • 32,622 Installations

rares/reverse-proxy-bundle

Bundle providing compatibility between the Cache Component and the Symfony Reverse Proxy.

See more..

  • Thursday, July 20, 2017
  • by decebaldecebal
  • Repository
  • 0 Watchers
  • 0 Stars
  • 99 Installations

rapsspider/cake_ratchet

Ratchet Plugin for CakePHP 3.X

See more..

  • Wednesday, July 8, 2015
  • by rapsspider
  • Repository
  • 1 Watchers
  • 2 Stars
  • 12 Installations

rapsspider/merci-ki

A small Framework MVC

See more..

  • Tuesday, September 8, 2015
  • by rapsspider
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations

raptek/regon

Library for retrieving data from GUS

See more..

  • Saturday, June 6, 2015
  • by Raptek
  • Repository
  • 1 Watchers
  • 0 Stars
  • 290 Installations

raptor404/awscloudsearchphp

Basic integration AWS CloudSearch API

See more..

  • Friday, August 8, 2014
  • by raptor404
  • Repository
  • 1 Watchers
  • 0 Stars
  • 655 Installations

rareloop/primer-core

Core Primer framework

See more..

  • Monday, June 18, 2018
  • by rareloop
  • Repository
  • 3 Watchers
  • 3 Stars
  • 357 Installations

rareloop/primer-template-engine-handlebars

Handlebars template engine for Primer

See more..

  • Wednesday, December 16, 2015
  • by rareloop
  • Repository
  • 3 Watchers
  • 0 Stars
  • 97 Installations

rareloop/primer-template-engine-twig

Twig template engine for Primer

See more..

  • Monday, June 18, 2018
  • by rareloop
  • Repository
  • 3 Watchers
  • 0 Stars
  • 242 Installations