search
HomeBackend DevelopmentPHP Tutorial15 Very Practical Open Source PHP Class Libraries, 15 Open Source Class Libraries_PHP Tutorial

15 very practical open source PHP class libraries, 15 open source class libraries

The PHP library provides developers with a standard interface, which helps developers make full use of it in PHP Object-oriented programming. These libraries provide a standard API for specific types of built-in functionality, allowing classes to interact seamlessly with the PHP engine. In addition, developers can simplify their workflow and improve work efficiency by using these libraries.

Let’s take a look at these very practical and free class libraries. I hope they can help you.

 1.Requests

Requests is an HTTP library written in PHP, following the ISC open source license and hosted on GitHub. Requests replaces everything except Python HTTP/1.1 - allowing you to seamlessly integrate with web services.

Requests provides a consistent API and uses cURL or fsockopen (depending on availability). It also simplifies sending requests, accepting HEAD, GET, POST, PUT, DELETE or PATCH and adding headers, form data and more. file consisting of parts. Secondly, the library is also suitable for international domain names, authentication, automatic compression of gzip compressed responses, etc. In summary, it can be seen that Requests is a very easy-to-use tag that can host HTTP requests in a friendly manner.

 2.Munee

Munee is a PHP library that integrates image resizing, CSS-JS merging/compression, caching and other functions. Resources can be cached on the server side and client side. It integrates the PHP image manipulation library Imagine to realize image resizing and cropping, and then caches it.

Munee can automatically compile LESS, SCSS and CoffeeScript, and can merge CSS+JS files into a single request. In addition, it can also minify these CSS-JS files to give them better performance. The library can also be easily integrated with any code.

 3.Ratchet

Ratchet is a PHP library and WebSockets toolkit that developers can use to build real-time, bidirectional App applications between the client and server, and can quickly and easily build event-driven applications (instead of traditional HTTP request/response application).

 4.Swift Mailer

Swift Mailer is a feature-rich PHP email library that does not rely on PHP’s own mail() function, because this function takes up a lot of system resources when sending multiple emails. Swift communicates directly with the SMTP server, with very high sending speed and efficiency.

 5.Unirest

Unirest is a lightweight HTTP development library that can be used for development languages ​​​​such as PHP, Ruby, Python, Java, and Objective-C. Supports GET, POST, PUT, UPDATE, and DELETE operations. Its calling method and return results are the same for all development languages.

 6.Detector

Detector is an open source PHP library used to detect the user's browser environment. It gets browser usage and the browser's HTML5 CSS3 capabilities, and analyzes whether it's a mobile, tablet, desktop or web crawler and other items such as: color depth, video size, cookies, etc. The library uses a single user-agent string for each browser user to automatically adapt to new browsers, versions, and devices.

 7.PHP Thumb

PHP Thumb is a PHP class used to generate thumbnails of images. It only takes a few lines of code, supports multiple image sources, including file systems or databases, and supports most image formats. You can also rotate, cut, add watermarks to pictures, etc. The quality of thumbnails can be customized and built-in caching is provided to reduce server load.

 8.Zebra Image

Zebra Image is an open source lightweight image processing library and an object-oriented library that only requires PHP GD2 extension and supports scaling, cropping, rotating and flipping operations. It can be used in .jpg, .gif, .png and other formats.

 9.Hybrid Auth

HybridAuth is an open source PHP class library that is used to provide verification functions through Weibo/social networking sites and IDs to achieve synchronous website login functions. It can be easily integrated with existing websites. You only need to reference a file and add a few lines of code to log in. Once authenticated, HybridAuth provides standardized information about the connected user. Furthermore, in addition to the authentication functionality, this library allows us to interact with social API clients to which the user is connected.

 10. Gantt Charts

Gantti is an open source PHP class that helps users generate Gantt charts instantly. Creating charts with Gantti requires no JavaScript and is pure HTML5-CSS3. The default output of the chart is very beautiful, but users can customize the style for output (SASS style sheet).

 11.Mobile Detect

Mobile Detect is a PHP class that detects various mobile phone devices through User-Agent and combines HTTP Header to detect the mobile device environment. The most powerful thing about this library is that it has a very complete library that can detect the device type used (including operation type, mobile phone brand, etc.) and browser details.

 12.ImageWorkshop

As the name suggests, ImageWorkshop is a PHP class library for managing and manipulating images. This class has logic similar to image editing software: based on the concept of layers, many layers or layer groups can be superimposed (different manipulation options for each layer). It also supports many functions such as watermark, crop, move, zoom, rotate, overlay, etc.

 13.JqmPhp

JqmPhp is a PHP open source class library, designed to simplify jQuery and PHP for mobile development, and is used to generate HTML files required to use the jQuery Mobile framework. The files of this class library are independent, so you can choose to use them according to your needs.

 14.PHP Image Cache

Image Cache is a lightweight PHP class that can compress, move, and cache images in the user's browser. This class provides some simple settings such as directory, root path URL, etc., and then calls the compression function for each image.

 15.Imagine

Imagine is an object-oriented PHP class library for image manipulation. This class library can handle some commonly used operations such as scaling, cropping, applying filters, etc. Its Color class library can be used to generate RGB values ​​for any specific color. It also provides some methods to draw graphics such as arcs, ellipses, lines, slices, etc.

 From: CodeGeekz

Is there any open source php class library to achieve load balancing of the database? - PHP advanced discussion

php can’t do this. To do database load balancing, you must start with the database and cannot be lazy. Also, what are you doing that requires load balancing?

Can ASP source code website program be converted into PHP source code?

First of all:

1. The website can be converted from ASP to PHP, but the program must be redeveloped.

2. PHP generally uses mysql database. It turns out that whether your ASP website database uses AC or MMSQL, the data can be converted to mysql. If you don’t want to convert, PHP can also use your original database. database, then the ADODB class library must be used when developing PHP programs.

3. PHP is indeed much better than ASP. Didn’t you see that there are many big websites, such as Baidu, Sina, QQ, Yahoo, etc., all using PHP to varying degrees for website development.

4. ASP is generally considered to only run on IIS, but it is not multi-platform. PHP can run on any platform, including Mac OS X, Windows, Linux and Solaris! Apache's security options make it more secure than the Windows Server operating system. IIS has many known security vulnerabilities and has been being patched; in comparison, Apache's security is obvious to all

Which program to use for development depends on your needs!

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/893869.htmlTechArticle15 very practical open source PHP libraries, 15 open source library PHP libraries provide developers with a standard Interface, which helps developers take full advantage of object-oriented programming in PHP. These libraries are for specific...
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
YOLOv6又快又准的目标检测框架已经开源了YOLOv6又快又准的目标检测框架已经开源了May 09, 2023 pm 02:52 PM

作者:楚怡、凯衡等近日,美团视觉智能部研发了一款致力于工业应用的目标检测框架YOLOv6,能够同时专注于检测的精度和推理效率。在研发过程中,视觉智能部不断进行了探索和优化,同时吸取借鉴了学术界和工业界的一些前沿进展和科研成果。在目标检测权威数据集COCO上的实验结果显示,YOLOv6在检测精度和速度方面均超越其他同体量的算法,同时支持多种不同平台的部署,极大简化工程部署时的适配工作。特此开源,希望能帮助到更多的同学。1.概述YOLOv6是美团视觉智能部研发的一款目标检测框架,致力于工业应用。

地理信息科学专业学生应选择哪种电脑地理信息科学专业学生应选择哪种电脑Jan 13, 2024 am 08:00 AM

推荐适合地理信息科学专业学生用的电脑1.推荐2.地理信息科学专业学生需要处理大量的地理数据和进行复杂的地理信息分析,因此需要一台性能较强的电脑。一台配置高的电脑可以提供更快的处理速度和更大的存储空间,能够更好地满足专业需求。3.推荐选择一台配备高性能处理器和大容量内存的电脑,这样可以提高数据处理和分析的效率。此外,选择一台具备较大存储空间和高分辨率显示屏的电脑也能更好地展示地理数据和结果。另外,考虑到地理信息科学专业学生可能需要进行地理信息系统(GIS)软件的开发和编程,选择一台支持较好的图形处

MLC LLM:开源AI聊天机器人,支持离线运行,适用于集成显卡电脑和iPhone。MLC LLM:开源AI聊天机器人,支持离线运行,适用于集成显卡电脑和iPhone。May 06, 2023 pm 03:46 PM

5月2日消息,目前大多数AI聊天机器人都需要连接到云端进行处理,即使可以本地运行的也配置要求极高。那么是否有轻量化的、无需联网的聊天机器人呢?一个名为MLCLLM的全新开源项目已在GitHub上线,完全本地运行无需联网,甚至集显老电脑、苹果iPhone手机都能运行。MLCLLM项目介绍称:“MLCLLM是一种通用解决方案,它允许将任何语言模型本地部署在一组不同的硬件后端和本地应用程序上,此外还有一个高效的框架,供每个人进一步优化自己用例的模型性能。一切都在本地运行,无需服务器支持,并通过手机和笔

基于开源的 ChatGPT Web UI 项目,快速构建属于自己的 ChatGPT 站点基于开源的 ChatGPT Web UI 项目,快速构建属于自己的 ChatGPT 站点Apr 15, 2023 pm 07:43 PM

作为一个技术博主,了不起比较喜欢各种折腾,之前给大家介绍过ChatGPT​接入微信,钉钉和知识星球(如果没看过的可以翻翻前面的文章),最近再看开源项目的时候,发现了一个ChatGPTWebUI项目。想着刚好之前没有将ChatGPT​接入过WebUI,有了这个开源项目可以拿来使用,真是不错,下面是实操的安装步骤,分享给大家。安装官方在Github​的项目文档上提供了很多中的安装方式,包括手动安装,docker​部署,以及远程部署等方法,了不起在选择部署方式的时候,一开始为了简单想着

仅需1% Embedding参数,硬件成本降低十倍,开源方案单GPU训练超大推荐模型仅需1% Embedding参数,硬件成本降低十倍,开源方案单GPU训练超大推荐模型Apr 12, 2023 pm 03:46 PM

深度推荐模型(DLRMs)已经成为深度学习在互联网公司应用的最重要技术场景,如视频推荐、购物搜索、广告推送等流量变现业务,极大改善了用户体验和业务商业价值。但海量的用户和业务数据,频繁地迭代更新需求,以及高昂的训练成本,都对 DLRM 训练提出了严峻挑战。在 DLRM 中,需要先在嵌入表(EmbeddingBags)中进行查表(lookup),再完成下游计算。嵌入表常常贡献 DLRM 中 99% 以上的内存需求,却只贡献 1% 的计算量。借助于 GPU 片上高速内存(High Bandwidth

用图像对齐所有模态,Meta开源多感官AI基础模型,实现大一统用图像对齐所有模态,Meta开源多感官AI基础模型,实现大一统May 11, 2023 pm 07:25 PM

在人类的感官中,一张图片可以将很多体验融合到一起,比如一张海滩图片可以让我们想起海浪的声音、沙子的质地、拂面而来的微风,甚至可以激发创作一首诗的灵感。图像的这种「绑定」(binding)属性通过与自身相关的任何感官体验对齐,为学习视觉特征提供了大量监督来源。理想情况下,对于单个联合嵌入空间,视觉特征应该通过对齐所有感官来学习。然而这需要通过同一组图像来获取所有感官类型和组合的配对数据,显然不可行。最近,很多方法学习与文本、音频等对齐的图像特征。这些方法使用单对模态或者最多几种视觉模态。最终嵌入仅

首个大众可用PyTorch版AlphaFold2复现,哥大开源,star量破千首个大众可用PyTorch版AlphaFold2复现,哥大开源,star量破千Apr 13, 2023 am 09:58 AM

刚刚,哥伦比亚大学系统生物学助理教授 Mohammed AlQuraishi 在推特上宣布,他们从头训练了一个名为 OpenFold 的模型,该模型是 AlphaFold2 的可训练 PyTorch 复现版本。Mohammed AlQuraishi 还表示,这是第一个大众可用的 AlphaFold2 复现。AlphaFold2 可以周期性地以原子精度预测蛋白质结构,在技术上利用多序列对齐和深度学习算法设计,并结合关于蛋白质结构的物理和生物学知识提升了预测效果。它实现了 2/3 蛋白质结构预测的卓

Stable Diffusion-XL开启公测,让你摆脱繁琐的长prompt!Stable Diffusion-XL开启公测,让你摆脱繁琐的长prompt!Apr 23, 2023 am 10:16 AM

自从Midjourney发布v5之后,在生成图像的人物真实程度、手指细节等方面都有了显著改善,并且在prompt理解的准确性、审美多样性和语言理解方面也都取得了进步。相比之下,StableDiffusion虽然免费、开源,但每次都要写一大长串的prompt,想生成高质量的图像全靠多次抽卡。最近StabilityAI的官宣,正在研发的StableDiffusionXL开始面向公众测试,目前可以在Clipdrop平台免费试用。试用链接:​https://clipdrop.co/stable-diff

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft