lex | A game-currency management package
kandi X-RAY | lex Summary
kandi X-RAY | lex Summary
lex is a PHP library. lex has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Out of the box, Lex contains all the views necessary to enable "Game Currency" management. It also uses the config file to for you to easily define the necessary permissions to secure your site so that only those allowed to perform the admin functions are permitted (or you can disable ACL altogether). Since it is a config file all views and permissions are configurable so you are free to provide your own views and change the permissions the way your app requires them. Lex will do the math for you. Lex will also let you set options on the currencies you add. Perhaps your "gold" can't be bought or sold or traded, only found. Sure, you can do that. Or maybe you decide you don't want your game to use "silver" any more. De-value it or disable it altogether. Lex also comes with a config file that will allow you to specify the routes, views and / or permissions. If you have a need for in-game currency management this will be a package to help with that.
Out of the box, Lex contains all the views necessary to enable "Game Currency" management. It also uses the config file to for you to easily define the necessary permissions to secure your site so that only those allowed to perform the admin functions are permitted (or you can disable ACL altogether). Since it is a config file all views and permissions are configurable so you are free to provide your own views and change the permissions the way your app requires them. Lex will do the math for you. Lex will also let you set options on the currencies you add. Perhaps your "gold" can't be bought or sold or traded, only found. Sure, you can do that. Or maybe you decide you don't want your game to use "silver" any more. De-value it or disable it altogether. Lex also comes with a config file that will allow you to specify the routes, views and / or permissions. If you have a need for in-game currency management this will be a package to help with that.
Support
Quality
Security
License
Reuse
Support
lex has a low active ecosystem.
It has 0 star(s) with 0 fork(s). There are 1 watchers for this library.
It had no major release in the last 12 months.
lex has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of lex is v1.1.2
Quality
lex has no bugs reported.
Security
lex has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
lex is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
lex releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of lex
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of lex
lex Key Features
No Key Features are available at this moment for lex.
lex Examples and Code Snippets
No Code Snippets are available at this moment for lex.
Community Discussions
No Community Discussions are available at this moment for lex.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install lex
This page is intended for installation, please check out the wiki for more information about usage. Lex uses the HTML Forms package from the "Laravel Collective" for Html & Form rendering so composer will install that as well if you don't already have it installed (you probably do...or should). Once composer has installed the necessary packages for Lex to function you need to open your laravel config page for service providers and add Lex (and if necessary the Laravel Collective Html provider). To properly function you need to have both service providers referenced : HTML Forms and Lex. Next you will need to add the Lex and Forms Facades to your config app file. Next you need to add the migration to create the Lex Currency table to hold your game-currency information. From your command prompt (wherever you run your artisan commands) enter the following command php artisan vendor:publish. This will create the Lex config file (which allows you to define any views / permissions you wish to change from their defaults).After you have done that, if you need to change/configure the table or id used for the users (characters), go to the Lex config file and make any changes you need. (see wiki for more information). If you are fine with using the users table as your reference, or have adjusted the config file to your needs, then run the migration command php artisan migrate. This should properly create your necessary tables. :exclamation: Optional - DatabaseSeed Lex comes equipped with a database seed that can start off your game-currency with some common currencies.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page