<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>success</status>
  <result>
    <project>
      <id>42201</id>
      <name>php-image</name>
      <created_at>2008-12-15T05:35:02Z</created_at>
      <updated_at>2009-05-31T09:31:25Z</updated_at>
      <description>PHP ImagePHP Image is an image class framework to help create images with PHP and GD2. Pretty much any common task is achievable through the use of simple plugins. The code is PHP 5 only, it is extensively unit tested, and it's completely free. 

A simple thumbnail exampleCreating a thumbnail of an image is very easy indeed. 

$image = new Image("image.jpg");
$image-&gt;attach(new image_fx_resize(200));
$image-&gt;imagePng();A simple CAPTCHA exampleCreating a captcha is also straightforward. 

$image = new Image();
$image-&gt;createImageTrueColor(206,96,"FF0000");

$captcha = new image_draw_captcha("captcha");
$captcha-&gt;addTTFFont("fonts/arial.ttf");
$image-&gt;attach($captcha);

$image-&gt;imagePng();</description>
      <homepage_url>http://code.google.com/p/php-image</homepage_url>
      <download_url></download_url>
      <url_name>php-image</url_name>
      <user_count>0</user_count>
      <average_rating></average_rating>
      <rating_count>0</rating_count>
      <analysis_id>581468</analysis_id>
      <analysis>
        <id>581468</id>
        <project_id>42201</project_id>
        <updated_at>2009-12-02T04:58:58Z</updated_at>
        <logged_at>2009-12-02T04:58:56Z</logged_at>
        <min_month>2008-06-01T00:00:00Z</min_month>
        <max_month>2008-06-01T00:00:00Z</max_month>
        <twelve_month_contributor_count>0</twelve_month_contributor_count>
        <total_code_lines>0</total_code_lines>
      </analysis>
      <licenses>
        <license>
          <name>apache_2</name>
          <nice_name>Apache License 2.0</nice_name>
        </license>
      </licenses>
    </project>
  </result>
</response>
