Showing 19 open source projects for "http to php"

View related business solutions
  • 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
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 1
    Requests for PHP

    Requests for PHP

    Requests for PHP is a humble HTTP request library

    Requests is a HTTP library written in PHP, for human beings. It is roughly based on the API from the excellent Requests Python library. Requests is ISC Licensed (similar to the new BSD license) and has no dependencies, except for PHP 5.6+. Despite PHP’s use as a language for the web, its tools for sending HTTP requests are severely lacking. cURL has an interesting API, to say the least, and you can’t always rely on it being available. Sockets provide only low-level access and require you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Dompdf

    Dompdf

    HTML to PDF converter for PHP

    dompdf is an HTML to PDF converter. At its heart, dompdf is (mostly) a CSS 2.1 compliant HTML layout and rendering engine written in PHP. It is a style-driven renderer, it will download and read external stylesheets, inline style tags, and the style attributes of individual HTML elements. It also supports most presentational HTML attributes. PDF rendering is currently provided either by PDFLib or by a bundled version the R&OS CPDF class written by Wayne Munro. (Some important changes have been...
    Downloads: 68 This Week
    Last Update:
    See Project
  • 3
    Goutte

    Goutte

    Goutte, a simple PHP Web Scraper

    Goutte is a screen scraping and web crawling library for PHP. Goutte provides a nice API to crawl websites and extract data from the HTML/XML responses. Goutte depends on PHP 7.1+. Add fabpot/goutte as a require dependency in your composer.json file. Create a Goutte Client instance (which extends Symfony\Component\BrowserKit\HttpBrowser). Make requests with the request() method. The method returns a Crawler object (Symfony\Component\DomCrawler\Crawler). To use your own HTTP settings, you may...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    ReactPHP

    ReactPHP

    Event-driven, non-blocking I/O with PHP

    ReactPHP is a low-level library for event-driven programming in PHP. At its core is an event loop, on top of which it provides low-level utilities, such as: Streams abstraction, async DNS resolver, network client/server, HTTP client/server and interaction with processes. Third-party libraries can use these components to create async network clients/servers and more. ReactPHP is production ready and battle-tested with millions of installations from all kinds of projects around the world. Its...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
    Learn More
  • 5
    Swoole

    Swoole

    Coroutine-based concurrency library for PHP

    Build high-performance, scalable, concurrent TCP, UDP, Unix Socket, HTTP, WebSocket services with PHP and easy to use coroutine, fiber API. Write your next scalable async application server with PHP coroutine and PHP fiber API. Compared with other async programming frameworks or softwares such as Nginx, Tornado, Node.js, Swoole has the built-in PHP coroutine, fiber and async support, multiple threads I/O modules. You can use sync or async, coroutine, fiber API to write the applications...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    PSR-7

    PSR-7

    PSR-7 HTTP message library

    ... of the stream is, or the maximum preferred size of the buffer. The CachingStream is used to allow seeking over previously read bytes on non-seekable streams. This can be useful when transferring a non-seekable entity body fails due to needing to rewind the stream (for example, resulting from a redirect). Data that is read from the remote stream will be buffered in a PHP temp stream so that previously read bytes are cached first in memory, then on disk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    html2pdf
    HTML2PDF is a PHP class using FPDF for the PHP4 release, and TCPDF for the PHP5 release. It can convert valid HTML and xHTML to PDF. More details and examples on http://html2pdf.fr/ HTML2PDF is now on GitHub : https://github.com/spipu/html2pdf/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    cde4php - Cross Database Engine for PHP

    cde4php - Cross Database Engine for PHP

    Uniform Database Abstraction for PHP Development

    Debby has replaced CDE in the Tina4Stack, you may want to check it out at http://tina4.com CDE is a PHP class which implements the general database functions in PHP and provides a common SQL platform for php development where developers change their databases but not their code. Supports Firebird, MySQL,Oracle,SQLite, MSSQL(both drivers),CUBRID,ODBC. CDE now supports date uniformity, param passing & BLOB handling across all the databases supported. CDE is not a replacement for PDO...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Speedcoin CryptoCurrency CAPTCHA

    Speedcoin CryptoCurrency CAPTCHA

    Protecting against spam, death by captcha and monetise your website.

    It is a simple PHP/MySQL script which you can easily integrate into your own website in minutes Users of your website will see the Speedcoin Captcha box on your website page with information that they need go to Speedcoin.co, where they will FREELY obtain up to 150 Free Speedcoins . Your user then sends a certain amount of those Speedcoins to the Speedcoin address at the Captcha box. After our system receives these Speedcoins from your user (it takes few seconds only), our website...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
    Learn More
  • 10
    Muzu PHP Library

    Muzu PHP Library

    Library for MUZU.TV APIs

    Muzu PHP Library Complete library. Easy to use stand-alone library for MUZU.TV APIs. You can use it to access to all MUZU.TV API API data, including: - Artists - Channels - Videos - etc. You have to get your own API key: http://www.muzu.tv/api/apiKeyRequest/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    lib-php-digest

    A PHP implementation of the HTTP Digest model.

    A library designed to implement HTTP Basic and Digest authentication in a PHP environment with minimal coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Cakephp Facebook Integration
    A cakephp facebook component with easy GUI installer with live examples to connect to apps, send app requests, write on wall, view profile picture, friends list, and many more
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Elevate EXtreme Project

    Sistema para gerenciamento de projetos Elevate

    PT_BR: O objetivo do ELXP é dispor de uma ferramenta simples para controle de "pendência" de um projeto Extreme. EN: The goal is to have the ELXP a tool simple to control "pending" for a project Extreme. http://www.elevate.com.br
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    BC2Conn
    ...is a PHP written class for developers who want to build their own webinterfaces to administrate their Bad Company 2 gameservers. It's also possible to create webpages just with reading server information so that you can display them on your site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    x-OpenID (xOid) is a PHP OpenID RP library with focus on ease of integration. A demo of the current CVS version is available here : http://lsec.no/xOid/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Welcome to the opensource DS Report-Parser. This is an opensource report parser for the browser game "Tribal Wars" or "Die Staemme" http://www.tribalwars.net/ | http://www.die-staemme.de
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PHP DB CLASS1.0 was released.PHP DB CLASSis a Free Libre Open Source PHP class for mysql_db operations..PHP DB CLASS Supports UTF-8, Unicode, RTL languages and (x)HTML. For more information visit http://www.kukaka.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Unnoficial cPanel PHP API for manipulate the cPanel preferences such as Email, Domains, etc This PHP code is based from brendan's cPanel API at http://www.phpclasses.org/browse/package/3534.html
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    Odtphp2pdf is a simple GPL set of PHP5 classes and services that wraps odtphp and unoconv. It provides a simple way to produce PDF documents based on OpenOffice document templates. It was initiated by Ready Business Software (http://www.rbs.fr).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next