Wallogit.com
2017 © Pedro Peláez
Mothership: E-commerce for Humans
Pro templating extensions for twig
Up! A composer library for self-updating projects
Mothership base library
php implementation of state machine, completely configured by an external .yml file with the render of a graph's description
A collection of tools for developing console commands for Yii.
Behavior to automate setting the "owned by user" attribute to the currently logged in user id upon creation of a record.
Quick <pre> print_r </pre> function, With pre_print()
Client library for NOAA's forecast and current weather service api
Test vendor app Nette
Framework
Ensure a file is a valid image with a set of specifications.
testfeladat
Laravel - Common classes and services
Laravel - Repository Design Pattern Implementation
Laravel - Validator
This package contains a really minimalist dependency injection container that can be used to create aliases of instances in existing containers.
Provides a way to find in which PHP files a class will be looked upon.
This package contains the everaldo icon set. This is a set of icons that can be used in any web application.
This is the Famfamfam silk icon set, wrapped into an easy to use PHP composer package.
This implementation of a Weblibrary will load different JS files based on the current language used. Useful to load translation files in JS.
This PHP package contains a HTML pivot table. You provide it with a data set and the list of columns and rows and it will display a nice pivot table.
This project is a very simple extension to the Silex microframework. It adds to Silex the capability to use any DI container (not only Pimple).
This package contains an implementation of the Symfony 2 DI container that can be extended using other DI containers (from other frameworks).
A very clever library to help you with SQL: generate prepared statements with a variable number of parameters, automatically writes joins... and much more!
The mouf-validators-interface package contains interfaces your classes can implement to provide self-validation in the Mouf interface.
This project is a very simple extension to the Silex microframework. It adds Mouf dependency injection capability to Silex.
An object oriented wrapper on top of php-amqplib helping work with RabbitMQ in a more object oriented way.
This package contains a really minimalist dependency injection container compatible with container-interop.
This project is a very simple extension to the Pimple microframework. It adds to Pimple compatibility with the container-interop APIs.
This package contains a really minimalist dependency injection container that acts as a proxy in front of a target container. Its goal is to prefix all instances names in the target container.
This package contains a PHP DI container detector and aggregator. The idea is to have potentially one DI container per composer package and to aggregate all those containers into a 'root' container.
A package that offers utility tools to analyze database schemas (on top of Doctrine DBAL)
A set of class to manage the rights of users in web-application. You should use this package if you want to restrict access to some parts of your web-application to some users only (for instance if you want to make an 'admin' section that is only accessible to the adminsitrator).
This package contains a set of class to bind the Splash MVC framework (>=v4) with the RightsService component. It features: a @RequiresRight annotation to restrict access to logged users only.
This package contains a set of class to bind the Splash MVC framework (>=v4.0) with the UserService component. It features: a @Logged annotation to restrict access to logged users only.
This package provides a StackPHP middleware that can be used to plug a Silex application
This package provides a StackPHP middleware that can be used to use a Symfony application as a middleware (instead of an app)
A PHP hydrator allowing easy mapping between an array and an object.
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.
This package contains common classes that implement the ActionInterface interface (from the mouf/utils.action.action-interface package).
This package contains a cache mechanism that relies on the Memcached database. For this cache to work, the memcache Pecl package must be enabled.
This package contains a cache mechanism that relies on the Memcached database. For this cache to work, the memcached Pecl package must be enabled.
This package contains a cache mechanism that uses Redis to cache data.
This package contains a cache mechanism that relies on the session of the user. Therefore, the cache is a bit special, since it is kept for the duration of the session, and is only accessible by the current user. The session has to be started (using session_start()).
This package contains an interface used by objects to say they can paginate data. The concept is very simple, the object implements a paginate method that takes a limit and an offset, and that's it!
This package contains an interface used by objects to say they can sort data. The concept is very simple, the object implements a sort method that takes a key (the sort column) and a direction, and that's it!
This package contains an interface used by many objects to say they represent a URL. The concept is very simple, the object implements a getUrl method, and that's it!
This project contains a simple PHP exception that can aggregate multiple exceptions in one.