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.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
1.8.0alpha3 2021-02-16 ice-1.8.0alpha3.tgz
Show all releases

Changelog

Version Message
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
1.8.0alpha3 - Pecl, add build directories fix #271
- Di, resolve default services in cli fix #295
- Loader, register namespaces in the constructor fix #294
Show complete changelog