pionia / pionia-core
PHP REST-API framework for developers with deadlines
v2.0.3
2024-10-27 23:15 UTC
Requires
- ext-fileinfo: *
- ext-json: *
- ext-pdo: *
- doctrine/inflector: ^2.0
- fruitcake/php-cors: ^1.3
- monolog/monolog: ^3.6
- nesbot/carbon: ^3.8
- nette/php-generator: ^4.1
- php-di/php-di: ^7.0
- psr/cache: ^3.0
- psr/container: ^2.0
- psr/simple-cache: ^1.0
- symfony/asset: ^7.1
- symfony/cache: ^7.1
- symfony/console: ^6.4
- symfony/dotenv: ^7.1
- symfony/event-dispatcher: ^7.1
- symfony/filesystem: ^7.1
- symfony/finder: ^7.1
- symfony/http-kernel: ^6.4
- symfony/mime: ^7.1
- symfony/process: ^7.1
- symfony/routing: ^6.4
- symfony/uid: ^7.1
Requires (Dev)
- php: >=8.0
- phpunit/phpunit: ^10.0
Suggests
- symfony/cache: If you intend to optin for caching
Provides
- 2.x-dev
- v2.0.3
- v2.0.2
- v2.0.1.x-dev
- v2.0.0
- v1.1.7
- v1.1.7-alpha-1
- v1.1.7-alpha
- v1.1.6
- v1.1.6-beta
- v1.1.6-alpha-1
- v1.1.6-alpha
- v1.1.5
- v1.1.5-alpha
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.2-beta-9
- v1.1.2-beta-8
- v1.1.2-beta-7
- v1.1.2-beta-6
- v1.1.2-beta-5
- v1.1.2-beta-4
- v1.1.2-alpha-3
- v1.1.2-alpha-2
- v1.1.2-alpha-1
- v1.1.2-alpha
- v1.1.1
- v1.1.1-beta-4
- v1.1.1-beta-3
- v1.1.1-beta-2
- v1.1.1-beta
- v1.1.1-alpha-3
- v1.1.1-alpha-2
- v1.1.1-alpha
- v1.1.0
- v1.0.9
- v1.0.9-beta
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5-beta-9
- v1.0.5-beta-8
- v1.0.5-beta-7
- v1.0.5-beta6
- v1.0.5-beta5
- v1.0.5-beta4
- v1.0.5-beta3
- v1.0.5-beta2
- v1.0.5-beta
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- 1.0.0
- dev-1.x-dev
- dev-main
This package is auto-updated.
Last update: 2024-10-28 03:57:12 UTC
README
This is the core of the Pionia Framework
Installation
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
Usage
Go to the documentation here
Road Map for the Pionia Framework(Subject to change)
Coverage 25/26 -- 96%
Packages covered
- 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
Setting up the this project
Prerequisites
- PHP 8.1 or higher
- Composer
- Git
- Any Editor/IDE of your choice preferably PHPStorm or Intellij IDEA
Installation
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
Running the tests
composer test
Compiling the core dev docs
composer document
Contributing
Please read the CONTRIBUTING.md file for more information on how to contribute to this project.