oxycore / framework
The Oxycore Framework
v1.91
2020-09-18 13:23 UTC
Requires
- php: >=7.4||^8.0
- ext-json: *
- ext-mbstring: *
- ext-openssl: *
- ext-pdo: *
- ext-xml: *
- ext-yaml: *
- psr/container: ^1.0
- vlucas/phpdotenv: ^5.2
Requires (Dev)
- filp/whoops: ^2.4
- mockery/mockery: ^1.3.1
- phpunit/phpunit: ^8.4|^9.0
- symfony/yaml: ^2.3 || ^3.0 || ^4.0 || ^5.0
- twig/twig: ^1.6 || ^2.0 || ^3.0 || ^4.0 || ^5.0
Suggests
- ext-ftp: Required to use the Flysystem FTP driver.
- ext-gd: Required to use Oxycore\Foundatiom\Http\Testing\FileFactory::image().
- ext-memcached: Required to use the memcache cache driver.
- ext-pcntl: Required to use all features of the queue worker.
- ext-posix: Required to use all features of the queue worker.
- ext-redis: Required to use the Redis cache and queue drivers (^4.0|^5.0).
This package is auto-updated.
Last update: 2025-02-21 02:33:53 UTC
README
About Oxycore
Note: This repository contains the core code of the Oxycore framework. If you want to build an app using Oxycore, visit the main Oxycore repository.
Oxycore is a web app framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Oxycore attempts to take the pain out of dev by easing common tasks used in the majority of web projects, such as:
License
The Oxycore framework is open-sourced software licensed under the MIT license.