Showing 123 open source projects for "open any file"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • ContractSafe: Contract Management Software Icon
    ContractSafe: Contract Management Software

    Take Control Of Your Contracts Without Wrecking The Budget

    Ditch those spreadsheets, shared drives & crazy-expensive solutions with too many bells & whistles. ContractSafe offers the simplest way to manage your contracts efficiently without breaking the bank.
  • 1
    Dompdf

    Dompdf

    HTML to PDF converter for PHP

    ... made to the R&OS class, however). In order to use PDFLib with dompdf, the PDFLib PECL extension is required. Using PDFLib improves performance and reduces the memory requirements of dompdf somewhat, while the R&OS CPDF class, though slightly slower, eliminates any dependencies on external PDF libraries.
    Downloads: 62 This Week
    Last Update:
    See Project
  • 2
    SleekDB

    SleekDB

    Pure PHP NoSQL database with no dependency

    SleekDB is a simple flat file NoSQL-like database implemented in PHP without any third-party dependencies that store data in plain JSON files. It is not designed to handle heavy-load IO operations, it is designed to have a simple solution where all we need a database for managing a few gigabytes of data. You can think of it as a database for low to medium operation loads.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    CssSelector Component

    CssSelector Component

    Converts CSS selectors to XPath expressions

    XPath expressions are incredibly flexible, so there is almost always an XPath expression that will find the element you need. Unfortunately, they can also become very complicated, and the learning curve is steep. Even common operations (such as finding an element with a particular class) can require long and unwieldy expressions. CSS selectors are less powerful than XPath, but far easier to write, read and understand. Since they are less powerful, almost all CSS selectors can be converted to...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    JSON Parser

    JSON Parser

    Zero-dependencies lazy parser to read JSON of any dimension

    Zero-dependencies pull parser to read large JSON from any source in a memory-efficient way.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
  • 5
    Html Menu Generator

    Html Menu Generator

    Html menu generator

    The spatie/menu package provides a fluent interface to build menus of any size in your PHP application. If you're building your app with Laravel, the spatie/laravel-menu provides some extra treats. All classes provide a human-readable, fluent interface (no array configuration). Additionally, you can opt for a more verbose and flexible syntax, or for convenience methods that cover most use cases. You can programmatically add html classes and attributes to any item in the menu, or to the menu...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Snappy PHP

    Snappy PHP

    PHP library allowing thumbnail, snapshot or PDF generation from an URL

    Snappy is a PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. It uses the excellent WebKit-based wkhtmltopdf and wkhtmltoimage available on OSX, Linux, Windows. You will have to download wkhtmltopdf 0.12.x in order to use Snappy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    MadelineProto

    MadelineProto

    Async PHP client/server API for the telegram MTProto protocol

    ... file id/object support (even for users)! A Lua binding, a lua wrapper for td-cli scripts, Secret chats, MTProto 2.0, PFS, PFS in secret chats. MadelineProto can do everything official clients can do, and more! MadelineProto requires the mbstring, xml, json, fileinfo, gmp extensions to function properly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Easily store some loose values

    Easily store some loose values

    Easily store some values

    This package makes it easy to store and retrieve some loose values. Stored values are saved as a json file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TypeResolver

    TypeResolver

    PSR-5 based resolver of class names, types, structural element names

    ... provides two Resolvers that are capable of returning a series of Value Object for given expression while resolving any partial class names, and returning an FQSEN object after resolving any partial Structural Element Names into Fully Qualified Structural Element names. Consult the examples folder and check which type of action that your want to accomplish.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

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

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
  • 10
    PHP7

    PHP7

    PHP7 / Laravel Multi-format Streaming Parser

    When it comes to parsing XML/CSV/JSON/... documents, there are 2 approaches to consider. DOM loading loads all the documents, making it easy to navigate and parse, and as such provides maximum flexibility for developers. Streaming implies iterating through the document, acts like a cursor, and stops at each element in its way, thus avoiding memory overkill. Thus, when it comes to big files, callbacks will be executed meanwhile file is downloading and will be much more efficient as far as memory...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Laravel PDF

    Laravel PDF

    Create PDF files in Laravel apps

    This package provides a simple way to create PDFs in Laravel apps. Under the hood it uses Chromium to generate PDFs from Blade views. You can use modern CSS features like grid and flexbox to create beautiful PDFs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Pinyin

    Pinyin

    A high-quality solution for converting Chinese to Pinyin

    ... memory consumption. Disadvantages, slow conversion, not as fast as memory conversion, php >= 5.5. Small memory type, load dictionary shards into memory. In-memory, preload all dictionaries into memory. Do not load into memory, open dictionary line by line traversal using file stream and allocate single line memory using php5.5 generator (yield) feature.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    REST API Response Builder for Laravel

    REST API Response Builder for Laravel

    Builds nice, normalized and easy to consume REST JSON responses

    ...) exhaustive documentation. But that's not all! The JSON structure produced by ResponseBuilder is designed with users of your API in mind, so its structure is predictable and well-defined which makes dealing with your API using ResponseBuilder library a breeze. Simple JSON response, with a well-defined and predictable structure, easy to consume without any hassle or trickery. Your clients will love it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Html Menu Generator for Laravel

    Html Menu Generator for Laravel

    Html menu generator for Laravel

    .... There are some packages out there that can help generating menus, but most of them have a messy API or have become victims of feature creep. That's why we decided to create our own modern menu package that has a beautiful API to work with. We have provided full documentation containing lots of examples. In this post I'd like to walk you through it. The spatie/menu package provides a fluent interface to build menus of any size in your php application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Laravel JSON API Paginate

    Laravel JSON API Paginate

    A paginator that plays nice with the JSON API spec

    In a vanilla Laravel application, the query builder paginators will listen to the page request parameters. This works great, but it does not follow the example solution of the json: API spec. That example expects the query builder paginator to listen to the page[number] and page[size] request parameters. This package adds a jsonPaginate method to the Eloquent query builder that listens to those parameters and adds the pagination links the spec requires.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SwapCode

    SwapCode

    Swapping code like burgers? Here your p2p, drag-n-drop solution

    Hello and welcome to Swap Code! Swap Code is a light, simple, "peer-to-peer" software for swapping snippets of code with others, by dran-n-drop. Swap Code is released under GPLv3 license, it is supplied AS-IS and we do not take any responsibility for its misusage. Swap Code got built behind some cool features like object drag-n-drop between browser windows, full object serialization and xml. Please refer to the README.md file for a correct setup. Swap Code gets released on http...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MacSwap

    MacSwap

    Swapping everything like burgers? Your p2p, drag-n-drop solution

    Hello and welcome to MacSwap! MacSwap is a light, simple, "peer-to-peer" software for swapping your own stuff with others, by drag-n-drop. MacSwap is released under GPLv3 license, it is supplied AS-IS and we do not take any responsibility for its misusage. MacSwap got built behind some cool features like object drag-n-drop between browser windows, full object serialization and xml. Please refer to the README.md file for a correct setup. MacSwap gets released on http://github.com/par7133...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    5cube

    5cube

    Every person its prospects. Your p2p, drag-n-drop solution

    Hello and welcome to 5 Cube! 5 Cube is a light, simple, "peer-to-peer" software to source your prospects. Your procurement digital solution, by drag-n-drop. 5 Cube is released under GPLv3 license, it is supplied AS-IS and we do not take any responsibility for its misusage. 5 Cube got built behind some cool features like the cube interface, object drag-n-drop between browser windows, full object serialization and xml. Please refer to the README.md file for a correct setup. 5 Cube gets...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    VMaX-MarC

    Markup Code generator

    Classes for generation of not only (X)HTML code. It is possible to create also XML, XSL, SVG and many other - but possibilities are limited by original purpose: creation of HTML code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Tailwindo

    Tailwindo

    Convert Bootstrap CSS code to Tailwind CSS code

    This tool can convert Your CSS framework (currently Bootstrap) classes in HTML/PHP (any of your choice) files to equivalent Tailwind CSS classes. Made to be easy to add more CSS frameworks in the future (currently Bootstrap). Can convert single files/code snippets/folders. Can extract changes to a separate CSS file as Tailwind components and keep old classes names.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    php-jsonq

    php-jsonq

    A PHP query builder for JSON

    JsonQ is a simple, elegant PHP package to Query over any type of JSON Data. It'll make your life easier by giving the flavor of an ORM-like query on your JSON.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Parsedown

    Parsedown

    Better markdown parser in PHP

    Parsedown is capable of escaping user-input within the HTML that it generates. Additionally Parsedown will apply sanitisation to additional scripting vectors (such as scripting link destinations) that are introduced by the markdown syntax itself. If you wish to allow HTML within untrusted user-input, but still want output to be free from XSS it is recommended that you make use of a HTML sanitiser that allows HTML tags to be whitelisted, like HTML Purifier. In both cases you should strongly...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    TCPDF - PHP class for PDF

    TCPDF - PHP class for PDF

    PHP class for PDF

    TCPDF is a PHP class for generating PDF documents without requiring external extensions. TCPDF Supports UTF-8, Unicode, RTL languages, XHTML, Javascript, digital signatures, barcodes and much more. IMPORTANT: This version will be soon marked as deprecated and replaced by a new version currently under development: https://github.com/tecnickcom/tc-lib-pdf
    Leader badge
    Downloads: 246 This Week
    Last Update:
    See Project
  • 24
    polycash

    polycash

    PolyCash is the ultimate open source betting system.

    Design your new betting currency by choosing a blockchain to run on, a name for your coins and an initial supply. Then create your genesis transaction and import the new coins into your wallet. Next decentralize your currency by installing it on a bunch of different nodes and distributing the coins to any initial investors and stakeholders. PolyCash makes it easy to create a new cryptocurrency for sports betting or betting on any other topic. You can peg your currency to the dollar...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Style-Guide-Boilerplate

    Style-Guide-Boilerplate

    A starting point for crafting living style guides

    ... they hopefully shouldn't cause any conflicts with your website's own styles. You should be able to go to yoursite.com/style-guide/ and see how your live site's CSS affects base elements. The last step is creating your site's custom patterns/modules. To create custom patterns like buttons, breadcrumbs, alert messages, etc., create a new .html file and add your HTML markup into the file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next