Skip to content

Releases: ifacesoft/ice

Orm Alpha Release

13 Mar 16:47
Compare
Choose a tag to compare

Many datasource datascheme fixes

Good Release

08 Feb 07:53
Compare
Choose a tag to compare
  1. Draft mongo
  2. Optimizations
  3. fixes

Codeclimate support release

13 Jan 14:31
Compare
Choose a tag to compare

Add codeclimate support

Major release

11 Jan 21:41
Compare
Choose a tag to compare

Many changes:

  • Add unit tests
  • True Query_Builder (right now very short calls)
  • Many fixes and new features
  • etc.

Second Minor Release

27 Nov 13:55
Compare
Choose a tag to compare

Multirow insert and update and oters

Preview Release

07 Nov 22:37
Compare
Choose a tag to compare

Ice is a general purpose PHP-framework. You may fully rely on Ice while developing complex
web-applications.
Ice key features are the built-in cache support of the main components,
flexible configuration and the ability to easily extend existing functionality.

Simple install
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar create-project ifacesoft/ice Ice dev-master
$ ./Ice/cli Ice:Module_Create

Good luck!