An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Pike

![Pike logo](https://ut4.github.io/img/pike-logo.png)

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