composer require pionia/pionia-core
This 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.git
Change directory to the project folder
cd Pionia
Install the dependencies
composer install
composer test
composer document
Please read the CONTRIBUTING.md file for more information on how to contribute to this project.