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
Login and write down your comment.
Login my OpenCart Account