Download the PHP package carlonicora/minimalism-service-encrypter without Composer
On this page you can find all versions of the php package carlonicora/minimalism-service-encrypter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download carlonicora/minimalism-service-encrypter
More information about carlonicora/minimalism-service-encrypter
Files in carlonicora/minimalism-service-encrypter
Package minimalism-service-encrypter
Short Description Id encrypter service for minimalism
License MIT
Homepage https://carlonicora.com
Informations about the package minimalism-service-encrypter
encrypter
encrypter is a service for minimalism to generate short unique ids from integers.
Getting Started
To use this library, you need to have an application using minimalism. This library does not work outside this scope.
Prerequisite
You should have read the minimalism documentation and understand the concepts of services in the framework.
Encrypter requires either the BC Math or GMP extension in order to work.
Installing
Require this package, with Composer, in the root directory of your project.
or simply add the requirement in composer.json
Deployment
This service requires you to set up two parameters in your .env
file in order to produce unique encrypted ids.
Required parameters
Optional parameters
Build With
- minimalism - minimal modular PHP MVC framework
- hashids
Versioning
This project use Semantiv Versioning for its tags.
Authors
- Carlo Nicora - Initial version - GitHub | phlow
- Sergey Kuzminich - maintenance and expansion - GitHub |
License
This project is licensed under the MIT license - see the LICENSE.md file for details
All versions of minimalism-service-encrypter with dependencies
carlonicora/minimalism Version ~13.0
carlonicora/minimalism-interface-encrypter Version ~1.0
hashids/hashids Version ~4.0