Libraries tagged by wells
jerryhopper/easy-jwt-php
68 Downloads
easy jwt decoder using .well-known service discovery
jcesarbueno/laravel-strategy
1 Downloads
A Laravel package for generating Strategy Design Pattern, along with Factory and Chain of Responsibility support.This package provides an Artisan command to quickly scaffold strategies, keeping your Laravel project well-structured.
jbreeze/jbreeze
9 Downloads
This project provides powerful and flexible methods to manipulate JSON datasets. It allows you to perform common database-like operations on JSON data files or raw JSON strings, including filtering, selecting, inserting, updating, and deleting records, as well as sorting and handling nested data.
jamesvweston/stripe-php
986 Downloads
A Well Documented PHP Library For Stripe's API
jaimevalasek/jv-base
54 Downloads
Start program with a structure ready. Advisable to use the Module JVBase for beginners and / or people who have no knowledge of how to build a well structured project.
ist1/content-editable-bundle
6 Downloads
WYSIWYG editor bundle for Symfony - works well with ContentBundle
ist1/content-bundle
5 Downloads
Simple text content bundle for Symfony - works well with ContentEditableBundle
invincible-tech-systems/easeampmysql
50 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking way. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too, all basing upon Amphp, an event driven concurrent framework in php and its Amphp\Mysql package.
idno/theme-fauvists
9305 Downloads
A colorful theme that works well with multi-user sites.
icybee/module-editor
238 Downloads
Provides an API to manage and use editors, as well as several editors.
ibrahimbougaoua/filament-trace
68 Downloads
A Filament package is a reusable software library for PHP that provides logging and tracking functionality for CRUD operations and user interactions. It includes a logging class to capture create, read, update, delete actions, as well as user interactions like login and logout.
i-lateral/silverstripe-checkout
630 Downloads
Silverstripe module that add's a checkout and shopping cart interface as well as some possible payment options to a site
hypervix/excel-date-converter
10 Downloads
Excel Date Converter is a PHP utility package for handling and converting Excel-style date values as well as standard date formats.
howtocodewell/course-notes
103 Downloads
Course notes for How To Code Well
hopkins/migrate-reload
161 Downloads
A simple console command to drop every table in the database, and then run migrations, as well as seeds. Helpful for rapid development when you do not want to deal with the down() methods of migrations