Libraries tagged by base64 encoded

lucasmichot/eloquentuuid

2 Favers
17 Downloads

Provides a unique Base62-encoded UUID representing a given state of a model instance

Go to Download


justalinko/iki64

0 Favers
52 Downloads

Base64 Encode Decode With Key

Go to Download


codegor/laravel-file-process

2 Favers
61 Downloads

Laravel file receive with base64 encode, store it and generate file url. Than you can get the file with the url

Go to Download


cbeyersdorf/easybill

3 Favers
1 Downloads

The first version of the easybill REST API. [CHANGELOG](https://api.easybill.de/rest/v1/CHANGELOG.md) ## Authentication You can choose between two available methods: `Basic Auth` or `Bearer Token`. In each HTTP request, one of the following HTTP headers is required: ``` # Basic Auth Authorization: Basic base64_encode(':') # Bearer Token Authorization: Bearer ``` ## Limitations ### Request Limit * PLUS: 10 requests per minute * BUSINESS: 60 requests per minute If the limit is exceeded, you will receive the HTTP error: `429 Too Many Requests` ### Result Limit All result lists are limited to 100 by default. This limit can be increased by the query parameter `limit` to a maximum of 1000. ## Query filter Many list resources can be filtered. In `/documents` you can filter e.g. by number with `/documents?number=111028654`. If you want to filter multiple numbers, you can either enter them separated by commas `/documents?number=111028654,222006895` or as an array `/documents?number[]=111028654&number[]=222006895`. **Warning**: The maximum size of an HTTP request line in bytes is 4094. If this limit is exceeded, you will receive the HTTP error: `414 Request-URI Too Large` ### Escape commas in query You can escape commans in query `name=Patrick\, Peter` if you submit the header `X-Easybill-Escape: true` in your request. ## Property login_id This is the login of your admin or employee account. ## Date and Date-Time format Please use the timezone `Europe/Berlin`. * **date** = *Y-m-d* = `2016-12-31` * **date-time** = *Y-m-d H:i:s* = `2016-12-31 03:13:37` Date or datetime can be `null` because the attributes have been added later and the entry is older.

Go to Download


frosya-labs/base64uuid-codec

2 Favers
12 Downloads

Shortened version of base64 UUID encoder and decoder

Go to Download


jesobreira/base10

0 Favers
0 Downloads

A base10 encoder as an alternative to base64.

Go to Download


crodas/base64secret

2 Favers
0 Downloads

Library to encode/decode data with base64 with a custom alphabet, which is determined by a given secret key

Go to Download


mega6382/hab-encryption

0 Favers
19 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.

Go to Download


sskaje/base-converter

1 Favers
19 Downloads

sskaje's BaseXX Encode/Decode class, a PHP implemention of RFC 3548, supports Base16/Base32/Base64 in both LSB and MSB, and another Base32 used by VMware

Go to Download


tuupola/base62

201 Favers
3182462 Downloads

Base62 encoder and decoder for arbitrary data

Go to Download


base62/base62

17 Favers
6336 Downloads

base62 encoder and decoder also for big numbers with Laravel integration

Go to Download


tiny-blocks/encoder

3 Favers
36426 Downloads

Encoder and decoder for arbitrary data.

Go to Download


lessmore92/base-x

1 Favers
37269 Downloads

Encode/decode any base

Go to Download


deemru/abcode

0 Favers
9855 Downloads

ABC (alphabet) encode/decode

Go to Download


yzalis/id-obfuscator

4 Favers
213 Downloads

An efficient reversible ID obfuscator originaly based on base 62 encoding.

Go to Download


<< Previous Next >>