ice

Simple and fast PHP framework


Ice is a PHP framework frozen in C extension.

License: BSD-3-Clause

Latest releases

Version Release Download
1.11.0 2025-01-26 ice-1.11.0.tgz
1.10.1 2023-02-19 ice-1.10.1.tgz
1.10.0 2023-02-10 ice-1.10.0.tgz
1.9.0 2022-06-13 ice-1.9.0.tgz
1.8.0 2021-03-26 ice-1.8.0.tgz
Show all releases

Changelog

Version Message
1.11.0 - PHP 7.4, drop support
- PHP 8.3 and PHP 8.4, add support #314
- Update zephir parser to 1.7.0
- Update zephir-lang/zephir@c79b710
1.10.1 - Arr, deprecation message fix #311
- Loader, don't encode to utf8
- Don't encode regex in route group count data generator
- Passing null to parameter of type string is deprecated
- Filter, sanitize string is deprecated
- Model, serializable interface is deprecated fix #311
- Auth, add login tests, logout fix
- Composer, update zephir to 0.17.0
1.10.0 - PHP 8.2, add support fix #309
- Install on Alpine fix #308
- Update zephir-lang/zephir@57c522d
- Update zephir parser to 1.5.3
- Fix phpunit tests
1.9.0 - PHP 8.1, add support fix #299
- Switch to Github Actions fix #302
- Update zephir to 0.16.0
- Update zephir parser to 1.5.0
1.8.0 - Build, add support for php 8.0
- Composer, update zephir to 0.13.0
- Travis, no mongodb extension on nightly build
- Tests, fix get related
- Validation, fix type error in options
- Model, fix type errors
Show complete changelog