Showing 733 open source projects for "php 7"

View related business solutions
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • 1
    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...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    PHP OAuth 2.0 Server

    PHP OAuth 2.0 Server

    A spec compliant, secure by default

    league/oauth2-server is a standards compliant implementation of an OAuth 2.0 authorization server written in PHP which makes working with OAuth 2.0 trivial. You can easily configure an OAuth 2.0 server to protect your API with access tokens, or allow clients to request new access tokens and refresh them. The latest version of this package supports PHP 7.2, PHP 7.3, PHP 7.4, PHP 8.0. The openssl and json extensions are also required. All HTTP messages passed to the server should be PSR-7...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    Captcha for Laravel 5/6/7/8/9

    Captcha for Laravel 5/6/7/8/9

    Captcha for Laravel 5/6/7/8/9/10/11

    A simple Laravel 5/6 service provider for including the Captcha for Laravel. for Laravel 4 Captcha for Laravel Laravel 4. The Captcha Service Provider can be installed via Composer by requiring the mews/captcha package and setting the minimum-stability to dev (required for Laravel 5) in your project's composer.json.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Propelling Payments for Software Platforms Icon
    Propelling Payments for Software Platforms

    For SaaS businesses to monetize payments through its turnkey PayFac-as-a-Service solution.

    Exact Payments delivers easy-to-integrate embedded payment solutions enabling you to rapidly onboard merchants, instantly activate a variety of payment methods and accelerate your revenue β€” delivering an end-to-end payment processing platform for SaaS businesses.
  • 5
    Twitter for PHP

    Twitter for PHP

    Twitter API for Laravel 5.5+, 6.x, 7.x & 8.x

    Twitter API for Laravel 10.x, 11.x (and new versions as they are released). Also supports other frameworks via PHP-DI (or feel free to add support for your framework via PR). You need to create an application and create your access token in the Application Management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    NexoPOS

    NexoPOS

    The base version of NexoPOS, which is a web-Based Point Of Sale (POS)

    NexoPOS 4 is a free point-of-sale system built using Laravel, TailwindCSS, Vue, and other open-source resources. This POS System focuses on utilities and functionalities to offer most businesses all the tools they need to manage better their store. NexoPOS includes a responsive and beautiful dashboard that eases the interaction either on a smartphone, tables, or desktops. NexoPOS available on CodeCanyon gives access to premium modules marketplace.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 7
    Slim

    Slim

    PHP micro framework that helps you quickly write web applications

    ... PSR-7 HTTP message implementation so you may inspect and manipulate HTTP message method, status, URI, headers, cookies, and body. Slim supports dependency injection so you have complete control of your external tools. Use any Container-Interop container. Before you can get up and running with Slim you will need to choose a PSR-7 implementation that best fits your application.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 8
    Yii 2

    Yii 2

    The Fast, Secure and Professional PHP Framework

    Yii is a fast, secure, and efficient PHP framework. Flexible yet pragmatic. Works right out of the box. Has reasonable defaults. Yii gives you the maximum functionality by adding the least possible overhead. Sane defaults and built-in tools helps you write solid and secure code. Write more code in less time with simple, yet powerful APIs and code generation. It is fast, secure and efficient and works right out of the box pre-configured with reasonable defaults. The framework is easy to adjust...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 9
    Laravel AdminLTE

    Laravel AdminLTE

    Easy AdminLTE integration with Laravel

    This package provides an easy way to quickly set up AdminLTE v3 with Laravel (7 or higher). It has no other requirements and dependencies besides Laravel, so you can start building your admin panel immediately. The package provides a blade template that you can extend and an advanced menu configuration system. Also, and optionally, the package offers a set of AdminLTE styled authentication views that you can use in replacement of the ones that are provided by the legacy Laravel/UI...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Build with generative AI, deploy apps fast, and analyze data in seconds—all with Google-grade security. Icon
    Google Cloud is a cloud-based service that allows you to create anything from simple websites to complex applications for businesses of all sizes.
  • 10
    Guzzle

    Guzzle

    An extensible PHP HTTP client

    Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services. Simple interface for building query strings, POST requests, streaming large uploads, streaming large downloads, using HTTP cookies, uploading JSON data, etc... Can send both synchronous and asynchronous requests using the same interface. Uses PSR-7 interfaces for requests, responses, and streams. This allows you to utilize other PSR-7 compatible libraries with Guzzle. Abstracts away...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Barcode

    Barcode

    Laravel Barcode Generator

    This is a barcode generation package inspired by https://github.com/tecnickcom/TCPDF. Actually, I use that package's underline classes for generating barcodes. This package is just a wrapper of that package and adds compatibility with Laravel 5.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    RoadRunner

    RoadRunner

    High-performance PHP application server, process manager written in Go

    RoadRunner is an open-source (MIT licensed) high-performance PHP application server, load balancer, and process manager. It supports running as a service with the ability to extend its functionality on a per-project basis. RoadRunner includes PSR-7/PSR-17 compatible HTTP and HTTP/2 server and can be used to replace classic Nginx+FPM setup with much greater performance and flexibility. RoadRunner can be installed and used in production right away for even the biggest applications under constant...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    jrean/laravel-user-verification

    jrean/laravel-user-verification

    PHP package built for Laravel 5.* & 6.* & 7.* & 8.* & 9.* & 10.*

    jrean/laravel-user-verification is a PHP package built for Laravel 5., 6., 7., 8., 9.* & 10.* to easily handle a user verification and validate the e-mail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Lavalite

    Lavalite

    Multilingual PHP CMS built with Laravel and bootstrap

    Lavalite is an open source PHP Content Management System built with Laravel. It makes setting up a Laravel-based content management system or cloud-based application quick and easy. Lavalite is equipped with highly proficient features, including a simple and lightweight UI/UX, a highly responsive layout courtesy of an advanced bootstrap framework, and easy extensibility so you can add the plugins, packages and hooks that you need. Lavalite can and has been used to build websites for all kinds...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Backdrop CMS

    Backdrop CMS

    Backdrop core code repository

    Backdrop is a free and open-source content management system that helps you build modern, comprehensive websites for businesses and non-profits. More than 70 Drupal modules have been merged into the Backdrop core. Of the top 100 Drupal 7 modules, 96 of them are ready for Backdrop CMS. More than 750 modules, themes, and layouts are available for Backdrop CMS. Backdrop has a built-in upgrade path from Drupal 7. Backdrop is a great alternative for people with Drupal experience because it is so...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    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: 1 This Week
    Last Update:
    See Project
  • 17
    HTTP Factories

    HTTP Factories

    Implementation of PSR-17 (HTTP Message Factories)

    Implementation of PSR-17 (HTTP Message Factories) This repository holds all interfaces related to PSR-17 (HTTP Factories). Note that this is not a HTTP Factory implementation of its own. It is merely interfaces that describe the components of a HTTP Factory. The installable package and implementations are listed on Packagist. PSR-7 did not include a recommendation on how to create HTTP objects, which leads to difficulties when needing to create new HTTP objects within components...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    goetas-webservices / soap-client

    goetas-webservices / soap-client

    PHP implementation of SOAP 1.1 and 1.2 client specifications

    PHP implementation of SOAP 1.1 and 1.2 client specifications. Pure PHP, no dependencies on ext-soap. Extensible (JMS event listeners support). PSR-7 HTTP messaging. PSR-17 HTTP messaging factories. PSR-18 HTTP Client. No WSDL/XSD parsing on production. IDE type hinting support. Only document/literal style is supported and the webservice should follow the WS-I guidelines. There are no plans to support the deprecated rpc and encoded styles. Webservices not following the WS-I specifications might...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    HTMLPurifier for Laravel

    HTMLPurifier for Laravel

    HTMLPurifier for Laravel 5/6/7/8/9/10/11

    HTML Purifier is a standards-compliant HTML filter library written in PHP. HTML Purifier will not only remove all malicious code (better known as XSS) with a thoroughly audited, secure yet permissive whitelist, it will also make sure your documents are standards compliant, something only achievable with a comprehensive knowledge of W3C's specifications. Tired of using BBCode due to the current landscape of deficient or insecure HTML filters? Have a WYSIWYG editor but have never been able to use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Add schemaless attributes

    Add schemaless attributes

    Add schemaless attributes to Eloquent models

    Wouldn't it be cool if you could have a bit of the spirit of NoSQL available in Eloquent? This package does just that. It provides a trait that when applied to a model, allows you to store arbitrary values in a single JSON column.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    OLD LAMP Package With PHP 7.0  MYSQL 5.7

    OLD LAMP Package With PHP 7.0 MYSQL 5.7

    For working with old php applications

    If needed, please refer wiki page for virtual machine setup instructions. Also, watch video below.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Column sorting for Laravel

    Column sorting for Laravel

    Package for handling column sorting in Laravel 5/6/7/8

    Package for handling column sorting in Laravel 5.[5-8]. For earlier versions of Laravel checkout branch L5.1-3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Laravel log viewer

    Laravel log viewer

    Laravel log viewer

    Log Viewer for Laravel 5, 6, 7, 8, 9 & 10 (still compatible with 4.2 too) and Lumen. Install with composer, create a route to LogViewerController. No public assets, no vendor routes, works with and/or without log rotate. Inspired by Micheal Mand's Laravel 4 log viewer (works only with Laravel 4.1)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    jQuery DataTables API for Laravel

    jQuery DataTables API for Laravel

    jQuery DataTables API for Laravel

    This package is created to handle server-side works of DataTables jQuery Plugin via AJAX option by using Eloquent ORM, Fluent Query Builder or Collection. To enable debugging mode, just set APP_DEBUG=true and the package will include the queries and inputs used when processing the table. Please avoid using php artisan serve when developing with the package. There are known bugs when using this where Laravel randomly returns a redirect and 401 (Unauthorized) if the route requires authentication...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Routing Component

    Routing Component

    Maps an HTTP request to a set of configuration variables

    ... attributes because it’s convenient to put the route and controller in the same place. On PHP 8, you can use native attributes to configure routes right away. On PHP 7, where attributes are not available, you can use annotations instead, provided by the Doctrine Annotations library. This configuration tells Symfony to look for routes defined as annotations in any PHP class stored in the src/Controller/ directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next