PHP

TwitterFacebook
Get flash to fully experience Pearltrees
Project providing a set of classes for the PHP programming language, which allow you to write to and read from different spreadsheet file formats, like Excel (BIFF) .xls, Excel 2007 (OfficeOpenXML) .xlsx, CSV, Libre/OpenOffice Calc .ods, Gnumeric, PDF, HTML, ... This project is built around Microsoft's OpenXML standard and PHP. Checkout the Features this class set provides, such as setting spreadsheet meta data (author, title, description, ...), multiple worksheets, different fonts and font styles, cell borders, fills, gradients, adding images to your spreadsheet, calculating formulas, converting between file types and much, much more! via PayPal. If you want to, we can also add your name / company on our Donation Acknowledgements page. http://phpexcel.codeplex.com/

PHPExcel

PHPPowerPoint

Project providing a set of classes for the PHP programming language, which allow you to write to and read from different file formats, like PowerPoint 2007, ... This project is built around Microsoft's OpenXML standard and PHP. Checkout the Features this class set provides, such as setting presentation meta data (author, title, description, ...), adding slides, adding images to your presentation and much, much more! http://phppowerpoint.codeplex.com/
http://phpword.codeplex.com/ PHPWord is a library written in PHP that create word documents. No Windows operating system is needed for usage because the result are docx files (Office Open XML) that can be opened by all major office software.

PHPWord

// Create data source $names = array("John", "Peter", "Joe", "Patrick", "Donald", "Eric"); $result = from('$name')->in($names) ->where('$name => strlen($name) select('$name'); Feels familiar to SQL? Yes indeed! No more writing a loop over this array, checking the string's length, and adding it to a temporary variable.

PHPLinq - LINQ for PHP - Language Integrated Query

http://phplinq.codeplex.com/wikipage?title=Examples&referringTitle=Contribute
Simplicity and extensibility are the main reasons why PHP became the favourite dynamic language of the Web. In the last decade, PHP has developed from a niche language for adding dynamic functionality to small websites to a powerful tool making strong inroads into large-scale Web systems. Below I present 30 useful PHP classes and components that you can use to test, develop, debug and deploy your PHP applications. Let me know if I missed anything or if you have something to add. Creole is a database abstraction layer for PHP5. http://blog.fedecarg.com/2008/05/29/30-useful-php-classes-and-components/

30 Useful PHP Classes and Components « PHP::Impact ( [str blog]

PHP Code Snippets

http://www.phpsnips.com/ We all hope everyone has been having a great new year so far! Here at PHP Snips, we have some exciting news. We are now under new management effective immediately. Amethyst Creative, LLC has merged with PHPSnips.com. This merger will benefit both parties, and you, the users! You'll see improved site features, and daily site monitoring to make PHP Snips the best PHP resource on the net.

PEAR :: The PHP Extension and Application Repository

http://pear.php.net/index.php Since October 2011, 5 million lines of the PEAR codebase has shifted to github. Hand in hand with this shift has been the tireless work of Daniel C – someone who brazenly said “I will fix the failing packages!” in the tail end of last year. Coupling his efforts with a call to arms , we’ve now seen an evaluation of the Known Good packages against PHP 5.4 , and massive input by the community. The net result is as follows:
The YouTube Data API offers read and write access to YouTube's content. Users can perform unauthenticated requests to Google Data feeds to retrieve feeds of popular videos, comments, public information about YouTube user profiles, user playlists, favorites, subscriptions and so on. For more information on the YouTube Data API , please refer to the official » PHP Developer's Guide on code.google.com. The YouTube Data API allows read-only access to public data, which does not require authentication. http://framework.zend.com/manual/en/zend.gdata.youtube.html

Framework: Documentation