usbac / aurora
Made for Developers, Designed for Users
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.0.0
- symfony/console: ^5.4
- tinymce/tinymce: ^6.7
Requires (Dev)
- phpunit/phpunit: ^9.6
README
Aurora
Made for Developers, Designed for Users
Aurora is a cutting-edge CMS crafted in PHP, tailored for developers and content managers alike. It boasts a sleek and lightweight design, ensuring seamless installation, effortless usability, and convenient customization.
Features
-
✨ User-Friendly: Aurora is designed to be simple and straightforward, making it a breeze to set up and use. Just move its files to your web server's root folder to get started!
-
🗜️ Lightweight: The Aurora codebase is incredibly compact, totaling less than 8k lines of code (loc), making it easy to grasp and work with. It doesn't rely on any external dependencies apart from the default WYSIWYG editor.
-
🦄 Stylish: Written in clean, modern PHP, Aurora adheres to the highest coding standards, ensuring it's both elegant and easy for developers to understand and customize.
-
🛠️ Comprehensive: With its intuitive admin panel and command-line interface (CLI), Aurora offers everything you need to manage your website without delving into the code. From creating posts and editing pages to handling user roles and backups.
-
📦 Modular: Aurora's modular design allows you to customize not only the default database management system (DBMS) but also elements like the WYSIWYG editor in the admin panel.
Requirements
-
PHP 8.0 or higher
-
Apache 2.4 or higher
-
Composer (only for installation)
Install
Composer is required to install Aurora, once you got it...
Go to your web server's root directory and run the following command:
composer create-project usbac/aurora
Done! You can now access your Aurora panel by going to /admin
in your localhost (e.g., http://localhost/admin).
The admin user created by default is john.doe@mail.com
with password 12345678
. Be sure to change it.
Documentation
Captures
Contributing
Any contribution or support to this project will be highly appreciated. ❤️
Please review the contribution guide before you open issues or send pull requests.
License
Aurora is open-source software licensed under the MIT license.