jameslevi / voyager
Is a fast, lightweight, feature-rich and open-source web application framework that provides foundation to kick-start your development.
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 0
Forks: 3
Open Issues: 1
Type:project
This package is not auto-updated.
Last update: 2025-04-28 02:58:10 UTC
README
Voyager is a fast, lightweight and open-source web application framework that provides you foundation to kick-start your web development.
Includes
- Routing Engine
- Middlewares and Security
- Caching System
- Form Validation
- Localization
- Templating Engine
- Database API
- Session and Cookie Management
- Authentication System
- Built-in CSS Utility
Installation
- Create new project by using the "composer create-project jameslevi/voyager ." command and wait for composer to download and install your fresh voyager framework project.
- Using your terminal, run the atmos command "php atmos --init" to generate your .env file and API key for your project.
- Serve your project using the "php atmos serve:80" command to start PHP built-in server in localhost at port 80.
- Run the command "php atmos project:debug" to start your development.
Security Vulnerabilities
If you discover some security issues or bugs that can cause security vulnerabilities, please email James Crisostomo via nerdlabenterprise@gmail.com.
License
This framework is an open-sourced software licensed under MIT License.