Core Boxx is a PHP framework built with the concept of simplicity and modularity. Install and load only what you need, not bloated with unused features.
- Pretty URL and routing.
- API endpoints with CORS support.
- Installable Progressive Web App.
- JSON Web Token sessions.
- Bootstrap HTML template.
- LAMP/WAMP/MAMP/XAMPP
- Apache Mod Rewrite
- PHP MYSQL PDO Extension
- PHP OpenSSL Extension
- At least PHP 8.0
- Copy
core
into yourhttp
folder. - Access
http://your-site.com/
in the browser and walk through the installer.
The rest of the folders are optional modules. To install the modules, check out their respective README.md
files.
admin
Admin panel.ai chatbot
Run a local AI Chatbot (Python).autocomplete
Autocomplete/suggestion.calendar
Calendar widget.comments
Add simple comments to your post/video/audio/product/etc...dynamic content
Create pages with a WYSIWYG editor.login with google
Login with Google.login with nfc
Create an NFC login token and login with it.login with webauth
Passwordless login.one time password
OTP for added security.reactions
Like, dislike, upvote, downvote, whatever else reactions.resumable upload
Upload large files.stars rating
Stars rating.users
User system. Registration, login, forgot password.web push
Send push notifications.
- Just give this project a star. That will indirectly drive more traffic a little bit. 😉
- Sponsor this project. Even a small one time amount helps.
- Visit Core Boxx for more for the full documentation!
- Built on Bootstrap and IcoMoon.
- Using PHP-JWT library
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.