Framework Library | All-in-One Integration for ESX, QBCore and Custom Frameworks
Easily integrate every framework in your script. No need to write different code for each framework.
No more creating 3 separate packages for every resource. With Framework Library, you have every framework, including standalone, at one place!
It does not matter if your users are on ESX, QBCore or whatever other framework.
You want to get the players’ money, job, …? Just one line of code, not different implementations for every framework.
This means: Easily support EVERY Framework in your script within seconds
We have implementations for Lua, C# and JS/TS
Get Started
JS
LUA
C#
Examples
Lua Usage
local framework = Framework:new()
local money = framework.getPlayerWalletMoney()
local job = framework.getPlayerJobName()
and more...
JavaScript Usage
const framework = new Framework();
const money = framework.getPlayerWalletMoney();
const jobGrade = framework.getPlayerJobGrade();
and more...
C# Usage
private Framework framework = new Framework();
int money = framework.getPlayerWalletMoney();
int jobGrade = framework.getPlayerJobGrade();
and more...
Don’t understand the hate @FloatDev gets for his stuff, literally doing what the * moderation wants and gets instantly stressed for no reason
But yeah, that’s the issue with moderators that have no clue of programming…
As I mentioned in another post where a lot of people agreed, this forum is dying.
Hey Billy,
the installation process depends on the language you want to use it in.
There is information on how to use in the readme files of each GitHub repository.
Please tell me which language it is about.
But in summary:
For Lua: Just copy the files over to your project or copy them into your source file.
For C#: Build the project and add the build output as reference.
For JS: Install the npm packages @garmingo/framework-jsclient and @garmingo/framework-js-client
I hope I was able to help you.
Best regards
Alex from Garmingo
At Garmingo, we’re always striving to make our products better, and we need your help! Your feedback is incredibly valuable to us, and we would love to hear your thoughts on how we can improve.
How You Can Help
We’re interested in knowing:
• What features would you like to see in the Framework Library or any other of our products?
• Are there any changes you think could enhance your experience with this or any other of our products?
How to Share Your Feedback
There are several ways you can let us know your ideas: