byjg member since: Jun 26, 2013

byjg's packages

  • PHP

    byjg/crypto

    A generic repository for implement cryptographic algorithms with a customizable strong key generator.

  • 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

    A wrapper collection for GD library in PHP.

  • PHP

    byjg/jinja-php

    Jinja for PHP

  • PHP

    byjg/jwt-session

    JwtSession is a PHP session replacement. Instead of use FileSystem, just use JWT TOKEN. The implementation following the SessionHandlerInterface.

  • PHP

    byjg/jwt-wrapper

    A very simple wrapper for create, encode, decode JWT Tokens and abstract the PHP JWT Component

  • PHP

    byjg/mailwrapper

    A lightweight wrapper for send mail. The interface is tottaly decoupled from the sender. The sender availables are: PHP Mailer, AWS SES Api, Mandril Api.

  • PHP

    byjg/message-queue-client

    A generic and extensible lightweight messaging client to publish and consume messages from messaging servers like Amazon SQS, Amazon SNS, Google PubSub, RabbitMQ, Kafka, etc.

  • PHP

    byjg/micro-orm

    A micro framework for create a very simple decoupled ORM (sqlite, mysql, postgres, sqlserver)

  • PHP

    byjg/migration

    Simple library in PHP for database version control. Supports Sqlite, MySql, Sql Server and Postgres.

  • 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/php-daemonize

    Transform any class in a *nix daemon process or cron job without changes or refactoring.

  • PHP

    byjg/phpthread

    Polyfill Implementation of Threads in PHP. This class supports both FORK process and native Threads using ZTS compilation.