Skip to content
View byjg's full-sized avatar
Block or Report

Block or report byjg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. php-swagger-test php-swagger-test Public

    A set of tools for testing your REST calls based on the swagger documentation using PHPUnit

    PHP 98 32

  2. php-migration php-migration Public

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

    PHP 154 27

  3. php-micro-orm php-micro-orm Public

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

    PHP 17 3

  4. jquery-sse jquery-sse Public

    jQuery Plugin for Server-Sent Events (SSE) EventSource Polyfill

    JavaScript 51 18

  5. php-jwt-session php-jwt-session Public

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

    PHP 49 15

  6. How to Paste code to NoVNC. How to Paste code to NoVNC.
    1
    // This will open up a prompt for text to send to a console session on digital ocean
    2
    //  Useful for long passwords
    3
    (function () {        
    4
        window.sendString = function (str) {
    5
            f(str.split(""));