PHP
From ProWiki - Demo and Test Wiki
PHP is a widely used open-source scripting language especially suited for web development. Originally created by Rasmus Lerdorf in 1993, it is embedded in HTML and executed on the server side.
Key Characteristics
- Designed specifically for web development
- Server-side scripting embedded in HTML
- Dynamic typing with optional type declarations (PHP 7+)
- Extensive built-in functions for web and database operations
- Wide hosting support — runs on virtually any web server
- Large ecosystem via Composer package manager
Enterprise Use
PHP powers a substantial portion of the web, including content management systems, e-commerce platforms, and wikis. Key enterprise products written in PHP include MediaWiki, DokuWiki, BookStack, Helpjuice, and KnowledgeOwl. WordPress, Drupal, and Magento — widely used in enterprise web operations — are also PHP-based. Modern PHP (7.x and 8.x) has significantly improved performance and type safety, making it viable for large enterprise applications.
Popular Frameworks & Tools
- Laravel (modern web framework)
- Symfony (enterprise framework)
- Composer (package manager)
- PHPUnit (testing)
- PHP-FPM (FastCGI process manager)
- PhpStorm (IDE)