Download the PHP package elliottlan/laravel-baser without Composer
On this page you can find all versions of the php package elliottlan/laravel-baser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download elliottlan/laravel-baser
More information about elliottlan/laravel-baser
Files in elliottlan/laravel-baser
Download elliottlan/laravel-baser
More information about elliottlan/laravel-baser
Files in elliottlan/laravel-baser
Vendor elliottlan
Package laravel-baser
Short Description Encode and decode integers with your own specified base!
License MIT
Package laravel-baser
Short Description Encode and decode integers with your own specified base!
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-baser
Laravel Baser
Base encode and decode integers with your own specified base
View the package at packagist.org
Requirements
- Laravel
- PHP
Limits
- Currently only supports integers from 1 to 100000000000000000000000000000 (on 64 bit machines)
Installation
-
Include the composer package
-
Add this line to 'Providers' in config/app.php
-
Add this line to 'Aliases' in config/app.php
-
Use 'Base' at the top of a controller
- Try an example out
Usage examples
Encode an int
Decode a token
Use big maths (requires php-bcmath)
Define a codeset and encode/decode
Everything
Simple URL Shortening service using this package
All versions of laravel-baser with dependencies
PHP Build Version
Package Version
The package elliottlan/laravel-baser contains the following files
Loading the files please wait ....