Libraries tagged by aide
hachet/fpdi
1164 Downloads
Unofficial PSR-4 compliant version of the FPDI library with parser support added by Hachet
ghebby/laravel-hfm
12 Downloads
A laravel packe aimed to reduce verbose and repetiteve code in the application by generatinc it at runtime starting from a simple Array declaration in the Models.
geggleto/skelly
159 Downloads
Skelly is a PHP Skeleton Project aimed at getting an MVP up and running quickly
exadium/silverstripe-invisible-spam-protection
2112 Downloads
Very simple anti spam protection based on principle that automated spammers enter bogus information in all form fields. Field is added to form that is hidden using CSS hiding it from human users. Form is only allowed to be submitted if field is empty. Includes an EditableInvisibleSpamField to integrate with the UserForms module.
dyuriev/php-thumb
924 Downloads
A light-weight image manipulation library aimed at thumbnail generation by Ian Selby
dlunamontilla/dlunire
56 Downloads
DLUnire cuenta con un motor de plantillas, modelos, controladores y un sistema de rutas. Además, cuenta con analizador sintáctico para leer archivos `.env.type` como variables de entorno con tipos estáticos.
detain/sshwitch
14 Downloads
Login and run commands on your network devices via an ssh connection on a remote server. Easy to use PHP static class methods with static chaining support for rapid development. Supports Cisco and Juniper network routers and switches with more easily added.
customsumit/magento2-api
1625 Downloads
A Magento 2 module that allows Custom Kits from Custom SumIT to be added to a Customer's basket.
crimsonkissaki/mockmaker
42 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
creode/permissions-seeder
28 Downloads
Exposes a simple permission seeder class that aids in creation of roles and permissions.
components/webfontloader
1698 Downloads
Web Font Loader gives you added control when using linked fonts via @font-face.
codiiv/extrameta
156 Downloads
Added Meta tables to laravel. Inspired by the Wordpress database table structure
claytonkreisel/wpdb-tools
416 Downloads
This package provides tools to be used in custom WordPress themes or plugins that aid you in using the WPDB especially in the creation of custom tables
clayfreeman/browser-debug-utils
6 Downloads
A collection of command-line utilities to aid in debugging browser engines.
chamamme/noquery
38 Downloads
A database query builder aimed at code beautification by minimizing the use of raw SQL in codes. NoQuery currently supports MySQL, Firebird & Interbase, PostgreSQL, SQLite3, Oracle, Microsoft SQL Server, Foxpro ODBC, Access ODBC, Informix, DB2, Sybase, Sybase SQL Anywhere, generic ODBC and Microsoft's ADO due to its leverage on ADODB