Libraries tagged by vega6
vegas-cmf/faker
176 Downloads
Vegas CMF Fake Data Generator
vegas-cmf/database-router
9 Downloads
Vegas CMF Database router
vegas-cmf/dao
496 Downloads
Vegas CMF DAO
vegas-cmf/common
29 Downloads
Vegas CMF Common
vegas-cmf/auth
1888 Downloads
Vegas CMF Authentication
vegas-cmf/assets
185 Downloads
Vegas CMF Assets
vegas-cmf/apidoc
64 Downloads
Vegas CMF API Documentor
ejporaflores/connector-vtex
0 Downloads
Vtex connector for vega
ejpf/connector-api
7 Downloads
API connector for vega
mega6382/rest-api-wrapper
10 Downloads
A Curl Wrapper for RESTful APIs
mega6382/hab-encryption
17 Downloads
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.
mega6382/base64
8 Downloads
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.