Nexus - a library made for developers

What is Nexus?
Nexus is a PHP Library designed for OpenCart in order to code more faster, simpler and cross version. If you need to develop modules on Opencart then Nexus is the next level development way to do it!

Nexus has a lot of classes and helpers made in Laravel's style created in order to help you develop thing much faster.

Here are a list with some of the functionallities:
    - Controlling config entries: Config::get('language_id') / Config::set('language_id', 1); / Config::all()
    - For Requests: Request::get('token'), Request::method(), Request::post(), Request::getScheme(), Request::isSecure(), and many more
    - Controlling sessions: Session::get('language_id') / Session::has('language_id', 1); / Session::put('token')
    - Controlling URLs: Url::route() / Url::redirectTo()
    - Controlling validations: Request::validate(); /Validator::make()
    - Dinamic database queries: DB::table('orders')->where('order_id', 1);


Read the whole documentation page from GitHub WIKI page.

How to install it
- put aweb folder containing Nexus in OpenCart's system/library folder.
- ensure Nexus OCMod file (.ocmod.xml) is placed in OpenCart system folder.
- open a terminal in system/library/aweb/nexus and run composer install (Composer required).
- run an OpenCart modification refresh.

Updates?
You can update Nexus with a single click!
All you need to do is to click on the Nexus link from Admin panel / Help icons (top right) / Nexus

This is a free project so feel free to join us on GitHub!
We need man power to develop the best module created especially to help all the developers of OpenCart. Join us on GitHub




Download
  • Developed by OpenCart Community
  • Documentation Included

Rating

Compatibility
2.1.0.1, 2.1.0.2, 2.2.0.0, 2.3.0.0, 2.3.0.1, 2.3.0.2, 3.0.0.0, 3.0.1.1, 3.0.1.2, 3.0.2.0, 3.0.3.0, 3.0.3.1, 3.0.3.2, 3.0.3.3, 3.0.3.5, 3.0.3.6, 3.0.3.7, 3.0.3.8

Last Update
25 Feb 2022

Created
25 Feb 2022
23 Downloads
0 Comments
aweb
aweb
Member since: 7 Nov 2016

View all extensions Get Support