OpenFoundry - Recently Added Listings - PHP https://www.openfoundry.org/ Fri, 22 Nov 2019 05:16:04 +0100 FeedCreator 1.7.3 PHP Coder https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Integrated-Development-Environment/php-coder

PHP Coder is an IDE (Integrated Development Environment) especially developed for PHP programmers.

Through tight integration of the PHP interpreter and the PHP documentation, PHP Coder gives you a time-saving Development Interface. Features are Full Integration of the PHP Interpreter and the PHP documentation, Integrated Preview window, Full Syntax Highlighting for HTML and PHP, AutoComplete for frequently used text constructs, Project manager, Tag Buttons and all the standard editing functions like almost unlimited undo, copy and paste, searching, …

Platform: Windows;License: Freeware

References: https://www.phpide.com/php-editors/php-coder/

]]>
dio Wed, 20 Oct 2010 10:10:20 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Integrated-Development-Environment/php-coder
Spike PHPcoverage https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Testing/spike-phpcoverage Spike PHPCoverage is an open-source tool for measuring and reporting code coverage provided by the test suite of a PHP application. Spike PHPCoverage can instrument and record the line coverage information for any PHP script at runtime.

Platform: Cross-platform; License: Open Software License (v2.0) , GNU Lesser General Public License (v2.1)

Reference: https://phpcoverage.sourceforge.net/

]]>
dio Wed, 20 Oct 2010 02:24:56 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Testing/spike-phpcoverage
PHPUnit https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Testing/phpunit To make code testing viable, good tool support is needed. This is where PHPUnit comes into play. It is a member of the xUnit family of testing frameworks and provides both a framework that makes the writing of tests easy as well as the functionality to easily run the tests and analyse their results.

Platform: Cross-platform; License: BSD License

Reference: https://www.phpunit.de/

]]>
dio Wed, 20 Oct 2010 02:24:20 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Testing/phpunit
SimpleTest https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Testing/simpletest It is a PHP unit test and web test framework. Users of Junit will be familiar with most of the interface. The JwebUnit style functionality is more complete now. It has support for SSL, forms, frames, proxies and basic authentication. The idea is that common but fiddly PHP tasks, such as logging into a site, can be tested easily.

Platform: Cross-platform; License: GNU Library or Lesser General Public License (LGPL)

Reference: https://www.simpletest.org/

]]>
dio Wed, 20 Oct 2010 02:23:31 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Testing/simpletest
Scriptol Php Compiler https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Compiler/scriptol-php-compiler A fast compiler for the new object-oriented Scriptol programming language. This compiler produces standalone PHP code or run the script , or produce dynamic web pages.

Platform: Unix; License: Unspecified

Reference: https://www.softpedia.com/get/UNIX/Software-Development/Scriptol-Php-Compiler.shtml

]]>
dio Wed, 20 Oct 2010 02:23:05 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Compiler/scriptol-php-compiler
Hiphop-php https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Compiler/hiphop-php HipHop transforms your PHP source code into highly optimized C++ and then compiles it with g++ to build binary files. You keep coding in simplerPHP, then HipHop executes your source code in a semantically equivalent manner and sacrifices some rarely used features – such as eval() – in exchange for improved performance

Platform: Cross-platform; License: PHP License

Reference: https://github.com/facebook/hiphop-php/wiki

]]>
dio Wed, 20 Oct 2010 02:22:40 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Compiler/hiphop-php
phc https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Compiler/phc phc is an open source compiler for PHP with support for plugins. In addition, it can be used to pretty-print or obfuscate PHP code, as a framework for developing applications that process PHP scripts, or to convert PHP into XML and back, enabling processing of PHP scripts using XML tools.

Platform: Linux; License: BSD license

Reference: https://www.phpcompiler.org/

]]>
dio Wed, 20 Oct 2010 02:22:16 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Compiler/phc
Roadsend PHP https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Compiler/roadsend-php Roadsend PHP is a free, open source implementation of the PHP language. It includes a compiler that produces native binaries (no interpreter required). Roadsend Compiler can build online web applications with Fast/CGI, offline web applications with an embedded web server (MicroServer), and console applications.

Platform: Cross-platform; License: GNU General Public License

Reference: https://www.roadsend.com/home/index.php

]]>
dio Wed, 20 Oct 2010 02:21:50 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Compiler/roadsend-php
Xdebug https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Debugger-Editor/xdebug The Xdebug extension helps you debugging your script by providing a lot of valuable debug information. The debug information that Xdebug can provide include the following:

1. Stack traces and function traces in error messages with

a. Full parameter display for user defined functions

b. Function name, file name and line indications

c. Support for member functions

2. Memory allocation

3. Protection for infinite recursions

Platform: PEAR version 0.9.1-dev or higher and some UNIX; Code license: The Xdebug License

Reference: https://xdebug.org/

]]>
dio Wed, 20 Oct 2010 02:21:09 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Debugger-Editor/xdebug
apd https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Debugger-Editor/apd apd is a full-featured profiler/debugger that is loaded as a zend_extension. It aims to be an analog of C's gprof or Perl's Devel::DProf.

Platform: Cross-plarform; Code license: PHP License

Reference: https://pecl.php.net/package/apd

]]>
dio Wed, 20 Oct 2010 02:20:38 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/php/Debugger-Editor/apd