composer require pionia/pionia-coreThis is meant for the core developers of the Pionia Core not the framework itself. If you are looking to use or get started with the framework, please find the Pionia Framework here
- Pionia\Core
- Authentication
- Database
- File System
- Session
- Validation
- Templating engine
- Routing
- Middleware
- Request
- Response
- Services
- Switches
- Config and Environments
- Logging
- Cors
- HTTP Kernel
- Events
- Console
- Cache
- Exception handling
- Helper functions
- CLI Bootstrapping
- Uploading and Serving Media Files
- Collections
- PHP 8.1 or higher
- Composer
- Git
- Any Editor/IDE of your choice preferably PHPStorm or Intellij IDEA
Clone the repository
git clone https://github.com/PioniaPHP-project/Pionia.gitChange directory to the project folder
cd PioniaInstall the dependencies
composer installcomposer testcomposer documentPlease read the CONTRIBUTING.md file for more information on how to contribute to this project.