byjg member since: Jun 26, 2013
byjg's packages
-
PHP
byjg/fonemabr
O Fonema BR tem por objetivo criar uma simplificação de palavras de tal forma que erros de ortografia e vogais não interfiram na busca
-
PHP
byjg/imageutil
ImageUtil is a PHP library that provides a collection of operations for image manipulation using the GD library. It simplifies tasks such as flipping, cropping, resizing, stamping, and more.
-
PHP
byjg/jinja-php
Lightweight PHP implementation of the Jinja2 template engine originally developed for Python
-
PHP
byjg/jwt-session
A PHP session replacement that stores session data in JWT tokens instead of the filesystem. This implementation follows the SessionHandlerInterface standard, enabling stateless sessions without the need for dedicated session servers like Redis or Memcached. Perfect for distributed applications and microservices architectures.
-
PHP
byjg/jwt-wrapper
A simple and flexible wrapper around the Firebase JWT library that makes JWT token handling easy and intuitive in PHP applications
-
PHP
byjg/mailwrapper
A lightweight wrapper for sending email. The interface is totally decoupled from the sender, providing a single interface for sending mail regardless of the underlying mail service.
-
PHP
byjg/message-queue-client
A minimal PHP foundation for building message queue drivers. Features low-code publishing and consumption, decoupled components (Messages, Queues, and Connectors), and easy connector implementation.
-
PHP
byjg/micro-orm
A micro framework for create a very simple decoupled ORM. This library intended to be very small and very simple to use
-
PHP
byjg/migration
A simple, framework-agnostic database migration tool that uses pure SQL commands for versioning your database.
-
PHP
byjg/migration-cli
Simple library in PHP for database version control. Supports Sqlite, MySql, Sql Server and Postgres.
-
PHP
byjg/omnipay-komerci
Komerci is brazilian acquirer solution provided by Rede (former RedeCard) that accept payments with MasterCard, Visa and Diners Club International credit cards on the Internet
-
PHP
byjg/pgbrowser
A 'pretty good' mechanize-like php library for managing cookies and submitting forms. [Fork: Totally rewrite]
-
PHP
byjg/phpthread
ByJG PHPThread simplifies working with threads and non-blocking code in PHP, bridging the gap for a language that was not inherently designed for threading.
-
PHP
byjg/rabbitmq-client
It creates a simple abstraction layer to publish and consume messages from the RabbitMQ Server using the component byjg/message-queue-client.
-
PHP
byjg/redis-queue-client
A simple and efficient abstraction layer for publishing and consuming messages from Redis queues using the byjg/message-queue-client framework