Showing 134 open source projects for "php parser"

View related business solutions
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1

    LIME Parser generator for PHP

    Complete LALR(1) parser generator and engine in PHP.

    Complete LALR(1) parser generator and engine (like BISON or YACC) but it's all done in PHP, and the input grammar is easier and more maintainable. Write your actions in PHP. Generate PHP output code. Drive your parser with PHP. Wanna make a language?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A full XML Parser for PHP with RSS Parser specific functionsl; think of it as an interface to the PHP DOM which allows easy access to your XML based documents. Auto encoding conversion to UTF-8 + Array to XML Conversion. V3 is now a commercial product
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A PHP library providing an iCalendar parser and object creator. It is object orientated, unit tested, and conforms strictly to the latest iCalendar standard (the successor to RFC2445).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    `parsehtml.php` is a HTML parser written in PHP. It should be pretty fast and can even cope with invalid HTML input. Additionally a function is provided to indent HTML code properly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    A PHP Parser of Warcraft III replay files (*.w3g) designed specially to deal with replays made with DotA (www.dota-allstars.com) custom maps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Gul 2.0 is a powerfull and free Xul parser/interpreter library for Phpgtk 2 written in php. Gul supports PHP and basic CSS features into Xul. Gulpad example provides a split screen where the Xul code can be typed and immediately previewed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Command-line option parser: PHP5 port/rewrite of Console_Getopt, with added functionalities, and with a Web interface to run getopt-like shell commands through a browser (not implemented yet).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A simple PHP parser class that scans through poorly formed html documents as if they were valid XML, and generates calls to customizable callback functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Serve is a platform designed for PHP4 and used by Fundi Technologies. We are releasing portions that we believe will be helpful to the community. The first two releases are an HTML parser and a MySQL database wrapper that fixes problems with PearDB
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 10
    PTM is a Perl/HTML hybrid, similar to PHP in tag syntax. It allows for the ease of PHP-style inline code in your dynamic HTML documents while supplying the power of Perl that many find to be sorely lacking in PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is an PHP powered code parser which lets you create your "own" HTML, you can create your own tags, edit them, and more!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Template Parser Engine is a Project for developer that helps to create automaticly different fileformats. All that developer have to do is to set special tags into Teplates and TPE creates aautomaticly dynamic code, convert pictures and send e-mail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    cfKillboard is a ColdFusion/MsSQL web application (with kill mail parser) for an EVE On-Line kill board. It is a port of Geoff Wilson's Falcon KMS (killboard.co.uk) written in PHP/MySQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Very simple Quake 3/4 and ET name parser in PHP4. Produces XHTML strict output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JavaDoc style comment parser for PHP code, written in PHP using the PHP tokenizer extension. Designed with an emphasis on speed and simplicity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    phpMyMenu creates a menu out of a XML file with a PHP parser
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A complex log parser that allows for the scripting of actions, updating databases, on-the-fly configuration and much more. Aggregate logs from disparate systems (i.e. Apache, IPS/IDS and various sensors) and take action on events through external scripts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Visualize Application and Firewall Logs with Google Earth. A web based PHP parser feeds Google Earth with near realtime data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An XML parser C library that's simple and easy to use. Inspired by simpleXML for PHP.
    Leader badge
    Downloads: 28 This Week
    Last Update:
    See Project
  • 20
    Multistat is designed to be a flexible log file parser for multiple game servers. It is designed with an extensible plugin interface, thus allowing for any combination of input or output (i.e. Quake 3 input with HTML output or Halflife with HTML outp
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DOMIT! RSS is an RSS parser for PHP, written purely in PHP. Unlike most existing PHP RSS clients, it uses a DOM XML parser -- DOMIT! -- to convert an RSS feed into a DOM document that can be traversed using the standard DOM methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MagpieRSS is a simple, functional PHP inteface for parsing RSS 1.0 (and earlier versions). Built on PHP's XML (expat) parser, and with an integrated cache for storing the parsed RSS objects, Magpie is designed by simple, and 'PHP-like' to use.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    DOMIT! is a Document Object Model (DOM) XML parser for PHP, written purely in PHP. It is mostly compliant with the DOM Level 2 specification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SAXY is a Simple API for XML (SAX) parser for PHP, written purely in PHP. It is lightweight, fast, and modelled on the Expat parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A discussion board with special functions: Force-messages, comments... It uses MySQL for data storage.. The former name was bluebb, which is now f30-bb. It has a comprehensive rights system, smarty as template parser.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB