PHP php-library

Open-source PHP projects categorized as php-library

Top 23 PHP php-library Projects

  • PHPMailer

    The classic email sending library for PHP

    Project mention: Sending Text Messages | reddit.com/r/PHPhelp | 2023-05-03

    I found I have good experiences with a real email address provided by my domain/web host, and then I use the PHPMailer Class to send the message with the appropriate headers and what not.

  • hashids

    A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.

    Project mention: Generate unique Id | reddit.com/r/PHPhelp | 2023-04-28

    Depending on your requirements, you may also want to look at libraries that allow you to generate an ID using an existing identifier such as hashids. Unlike UUIDs (or other random values) these are predictable (if you know enough values and their original IDs, or watch new ones being created, you can reverse-engineer the mapping) but can still serve as a short, obfuscated value.

  • CodiumAI

    TestGPT | Generating meaningful tests for busy devs. Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.

  • twitteroauth

    The most popular PHP library for use with the Twitter OAuth REST API.

    Project mention: Tweeting from my Laravel app using multiple accounts. | reddit.com/r/laravel | 2022-10-16

    I have added the ability to tweet from my app. I borrowed the code from [christophrumpel/larastreamers](https://github.com/christophrumpel/larastreamers) which uses [Abraham\TwitterOAuth](https://github.com/abraham/twitteroauth) to provide a Twitter facade capable of sending a tweet along with faking capabilities. A service provider binds Abraham\TwitterOAuth into the container with the twitter credentials passes to the constructor and stores the TwitterOAuth instance as a property on the class that the facade is accessing. This all works perfectly.

  • Math PHP

    Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra

    Project mention: math-php: NEW Extended Research - star count:2207.0 | reddit.com/r/algoprojects | 2023-04-22
  • Hprose-PHP

    Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP

  • php-qrcode

    A QR code generator and reader with a user friendly API. PHP 7.4+

    Project mention: Has anyone used this library in Laravel to create custom QR codes? | reddit.com/r/PHPhelp | 2023-04-27

    Not OP but there are some references to logos in the documentation but it seems the functionality isn't fully implemented yet. See here for example: https://github.com/chillerlan/php-qrcode/wiki/QRMatrix

  • tus-php

    🚀 A pure PHP server and client for the tus resumable upload protocol v1.0.0

    Project mention: IMPLEMENTING RESUMABLE FILE UPLOADS IN PHP WITH LARAVEL 8, UPPY AND TUS | dev.to | 2022-06-30

    Tus-PHP: A pure PHP server and client for the tus resumable upload protocol v1.0.0.

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • php-image-resize

    Project mention: BigQuery prices increasing by more than 100% for many users | news.ycombinator.com | 2023-03-31

    We at https://www.gumlet.com use bigquery a lot, but now it seems we will have to move to click house. Can’t trust google with anything. First Kubernetes price intro, then multi region storage price increase along with inter region price introduction and now this.

    I would trust AWS but not Google.

  • validation

    PHP Standalone Validation Library (by rakit)

    Project mention: Guess who doesnt understand PHP turnery statements | reddit.com/r/badcode | 2022-08-12
  • Lodash-PHP

    Easy to use utility functions for everyday PHP projects. This is a port of the Lodash JS library to PHP

  • PackageGenerator

    Generates a PHP SDK based on a WSDL, simple and powerful, WSDL to PHP

    Project mention: Soapclient & soap apis | reddit.com/r/PHP | 2022-11-24

    I have really good experiences with https://github.com/WsdlToPhp/PackageGenerator

  • WebAuthn

    A simple PHP WebAuthn (FIDO2) server library (by lbuchs)

    Project mention: Ask HN: WebAuthn – Replace Password or Second Factor? | news.ycombinator.com | 2022-10-14
  • Password-Generator

    PHP Library to generate random passwords

  • http-router

    :tada: Release 2.0 is released! Very fast HTTP router for PHP 7.1+ based on PSR-7 and PSR-15 with support for annotations/attributes and OpenAPI (Swagger) Specification

  • odata-client-php

    OData Client Library for PHP

    Project mention: PHP library for working with Microsoft Dataverse | reddit.com/r/PHPhelp | 2022-11-04
  • neo4j-php-client

    Php client and driver for neo4j database

  • PdoOne

    It is a simple library for PHP that simplify the use of the PDO extension.

  • Sign in with Apple for PHP

    PHP library to verify and validate Apple IdentityToken and authenticate a user with Apple ID.

  • chevere

    High quality library for modern PHP (by chevere)

  • Php-pushwoosh

    A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.

  • mighty

    The last validation library you will ever need!

    Project mention: October 2022 monthly "What are you working on?" thread | reddit.com/r/ProgrammingLanguages | 2022-10-02

    I wrote a specification a while back for an Expression Language for data validation (mostly for input in loosely typed languages) called Mighty. It’s a pretty simple, expressive, and powerful language that makes validating structured data a breeze. I already implemented it in PHP and currently working on implementing it in other languages (JavaScript makes sense the most right now). The goal is to make an embeddable language to unify how data is validated across multiple languages.

  • pan-os-php

    Framework and utilities to easily manage and edit Palo Alto Network PANOS devices

    Project mention: Panorama - Delete Policy 0 Hits from Device Groups | reddit.com/r/paloaltonetworks | 2023-05-03

    PAN-OS-PHP available here: https://github.com/PaloAltoNetworks/pan-os-php

  • Bingo Functional

    A simple functional programming library for PHP

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-05-03.

PHP php-library related posts

Index

What are some of the best open-source php-library projects in PHP? This list will help you:

Project Stars
1 PHPMailer 19,554
2 hashids 4,993
3 twitteroauth 4,248
4 Math PHP 2,222
5 Hprose-PHP 1,973
6 php-qrcode 1,363
7 tus-php 1,334
8 php-image-resize 1,137
9 validation 757
10 Lodash-PHP 484
11 PackageGenerator 377
12 WebAuthn 272
13 Password-Generator 263
14 http-router 152
15 odata-client-php 131
16 neo4j-php-client 127
17 PdoOne 104
18 Sign in with Apple for PHP 81
19 chevere 71
20 Php-pushwoosh 65
21 mighty 55
22 pan-os-php 54
23 Bingo Functional 54
ONLYOFFICE Docs — document collaboration in your environment
Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
www.onlyoffice.com