mega6382 member since: Apr 21, 2016

mega6382's packages

  • PHP

    mega6382/base64

    This class can encode and decode data in base64 in pure PHP. It can take a data string and encode it using the base64 algorithm. The class can also do the opposite, i.e. decode base64 encoded data and return the original data string.

  • PHP

    mega6382/hab-encryption

    This class can encrypt and decrypt a string with a given key. It takes a given string and encrypts it by adding the code of o the characters in the string with the codes of the key string. The class can also do the opposite process by reverting to the original string using the same key. It can also encode the result encrypted string with base64 and store it on a file.

  • PHP

    mega6382/rest-api-wrapper

    A Curl Wrapper for RESTful APIs

  • PHP

    php-gitclient/gitclient

    Git client for PHP, using the git cli client