duxweb / dux-lite
The lightweight framework based on slim php
v1.0.0
2024-08-06 01:48 UTC
Requires
- php: >=8.2
- ext-bcmath: *
- ext-curl: *
- ext-zip: *
- bluem/tree: ^3.2
- doctrine/dbal: ^3.5
- donatj/phpuseragentparser: ^1.7
- enqueue/amqp-lib: ^0.10.19
- enqueue/enqueue: ^0.10.16
- enqueue/redis: ^0.10.19
- ezyang/htmlpurifier: ^4.17
- godruoyi/php-snowflake: ^2.2
- hassankhan/config: ^3.0
- iidestiny/flysystem-oss: ^4
- illuminate/database: ^10.0
- illuminate/pagination: ^10.0
- intervention/image: ^3.5.0
- itsgoingd/clockwork: ^5.1
- jaybizzle/crawler-detect: ^1.2
- jimtools/jwt-auth: ^1.0
- kalnoy/nestedset: ^6.0
- latte/latte: ^3.0
- league/flysystem: ^3.11
- maennchen/zipstream-php: ^3.1
- monolog/monolog: ^3.2
- nette/finder: ^2.6
- nette/php-generator: ^4.0
- nette/utils: ^3.2
- nikic/php-parser: ^4.15
- overtrue/flysystem-cos: ^5.1
- overtrue/flysystem-qiniu: ^3.2
- peppeocchi/php-cron-scheduler: ^4.0
- php-di/php-di: ^6.4.0
- phpfastcache/phpfastcache: ^9.1
- phpoffice/phpspreadsheet: ^1.26
- predis/predis: ^2.2
- slim/psr7: ^1.6
- slim/slim: ^4.11
- stevebauman/hypertext: ^1.0
- symfony/console: ^6.2
- symfony/event-dispatcher: ^6.2
- symfony/lock: ^6.3
- symfony/messenger: ^6.3
- symfony/process: ^6.2
- symfony/translation: ^6.3
- symfony/var-dumper: ^6.2
- symfony/yaml: ^6.2
- vlucas/phpdotenv: ^5.5
- vlucas/valitron: ^1.4
- voku/simple_html_dom: ^4.8
- xantios/mimey: ^2.2
- zoujingli/ip2region: ^2.0
Requires (Dev)
- composer/composer: ^2.0
- phpunit/phpunit: ^9.5
README
Dux Lite
️ DuxLite is a web framework based on SlimPHP with Eloquent ORM as its main data driver.
- It integrates components standardized by major PSR specs like PSR-7, PSR-11, and PSR-15 for scalability and interoperability.
- Avoiding excessive encapsulation, DuxLite allows developers to freely select and upgrade versions.
- It adopts modular design, with unified entry management to streamline app architecture and management.
Install
composer require @duxweb/dux-lite
Author
👤 duxweb
- Website: https://www.dux.cn
- Github: @duxweb
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2023 duxweb.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator