https://github.com/ut4/pike
Low-level but not entirely useless toolkit for developing php applications.
https://github.com/ut4/pike
application-framework autowired bloat-free dependency-injection
Last synced: about 1 month ago
JSON representation
Low-level but not entirely useless toolkit for developing php applications.
- Host: GitHub
- URL: https://github.com/ut4/pike
- Owner: ut4
- License: apache-2.0
- Created: 2019-12-29T17:19:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T09:13:26.000Z (almost 2 years ago)
- Last Synced: 2025-12-14T05:35:58.910Z (7 months ago)
- Topics: application-framework, autowired, bloat-free, dependency-injection
- Language: PHP
- Homepage: https://ut4.github.io/pike/
- Size: 318 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pike

Low-level toolkit for depeloping fast and testable php applications. A mixture of php's own APIs (pdo, sessions), existing libraries (routing, di), and self-rolled stuff (auth, data validation).
# Dependencies
- PHP >=7.3
- [altorouter/altorouter ^1.2](https://github.com/dannyvankooten/AltoRouter)
- [rdlowrey/auryn ^1.4](https://github.com/rdlowrey/auryn) (Dependency injection)
# Optional dependencies
- [phpmailer/phpmailer ^6.1](https://github.com/PHPMailer/PHPMailer) (Auth\AccountManager)
- [masterminds/html5 ^2.7](https://github.com/Masterminds/html5-php) (Extensions\SafeHTMLValidator)
# Documentation
[Suomeksi](https://ut4.github.io/pike/index.html).
# License
Apache 2.0