Opensource
Free and open source for web development.
Free and open source for web development.
New website for CImage and img.php
Update 2016-06-27.
Go to cimage.se/doc to read the latest version of documentation on Cimage and img.php.
CImage
is a PHP class enabling resizing of images through scaling, cropping and filtering effects – using PHP GD. The script img.php
uses CImage
to enable server-side image processing utilizing caching and optimization of the processed images.
Server-side image processing is a most useful tool for any web developer, img.php
has an easy to use interface and its powerful when you integrate it with your website. Using it might decrease the time and effort for managing images and it might improve your workflow for creating content for websites.
New release of CImage and img.php, v0.7.0. Useful for server-side image processing, resizing and cropping using PHP GD.
This will be the last version to support PHP 5.3.
This is a major improvement with new features and partly rewriting code both in CImage
, img.php
and img_config.php
.
The CDatabase
is a collection of PHP classes that aid in working and querying databases. It has a query builder that let you build the SQL queries using code, in a database agnostic way and it has a database abstraction layer on top of PHP PDO which adds logging, debugging and ease of use.
This is basically an addon upon PHP PDO. It is small enough to understand and easy enough to extend by a intermediate skilled PHP programmer. It can be used as a base to build upon to create your own custom database library, before moving on to a more complete ORM library (Object Relational Mapping).
The CForm
is a collection of PHP classes that aid in working with HTML forms. The form can be created using object or array syntax, rendered, posted, validated and managed in a callback. All this is programmatically centered around the usage of CForm
.
This is basically an easy way – for the PHP programmer – to work with HTML forms.
This is maintenance release v0.5.2, which corrects bugs.
The script, style.php
, is a wrapper to the lessphp compiler, enabling autocompiling of LESS-files to a CSS-file and utilizing gzip and browser caching together with easy access to configuration options through a config-file.
style.php
makes it easier for advanced use of server-side compiling of style.less
to style.css
.
This is release v0.5 & v0.5.1, which adds features and may break backward compatibility.
This is a maintenance release for v0.4.