Showing 31 open source projects for "parsing"

View related business solutions
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 1
    Krayin CRM

    Krayin CRM

    Free & Opensource Laravel CRM solution for SMEs and Enterprises

    Krayin CRM is a hand-tailored CRM framework built on some of the hottest open-source technologies such as Laravel (a PHP framework) and Vue.js a progressive Javascript framework. Free & Opensource Laravel CRM solution for SMEs and Enterprises for complete customer lifecycle management. We also have a forum for any type of concerns, feature requests, or discussions. Please visit: Krayin CRM Forums.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    PHP Parser

    PHP Parser

    A PHP parser written in PHP

    This is a PHP 5.2 to PHP 8.0 parser written in PHP. Its purpose is to simplify static code analysis and manipulation. A parser is useful for static analysis, manipulation of code and basically any other application dealing with code programmatically. A parser constructs an Abstract Syntax Tree (AST) of the code and thus allows dealing with it in an abstract and robust way. As the parser is based on the tokens returned by token_get_all (which is only able to lex the PHP version it runs on),...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    SimplePie

    SimplePie

    A simple Atom/RSS parsing library for PHP

    SimplePie is a very fast and easy-to-use feed parser, written in PHP, that puts the 'simple' back into 'really simple syndication. Flexible enough to suit beginners and veterans alike, SimplePie is focused on speed, ease of use, compatibility, and standards compliance. SimplePie is currently maintained by Malcolm Blaney. Get easy access to SimplePie directly from your web browser! We've worked extra hard to ensure that SimplePie is easy to use and easy to understand. That being said, it...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    graphql-php

    graphql-php

    A PHP port of GraphQL reference implementation

    This is a PHP implementation of the GraphQL specification based on the reference implementation in JavaScript. GraphQL is a modern way to build HTTP APIs consumed by the web and mobile clients. It is intended to be an alternative to REST and SOAP APIs (even for existing applications). GraphQL itself is a specification designed by Facebook engineers. Various implementations of this specification were written in different languages and environments. A great overview of GraphQL features and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 5
    Prettier PHP Plugin

    Prettier PHP Plugin

    Prettier PHP Plugin

    Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary. This plugin adds support for the PHP language to Prettier. We're considering the plugin to be stable when pure PHP files are formatted. Formatting of files that contain mixed PHP and HTML is still considered unstable. This package exposes a standalone.js that can be used alongside...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    moment.php

    moment.php

    Parse, validate, manipulate, and display dates in PHP

    Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js. PHP 5.3 or later since moment.php is based on php's DateTime Class. You can now inject different format handling by passing along a class that implements the FormatsInterface. You can find an example within the test folder for implementing all formats from moment.js. The immutable mode makes all modification methods call cloning() implicitly before applying their modifications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    WordPress to Jekyll Exporter

    WordPress to Jekyll Exporter

    One-click WordPress plugin that converts all posts, pages, taxonomies

    One-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML which can be dropped into Jekyll (or Hugo or any other Markdown and YAML based site engine). Converts all posts, pages, and settings from WordPress to Markdown and YAML for use in Jekyll (or Hugo or any other Markdown and YAML based site engine) Export what your users see, not what the database stores (runs post content through the_content filter prior to export, allowing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Requests for PHP

    Requests for PHP

    Requests for PHP is a humble HTTP request library

    ... to build most of the HTTP response parsing yourself. Requests allows you to send HEAD, GET, POST, PUT, DELETE, and PATCH HTTP requests. You can add headers, form data, multipart files, and parameters with basic arrays, and access the response data in the same way. Requests uses cURL and fsockopen, depending on what your system has available, but abstracts all the nasty stuff out of your way, providing a consistent API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PSR-7

    PSR-7

    PSR-7 HTTP message library

    This repository contains a full PSR-7 message implementation, several stream decorators, and some helpful functionality like query string parsing. This package comes with a number of stream implementations and stream decorators. Reads from multiple streams, one after the other. Provides a buffer stream that can be written to fill a buffer, and read from to remove bytes from the buffer. This stream returns a "hwm" metadata value that tells upstream consumers what the configured high water mark...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10
    PAS2PHP

    PAS2PHP

    Transpiles/Converts Pascal to Working PHP Source Code

    ... is to understand the limitations of PHP. Read the example code provided, and always check the outputed PHP code to understand how this works. As a guide to what PAS2PHP can achieve... my web site is written in Pascal, and then converted to PHP. (The code is in the source package). PAS2PHP uses the Pascal Parse Tree Classes (PasTree) which comes with FreePascal, and therefore the parsing limits are defined by this library.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    MythCore

    MythCore

    Myth Framework Core Libraries (part of MythSDP)

    MythCore is a PHP framework that allows the developer to use a C# .NET like object oriented programming approach. It provides the essential classes that the MythSDP platform and the MythFramework builds upon. The goal is to create a library that enables the programmer to use a fully object oriented approach that has the "feel" of .NET and Java programming. Our main goal is ease of use and rapid application development. However, performance and small-footprint are some of the main design...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    NereCode

    A stand-alone PHP-only library for parsing BBCode-like tags

    Since BBCode requires much trouble to get it running, and not every project needs something so solid (sometimes it's just a admin posting engine, or a small microblogging engine with little or no user-content injections). NereCode comes to aim such gap. A minimally comprehensive syntax easily customizable. PHP only. Single file library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Lightning Notes

    A simple web-logging system in PHP using an XML database.

    A simple web-logging system, created as a proof-of-concept. Fully standards compliant and accessible, it is designed to quickly set up a functional and structured site to conveniently track related and unrelated items. Written in PHP, using a flat-file, XML database, outputting an XHTML page with CSS skins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Twick.it API Wrapper
    If you like to use the Twick.it API you should take a look at this wrappers. By simply calling some static methods you can read data from the API and don't have to care about all the REST stuff like sending HTTP request or parsing XML data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    XML Objects for PHP makes XML manipulation and parsing of XML faster and easier by offering access to XML documents through an object oriented API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Extensible Bulletin Board Code System is designed to be an extensible system for parsing bulletin board code (commonly referred to as "bbcode") to or from HTML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ISO 8583 Standard for Financial Transaction is the International Organization for Standardization standard for systems that exchange electronic transactions. This is a PHP class for parsing and building ISO 8583 format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ImapHandler is a fsock-based low-level IMAP client for PHP intended for developers who want less abstraction than provided by the imap extension or PEAR::Mail_IMAP but don't want to have to worry about parsing everything themselves.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PHPUnitStats is a hook script for a SVN repository, which computes on each commit statistics of PHPUnit test cases performed by the author (by parsing the unified diff), and stores the result in a MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MilcovLib is a PHP library for CLI execution -- it supports all the typical CLI tasks, such as parameter parsing, VT100 colour output, syslog error output etc. Currently the status is pre-alpha (VT100 codes - colour and movement) -- sample code included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PHP Polar Tools is a set of PHP classes for the parsing and management of Polar Heart Rate Monitor data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PHPEditTable is a class which mimics a simple spreadsheet behaviour. It handles cell formatting as well as math expressions based on cells' addresses parsing. Works with complicated formulas, setting properties on cell/row/column/range/sheet level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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: 10 This Week
    Last Update:
    See Project
  • 24
    This package provides a php class for parsing BB codes. It is no longer maintained, unfit for PHP 5 and should no longer be used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A library for Atom / RSS feed fetching and parsing. Maps all feeds (where possible) to the latest Atom format, so that your code doesn't have to care what format the source was in. Supports Atom 1.0, 0.3, RSS 2.0, 1.0, 0.9x
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next