Showing 34931 open source projects for "php&mysql"

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.
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
  • 1
    PHP JWT Framework

    PHP JWT Framework

    JWT Framework

    This project is a framework that provides an implementation of JWS JSON Web Signature (RFC 7515), JWE JSON Web Encryption (RFC 7516), JWK JSON Web Key (RFC 7517), JWA JSON Web Algorithms (RFC 7518), JWT JSON Web Token (RFC 7519), JSON Web Key Thumbprint (RFC 7638), Unencoded Payload Option (RFC7797).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Amazon S3 PHP Class

    Amazon S3 PHP Class

    A standalone Amazon S3 (REST) client for PHP 7.3+/cURL

    A standalone Amazon S3 (REST) client for PHP 7.3+/cURL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Bloatless PHP WebSockets

    Bloatless PHP WebSockets

    Simple WebSocket server implemented in PHP

    Simple WebSocket server implemented in PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Brew PHP Switcher

    Brew PHP Switcher

    Brew PHP switcher is a simple shell script to switch versions of PHP

    Brew PHP switcher is a simple shell script to switch your apache and CLI quickly between major versions of PHP. If you support multiple products/projects that are built using either brand new or old legacy PHP functionality. For users of Homebrew (or brew for short) currently only. If you support multiple products/projects that are built using either brand new or old legacy PHP functionality and you find it a pain to change config files continually this will make the whole process just one...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
  • 5
    PassKit PHP SDK

    PassKit PHP SDK

    PHP SDK for Apple Wallet and Google Pay Membership, Loyalty, etc.

    Golang SDK for Apple Wallet and Google Pay membership, loyalty, event tickets, access cards, coupons & flights. Use the PassKit PHP gRPC SDK to issue and manage Apple Wallet and Google Pay Passes from your PHP application. Simply request your SDK credentials from the PassKit Portal. You will receive an email with your credentials on your registered email address. Follow the instructions in the email to decrypt key.pem, and then copy the .pem files into your project (in this project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PHP GitHub API

    PHP GitHub API

    A simple PHP GitHub API client, Object Oriented, tested and documented

    A simple PHP GitHub API client, Object Oriented, tested and documented. Uses GitHub API v3 & supports GitHub API v4. The object API (v3) is very similar to the RESTful API. Object Oriented wrapper for GitHub API, written with PHP. Light and fast thanks to lazy loading of API classes. Extensively tested and documented. We are decoupled from any HTTP messaging client with help by HTTPlug. To integrate this library in laravel Graham Campbell created graham-campbell/github. See the installation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Firebase Admin PHP SDK

    Firebase Admin PHP SDK

    Unofficial Firebase Admin SDK for PHP

    Firebase provides the tools and infrastructure you need to develop your app, grow your user base, and earn money. The Firebase Admin PHP SDK enables access to Firebase services from privileged environments (such as servers or cloud) in PHP. If you are interested in using the PHP Admin SDK as a client for end-user access (for example, in a web application), as opposed to admin access from a privileged environment (like a server), you should instead follow the instructions for setting up...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Setup PHP in GitHub Actions

    Setup PHP in GitHub Actions

    GitHub action to set up PHP with extensions, php.ini configuration

    GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools. Setup PHP with required extensions, php.ini configuration, code-coverage support and various tools like composer in GitHub Actions. This action gives you a cross-platform interface to set up the PHP environment you need to test your application. Refer to Usage section and examples to see how to use this. Refer to the self-hosted setup to use the action on self-hosted runners. Operating...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PHP Curl Class

    PHP Curl Class

    Send HTTP requests and integrate with web APIs

    Easily send HTTP requests and integrate with web APIs. PHP Curl Class works with PHP 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, and 8.1.
    Downloads: 0 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 10
    PHP Debug Bar

    PHP Debug Bar

    Debug bar for PHP

    The DebugBar integrates easily in any projects and can display profiling data from any part of your application. It comes built-in with data collectors for standard PHP features and popular projects. The DebugBar has two parts: the main DebugBar object with data collectors and the renderer. Data collectors are objects collecting a specific set of data. To makes things easy, the StandardDebugBar has all the built-in collectors activated. The DebugBar uses DataCollectors to collect data from your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PSN-PHP Wrapper

    PSN-PHP Wrapper

    A PHP wrapper for the PlayStation API.

    psn-php is a PHP library for interacting with the PlayStation API. You can use psn-php to add things like a trophy leaderboard or status of users on Playstation on your website or any PHP application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Laravel

    Laravel

    The PHP Framework For Web Artisans

    Laravel is a free, open-source PHP web framework
    Downloads: 126 This Week
    Last Update:
    See Project
  • 13
    Composer

    Composer

    Dependency Manager for PHP

    Composer is a tool for dependency management in PHP, inspired by node's npm and ruby's bundler. It allows you to declare, manage and install the libraries on which your PHP project depends. Unlike most package managers, Composer manages on a per-project basis. It installs packages or libraries in a directory (e.g. vendor) inside your project and does not install anything globally. However, for convenience it does support a "global" project via the global command. Suppose your project depends...
    Downloads: 85 This Week
    Last Update:
    See Project
  • 14
    HTML To Markdown for PHP

    HTML To Markdown for PHP

    Convert HTML to Markdown with PHP

    Library which converts HTML to Markdown for your sanity and convenience. You have an existing HTML document that needs to be edited by people with good taste. You want to store new content in HTML format but edit it as Markdown. You want to convert HTML email to plain text email. You know a guy who's been converting HTML to Markdown for years, and now he can speak Elvish. You'd quite like to be able to speak Elvish. You just really like Markdown. By default, HTML To Markdown preserves HTML...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    GraphQLite for PHP

    GraphQLite for PHP

    Use PHP Attributes/Annotations to declare your GraphQL API

    A PHP library that allows you to write your GraphQL queries in simple-to-write controllers. A GraphQL library for PHP that allows you to use attributes (or annotations) to define your schema and write your queries and mutations using simple-to-write controllers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    OpenAI PHP

    OpenAI PHP

    OpenAI PHP for Laravel is a supercharged PHP API client

    OpenAI PHP for Laravel is a community-maintained PHP API client that allows you to interact with the Open AI API. If you or your business relies on this package, it's important to support the developers who have contributed their time and effort to create and maintain this valuable tool. Specify your OpenAI API Key and organization. The timeout may be used to specify the maximum number of seconds to wait for a response. By default, the client will time out after 30 seconds. The OpenAI facade...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    Mix PHP

    Mix PHP

    PHP CLI mode development framework, supports Swoole, WorkerMan, etc.

    MixPHP is a PHP command line model development framework; based on VegaDriven HTTP can support at the same time Swoole, WorkerMan, FPM, CLI-ServerEcology, and can be seamlessly switched; V3It is a highly decoupled version. The overall code is constructed based on multiple independent modules. Even if the user does not use our scaffold, these independent modules can be used, and all modules support native development. For example you can use only mix/vega to match laravel orm; you can use mix...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    libphonenumber for PHP

    libphonenumber for PHP

    PHP version of Google's phone number handling library

    A PHP library for parsing, formatting, storing and validating international phone numbers. This library is based on Google's libphonenumber. This library will try to follow the same version numbers as Google. There could be additional releases where needed to fix critical issues that can not wait until the next release from Google. This does mean that this project may not follow Semantic Versioning, but instead Google's version policy. As a result, jumps in major versions may not actually...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    elasticsearc-php

    elasticsearc-php

    PHP low-level client for Elasticsearch

    Introducing Elasticsearch DSL library to provide objective query builder for Elasticsearch bundle and elasticsearch-php client. You can easily build any Elasticsearch query and transform it to an array. This agnostic package is a lightweight wrapper on top of the Elasticsearch PHP client. Its main goal is to allow for easier structuring of queries and indices in your application. It does not want to hide or replace the functionality of the Elasticsearch PHP client. Feature complete, object...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    sqlmap

    sqlmap

    Automatic SQL injection and database takeover tool

    sqlmap is a powerful, feature-filled, open source penetration testing tool. It makes detecting and exploiting SQL injection flaws and taking over the database servers an automated process. sqlmap comes with a great range of features that along with its powerful detection engine make it the ultimate penetration tester. It offers full support for MySQL, Oracle, PostgreSQL, Microsoft SQL Server, Microsoft Access, IBM DB2, SQLite, Firebird, and many other database management systems. It also...
    Downloads: 79 This Week
    Last Update:
    See Project
  • 23
    PrestaShop

    PrestaShop

    An open source eCommerce platform

    ... only. To download the latest stable public version of PrestaShop (currently, version 1.7), please go to the download page on the official PrestaShop site. The 'develop' branch of this repository contains the work in progress source code for the next version of PrestaShop 1.7. To install the latest PrestaShop 1.7, you need a web server running PHP 7.1+ and any flavor of MySQL 5.0+ (MySQL, MariaDB, Percona Server, etc.). Versions between 1.7.0 and 1.7.6 work with PHP 5.6+.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 24
    Countries States Cities Database

    Countries States Cities Database

    Discover our global repository of countries, states, and cities

    Full Database of city state country available in JSON, SQL, XML, YAML & CSV format. All Countries, States and cities are Covered and populated with Different Combinations and versions. The API database is regularly updated to ensure the latest data is available to users. Discover our global repository of countries, states, and cities! Get comprehensive data in JSON, SQL, XML, YAML, and CSV formats. Access ISO2, ISO3 codes, country code, capital, native language, time zones (for countries), and more.
    Downloads: 83 This Week
    Last Update:
    See Project
  • 25
    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: 63 This Week
    Last Update:
    See Project