192 projects tagged "PHP 5"
Image.class is a PHP class that can be used to generate images with graphic primitives defined programmatically. It can create an empty image with a given size or load an existing image from a JPEG, PNG, or GIF image. The class can render graphic primitives in the image like drawing a text string with optional border, copying parts of the image to another position, drawing ellipses, rectangles, and lines, and scaling the image to a given size. The generated image can be saved also in JPEG, PNG, or GIF formats.
IrisMVC is an OOP PHP framework that developers can use as a strong and secure foundation on which to build various Web applications following the Model-View-Controller (MVC) pattern. It only provides the basic functionality developers need, without reinventing the wheel, so the learning curve is dramatically short and they should be able to start using it at full capacity in days. The goal is to allow developers to create Web sites faster without needing to learn a whole new PHP framework.