博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
php开源项目大全
阅读量:7165 次
发布时间:2019-06-29

本文共 19343 字,大约阅读时间需要 64 分钟。

一个非常棒的PHP库,资源和实用内容大集合。
优秀的PHP开源项目集合

包管理Package Management

Libraries for package and dependency management.

  • / – A package and dependency manager.
  •  – A multi framework Composer library installer.

Package Management Related

Libraries related to package management.

  •  – A static Composer repository generator.
  •  – A library to check your Composer environment at runtime.
  •  – A Composer class aliasing library.
  •  – A parsing and comparison library for semantic versioning.
  •  – A library to convert from underscores to namespaces.
  •  – A library to install patches using Composer.

框架

Web 开发框架.

  •  – A framework comprised of individual components.
  •  – A Rapid Application Development (RAD) bundle for Symfony 2.
  •  – Another framework comprised of individual components.
  •  – A simple PHP framework.
  •  – Another framework of components.
  •  – A framework of independent components.
  •  – A framework implemented as a C extension.

框架组件

Web 开发框架的独立组件.

  •  – The components that make Symfony2.
  •  – The components that make ZF2.
  •  – A package of PHP 5.4 components.

微框架Micro Frameworks

微框架和路由器routers.

  •  – A micro framework built around Symfony2 components.
  •  – A project skeleton for Silex.
  •  – Another project skeleton for Silex.
  •  – A web debug toolbar for Silex.
  •  – A library of stackable middleware for Silex/Symfony.
  •  – Another simple micro framework.
  •  – A skeleton for Slim.
  •  – A collection of custom views for Slim.
  •  – A collection of custom middleware for Slim.
  •  – A mico framework for building REST APIs.
  •  – A fast routing library.
  •  – Another fast routing library.
  •  – A powerful and easy-to-use micro framework.

内容管理系统Content Management Systems

现代内容管理系统Modern content management systems.

  •  – A simple CMS built with Silex and Twig.

模板Templating

库和工具,模板和词法。

  •  – A comprehensive templating language.
  •  – A template fragment cache library for Twig.
  •  – A PHP implementation of the Mustache template language.
  •  – Another PHP implementation of the Mustache template language.
  •  – A PHP implementation of the HAML template language.
  •  – A native PHP templating library.
  •  – A lightweight template parser.

静态网站生成器Static Site Generators

工具为预先处理的内容来生成网页。

  •  – A tool that converts Markdown and Twig into static HTML.
  •  – Another tool that converts Textile, Markdown and Twig into HTML.

HTTP

Libraries for working with HTTP and scraping websites.

  •  – A HTTP client.
  •  – Another HTTP client.
  •  – A simple HTTP library.
  •  – A simple web scraper.
  •  – A library for recording and replaying HTTP requests.

URL

Libraries for parsing URLs.

  •  – A URL manipulation library.
  •  – A domain suffix parser library.

Email

用于收发邮件的库.

  •  – A mailer solution.
  •  – Another mailer solution.
  •  – An IMAP library.
  •  – An email reply parser library.
  •  – A library for email services such as ,  and .

Files

用于文件操作和MIME类型探测.

  •  – A filesystem abstraction layer.
  •  – Another filesystem abstraction layer.
  •  – A library to determine internet media types.
  •  – A library that parses Apache MIME types.
  •  – A MIME detection library.
  •  – Another MIME detection library.
  •  – A resource tracking library.
  •  – A library for locating files in large projects.
  •  – A wrapper for the  video library.

Streams

Libraries for working with streams.

  •  – A simple object-orientated stream wrapper library.

Dependency Injection

实现了依赖注入设计模式库。Libraries that implement the dependency injection design pattern.

  •  – A tiny dependency injection container.
  •  – Another dependency injection container.
  •  – Another flexible dependency injection container.
  •  – A dependency injection implementation using annotations.
  •  – A common interface to dependency injection containers and service locators.

Imagery

图片处理库Libraries for manipulating images.

  •  – An image manipulation library.
  •  – Another image manipulation library.
  •  – Another image manipulation library.
  •  – A library to extract GIF animation frame information.
  •  – A library to create GIF animations from multiple images.
  •  – A library for embedding text into images.
  •  – A library for extracting colours from images.

Testing

单元测试相关库。Libraries for testing codebases and generating test data.

  •  – A unit testing framework.
  •  – A database testing library for PHPUnit.
  •  – A parallel testing library for PHPUnit.
  •  – A design by specification unit testing library.
  •  – A full stack testing framework.
  •  – A simple testing library.
  •  – A mock object library for testing.
  •  – Another mock object library for testing.
  •  – Yet another mock object library for testing.
  •  – A continuous testing server library.
  •  – A fake data generator library.
  •  – Another fake data generator library.
  •  – An expressive fixture generation library.
  •  – A behaviour driven development (BDD) testing framework.
  •  – Another behaviour driven development testing framework.
  •  – Web acceptance testing.
  •  – A library for mocking HTTP requests in unit tests.
  •  – A virtual filesystem stream wrapper for testing.
  •  – A modern load test library written in Python.
  •  – A continuous integration platform.
  •  – An open source continuous integration platform for PHP.

Documentation

生成项文档的库。Libraries for generating project documentation.

  •  – An API documentation generator.
  •  – Another API documentation generator.
  •  – A documentation generator.

Security

Libraries for generating secure random numbers, encrypting data and scanning for vulnerabilities.

  •  – A standards compliant HTML filter.
  •  – A library for generating random numbers and strings.
  •  – A library that generates random numbers using .
  •  – A PHP security library.
  •  – A compatibility library for the new PHP 5.5 password functions.
  •  – A portable password hashing framework.
  •  – A library for generating and validating passwords.
  •  – A password policy library for PHP and JavaScript.
  •  – A library for validating and upgrading password hashes.
  •  – A pure PHP secure communications library.
  •  – A simple encrypted key-value storage library.
  •  – A structured PHP security layer.
  •  – An experimental object orientated SSH wrapper library.
  •  – A tool that scans PHP INI files for security.
  •  – A web tool to check your Composer dependecies for security advisories.
  •  – An integrated penetration testing tool for web applications.

Code Analysis

库和工具来分析,解析和操作的代码库。Libraries and tools for analysing, parsing and manipulation codebases.

  •  – A PHP parser written in PHP.
  •  – A PHP VM implementation in PHP.
  •  – A PHP sandbox environment.
  •  – A set of tools for lexical and syntactical analysis.
  •  – A library that scans code for bugs, sub-optimal code, unused parameters and more.
  •  – A library that detects PHP, CSS and JS coding standard violations.
  •  – A library that detects copied and pasted code.
  •  – A library for analysing PHP code to find bugs and errors.
  •  – A coding standard fixer library.
  •  – A library for analysing and modifying PHP Source Code.
  •  – A command line utility for refactoring PHP code.
  •  – A simple micro benchmark library.
  •  – An annotation based benchmark framework.
  •  – A code analysis tool using Graph Theory.
  •  – A debugging toolbar.
  •  – A web debugging console.
  •  – Another web debugging console using Google Chrome.
  •  – An interactive PHP debugger.
  •  – A web tool to scrutinise PHP code.

Build Tools

项目构建和自动化工具。Project build and automation tools.

  •  – A simple PHP build tool.
  •  – A simple project automation tool.
  •  – A rake PHP clone library.
  •  – A utility to build PHAR files.

Asset Management

Tools for managing, compressing and minifying website assets.

  •  – An asset manager pipeline library.
  •  – Another asset manager pipeline library.
  •  – An asset optimiser library.
  •  – A JavaScript minifier library.

Geolocation

Libraries for geocoding addresses and working with latitudes and longitudes.

  •  – A geocoding library.
  •  – A library of geo-related tools.
  •  – A simple geo library.
  •  – A GeoJSON implementation.

Date and Time

日期和时间处理库。Libraries for working with dates and times.

  •  – A simple DateTime API extension.
  •  – Another DateTime API extension.
  •  – A calendar management library.

Event

Libraries that are event-driven or implement non-blocking event loops.

  •  – An event driven non-blocking I/O library.
  •  – A reactive extension library.
  •  – A web socket library.
  •  – Another web socket library.
  •  – An event source library.
  •  – An event dispatcher library.
  •  – Another event dispatcher library.

Logging

Libraries for generating and working with log files.

  •  – A comprehensive logger.

E-commerce

Libraries and applications for taking payments and building online e-commerce stores.

  •  – A framework agnostic multi-gateway payment processing library.
  •  – A payment abstraction library.
  •  – An open source e-commerce solution.
  •  – Another open source e-commerce solution.
  •  – A PHP implementation of Fowler's money pattern.

PDF

PDF文件操作类库。Libraries and software for working with PDF files.

  •  – A PDF and image generation library.
  •  – A tool to convert HTML to PDF.

ORM and Datamapping

对象-关系映射库。Libraries that implement object-relational mapping or datamapping techniques.

  •  – A comprehensive DBAL and ORM.
  •  – A migration library for Doctrine.
  •  – A collection of Doctrine behavioural extensions.
  •  – A fast ORM.
  •  – The Laravel 4 ORM.
  •  – A nested set implementation for Eloquent.
  •  – A MySQL datamapper ORM.
  •  – A lightweight, configuration-less ORM.
  •  – A PHP Active Record implementation.
  •  – A minimalist database library.
  •  – An Object Model Manager for PostgreSQL.
  •  – A migration management library.
  •  – Another migration management library.
  •  – Another database migration library.

NoSQL

Libraries for working with "NoSQL" backends.

  •  – A MongoDB query builder library.
  •  – A MongoDB abstraction library.
  •  – A feature complete Redis library.

Queue

Libraries for working with event and task queues.

  •  – A Beanstalkd client library.
  •  – A pure PHP AMQP library.
  •  – A RabbitMQ pattern library.
  •  – A multibackend abstraction library.

Search

Libraries and software for indexing and performing search queries on data.

  •  – The official client library for .
  •  – A client library for ElasticSearch.
  •  – A client library for .

Command Line

Libraries for building command line utilities.

  •  – A tiny PHP REPL.
  •  – Another PHP REPL.
  •  – A command line opt parser.
  •  – Another command line opt parser.
  •  – Another simple command line opt parser.
  •  – Another command line opt parser.
  •  – A library to calculate cron run dates.
  •  – A simple command line wrapper library.
  •  – Another command line library.
  •  – A library for running commands in parallel on multiple remote machines.

Authentication

Libraries for implementing authentications schemes.

  •  – A framework agnostic authentication & authorisation library.
  •  – A library for social network authentication.
  •  – A multi-provider authentication framework.
  •  – An OAuth2 authentication server, resource server and client library.
  •  – Another OAuth library.
  •  – A Twitter OAuth library.
  •  – A fully tested Twitter SDK.
  •  – A Hawk HTTP authentication library.

Markup

Libraries for working with markup.

  •  – A lightweight markup parser library.
  •  – A Markdown parser.
  •  – Another Markdown parser.
  •  – Another Markdown parser.
  •  – Another Markdown parser that supports Github flavoured Markdown.
  •  – An HTML5 parser and serializer library.

Text and Numbers

Libraries for parsing and manipulating text and numbers.

  •  – An ANSI to HTML5 convertor library.
  •  – A portable library for working with UTF-8 strings.
  •  – Another UTF-8 string library.
  •  – A string manipulation library with multibyte support.
  •  – A library for working with numbers.
  •  – A library for working with large numbers.
  •  – A library for manipulating and converting colours.
  •  – A library for generating UUIDs.
  •  – A library to convert strings to slugs.
  •  – A PHP port of Django's URLify.js.
  •  – A text manipulation library.
  •  – A library for converting between units of measure.
  •  – Another library for converting between units of measure.
  •  – A library for formatting SQL statements.
  •  – A simple byte conversion library.
  •  – A library for parsing user agent strings.
  •  – A PHP implementation of Google's phone number handling library.

Filtering and Validation

用于过滤和校验数据。Libraries for filtering and validating data.

  •  – A simple PHP filtering library.
  •  – A simple validation library.
  •  – Another validation library.
  •  – A library for handling file uploads and validation.
  •  – An annotation filtering library.
  •  – A schema validation library that supports YAML, JSON and XML.

REST and API

Libraries and web tools for developing REST-ful APIs.

  •  – An API builder built with Zend Framework 2.
  •  – A HATEOAS REST web service library.
  •  – A Hypertext Application Language (HAL) builder library.
  •  – A content negotiation library.

Caching

数据缓存库。Libraries for caching data.
  •  – A caching library (part of Doctrine).
  •  – Another library for caching.

Data Structure and Storage

Libraries that implement data structure or storage techniques.

  •  – A library of data structures.
  •  – A simple collections library.
  •  – A library for serialising and de-serialising data.
  •  – A library for object storage.
  •  – A library for converting complex data structures to JSON output.

Notifications

Libraries for working with notification software.

  •  – A notification library (e.g., Growl).
  •  – A library for handling push notifications.
  •  – A standalone library for device push notifications.
  •  – A lightweight notification library.

Deployment

  •  – A deployment tool for PHP applications.
  •  – A fast and easy deployer for the PHP world.

Third Party APIs

Libraries for accessing third party APIs.

  •  – The official PHP AWS SDK library.
  •  – A stream wrapper library for Amazon S3.
  •  – The official Stripe PHP library.
  •  – The official Campaign Monitor PHP library.
  •  – A library to interface with the Digital Ocean API.
  •  – A library to interface with the Github API.
  •  – Another library to interface with the Github API.
  •  – A library to interface with Twitter's OAuth workflow.
  •  – A library to interact with Twitter's REST API.
  •  – The official PHP Dropbox SDK library.
  •  – The official Twilio PHP REST API.

Miscellaneous

Useful libraries or tools that don't fit in the categories above.

  •  – A process forking library.
  •  – A JSON lint utility.
  •  – A library for validating JSONP callbacks.
  •  – A menu library.
  •  – A pagination library.
  •  – A simple stateless production rules engine.
  •  – A CQRS (Command Query Responsibility Separation) library.
  •  – A library that makes dealing with SSL suck less.
  •  An option type library.
  •  – A simple metrics API library.
  •  – A library for parsing VCard and iCalendar objects.
  •  – An annotations library (part of Doctrine).
  •  – A pretty error handling library.
  •  – A simple PHP finite state machine.
  •  – A dumper library.
  •  – A deployer library.
  •  – A library for running time consuming tasks.
  •  – A function composition library.
  •  – A library that allows Closures to be serialized.
  •  – A remote service executor library.
  •  – A PHP port of the Underscore JS library.
  •  – A PHP library for iOS PassBook.
  •  – A PHP expression language.
  •  – A library for versioning and releasing software.
  •  – A configuration manager.
  •  – An opengraph library.
  •  – A library for extracting web media.
  •  – An Oembed consumer library.
  •  – A Graphviz library.
  •  – A simple Monad library.
  •  – A regular expression building library.
  •  – A library for redefining userland functions.
  •  – Evolutionary language transformation.
  •  – A repository of software patterns implemented in PHP.
  •  – A PHP port of the Java Content Repository (JCR).
  •  – A functional programming library.
  •  – A library for optimising autoloading.
  •  – A library for country and subdivision data.
  •  – A library for simplifying accessors.
  •  – A TCP/IP stack proof of concept written in PHP.
  •  – A PHP wrapper around .
  •  – A library for moving code.
  •  – A library that provides iteration primatives using generators.
  •  – A Lambda calculus interpreter in PHP.
  •  – A list of all countries with names and ISO 3166-1 codes.
  •  – A library for playing with the Raspberry PI's GPIO pins.

Development Software

Software for creating a development environment.

  •  – A package manager for OSX.
  •  – A PHP tap for HomeBrew.
  •  – A PHP installer for OSX.
  •  – A Virtual Machine, Runtime and JIT for PHP by Facebook.
  •  – A portable development environment utility.
  •  – A radically simple orchestration framework.
  •  – A server automation framework and application.
  •  – A systems integration framework.
  •  – An infrastructure management tool.
  •  – A PHP version manager and installer.
  •  – Another PHP version manager.
  •  – Another version manager.
  •  – Another PHP version installer.
  •  – A general web development tool.
  •  – A command line alternative to cURL written in Python.
  •  – A server backup tool written in Ruby.

Web Tools

Web-based tools.

  •  – A web tool for building PHP development virtual machines.
  •  – Another web tool for building PHP development virtual machines.
  •  – An online PHP shell.
  •  – A database version control application.
  •  – An application for managing queueing backends.
  •  – A tool for downloading Composer packages as a zip file.
  •  – A web tool for capturing and viewing emails.

Resources

Various resources, such as books, websites and articles, for improving your PHP development skills and knowledge.

Websites

Useful web and PHP-related websites and newsletters.

  •  – A PHP best practice quick reference guide.
  •  – A PHP best practice guide.
  •  – A weekly PHP newsletter.
  •  – A guide to PHP security.
  •  – A book about the PHP internals.
  •  – The PHP Framework Interoperability Group.
  •  – An open software security community.
  •  – A web security community resource.
  •  – An advent calendar for web developers.
  •  – A website of shared knowledge for the open web.
  •  – A resource for open web HTML5 developers.
  •  – A video series by Anthony Ferrara.

Books

Fantastic books and e-books.

  •  – An ebook about scaling PHP applications by Steve Corona.
  •  – A book about unit testing with PHPUnit by Chris Hartjes.
  •  – A book about object-orientated PHP by Brandon Savage.
  •  – A book about catching PCNTL signals in CLI scripts by Cal Evans.
  •  – A book about computation theory by Tom Stuart.
  •  – A book about the Linux command line by William Shotts.

Web Reading

General web-development-related reading materials.

  •  – A PHP security cheatsheet.
  •  – An article about cookies and security.
  •  – An article about using HTTPS correctly with login forms.
  •  – An article explaining how TLS/SSL secures your connection.
  •  – An article on how to build a secure remember me feature.
  •  – An article about HTTP cache headers.
  • Beyond Series     – A series of articles about programming by Anthony Ferrara.
  •  – A website explaining semantic versioning.
  •  – A series of Git tutorials.
  •  – A series of Mercurial tutorials.

PHP Reading

PHP-releated reading materials.

  •  – A series of articles on how to make your own PHP framework by Fabien Potencier.
  •  – An article about correct BCrypt implementation.
  •  – An article on preventing CSRF attacks.
  •  – An article about the BREACH hack and CSRF tokens.
  •  – An article about lambda functions and closures.
  •  – An article about using the unix environment helper.
  •  – A Composer primer.
  •  – An article about Composer versioning.
  •  – An article about Composer stability flags.
  •  – An article about PHP taking ideas from other language.
  •  – An article about generating random numbers.
  •  – An article about preventing XSS.
  •  – An article about the pros and cons of PHP.
  •  – An article about the PHP language and ecosystem.

PHP Internals Reading

Reading materials related to the PHP internals or performance.

  •  – The home of PHP RFCs (Request for Comments).
  •  – An article about print and echo performance.
  •  – An article ternary performance.
  •  – An article about performance of single and double quoted strings.
  •  – An article about internal ZVALs.
  •  – An article about string internals.
  •  – An article about opcodes.
  •  – A detailed StackOverflow answer about foreach.
  •  – An article about the internals of foreach.
  •  – An article about array internals.
  •  – An article about evaluation order in PHP.
  • PHP Source Code for Developers:     – A series about the PHP source code.
  • Collecting Garbage:    – A series about the PHP garbage collection internals.
本文转载自:
http://www.open-open.com/lib/view/open1412910338155.html
你可能感兴趣的文章