rivman / Core-Boxx

Core Boxx is a lightweight PHP modular development framework.

Home Page:https://code-boxx.com/core-boxx-php-rapid-development-framework/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CORE BOXX

Core Boxx is a lightweight PHP modular development framework. The whole idea is not to be another bloated framework with tons of unused features. So it is built around the concept of modularity, load only what you need. It is more like “predefined system modules you can expand on”, rather than a full-fledged framework.

NOTES ON THIS REPO

  1. Too lazy to create a repo for every module, so I have combined the core engine and all modules into this one.
  2. To get started, you only need to work with the core folder - The rest are optional modules.

QUICK START & DOCUMENTATION

  1. Just access index.php in your browser to launch the installer. This will automatically create an empty project database and generate the necessary .htaccess and api/.htaccess files.
  2. Done! You now have a basic framework. Also consider using html template if you need a kickstart with the client-side. It is built on Bootstrap and Material Icons.

Visit Code Boxx for more for the full documentation!

SCREENSHOTS (WITH HTML TEMPLATE)


LICENSE

Copyright by Code Boxx

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Core Boxx is a lightweight PHP modular development framework.

https://code-boxx.com/core-boxx-php-rapid-development-framework/

License:MIT License


Languages

Language:PHP 95.6%Language:JavaScript 4.2%Language:Hack 0.1%Language:Shell 0.0%