Wrappers for ImageMagick for PHP for true object oriented scripting
This project has been discontinued (May 2021), but lives on at: https://sourceforge.net/projects/tmagic/ in a yet more powerful form.
Bring the full power of object oriented programming to PHP's Imagick.
LTMagic is a class to extend the IMagick class and TDraw extends the ImagickDraw class with the goal of simplifying repetitive code.
Instead of:
$draw->setFont ("Arial-bold");
$draw->setFontSize (24);
$draw->setTextAlignment (Imagick::ALIGN_CENTER);
$draw->annotation ($im_x -...
DBPersister started in 2011 with few lines of code to enhance the way to develop crud applications by php users.
DBPersister is an Open Source project with LGPL licence , which means that is possible to reach hundreds of people all over the world working on it with the possibility to edit the code depending own needs.
About DBPersister
On this site you can download and use a list of libraries in all your php projects that use mysql as database. To do use this libraries you need...
Two full-fledged classes dealing with dates (class cDate) and spans of time class cPeriod) written in PHP. The datecalc project is a sub-project of tbvs (http://sourceforge.net/projects/tbvs).
phpAnnotations provides Annotations support similar to Java or C# in your PHP projects. Annotations gives you the ability to add meta information/configuration to your classes by readable at runtime using reflections.
Php5Utils is a collection of small components written for general use in php5. Parts of code comes from projects developed by Active Mind for giarre.com administrative tools
MyAppFW is basic php application framework designed to be used as a base or learning guide for PHP projects that need (Multiple) Template Support, Advanced DB Support, Proper Email handling and some other basic useful functions for live dynamic websites.
A useful library of common application objects for PHP 5 projects. This framework includes a collections package, simplifies web responses and using request info, standardizes file and stream usage, and includes a powerful domain model and query syntax.
Attempt to create a PHP-framework: component-oriented; with global DI-container; for micro-services and also for big module-builded projects; with its own ORM. Little demo: http://complex.php.gi.igor-gilman.de.
The Symfony Model. This project hosts the Symfony ecore model relating all symfony concepts and its php classes generator. It make uses of the Doctrine model and the Php 5 model projects.