Giter Site home page Giter Site logo

ziadoz / awesome-php Goto Github PK

View Code? Open in Web Editor NEW
30.4K 1.7K 5.0K 1.47 MB

A curated list of amazingly awesome PHP libraries, resources and shiny things.

License: Do What The F*ck You Want To Public License

php php-framework php-library php-applications php-installation php7 awesome-lists awesome

awesome-php's Introduction

Awesome PHP Awesome

A curated list of amazingly awesome PHP libraries, resources, and shiny things.

Contributing and Collaborating

Please see CONTRIBUTING, CODE-OF-CONDUCT and COLLABORATING for details.

Table of Contents

Composer Repositories

Composer Repositories.

Dependency Management

Libraries for dependency and package management.

Dependency Management Extras

Extras related to dependency management.

  • Composed - A library to parse your project's Composer environment at runtime.
  • Composer Merge Plugin - A composer plugin to merge several composer.json files.
  • Composer Normalize - A plugin for normalizing composer.json files.
  • Composer Patches - A plugin for Composer to apply patches.
  • Composer Prefer Lowest Validator - A plugin to check if minimum dependencies can be installed and tested.
  • Composer Require Checker - CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package.
  • Composer Unused - A CLI Tool to scan for unused composer packages.
  • Repman - A private PHP package repository manager and Packagist proxy.
  • Satis - A static Composer repository generator.
  • Tooly - A library to manage PHAR files in a project using Composer.
  • Toran Proxy - A Composer proxy for speed and reliability. (:warning: Toran Proxy is being phased out.)

Frameworks

Web development frameworks.

  • CakePHP - A rapid application development framework.
  • CodeIgniter - A powerful PHP framework with a very small footprint.
  • Laminas - A framework comprised of individual components (previously Zend Framework).
  • Laravel - A web application framework with expressive, elegant syntax.
  • Nette - A web framework comprised of mature components.
  • Phalcon - A framework implemented as a C extension.
  • Spiral - A high-performance PHP/Go framework.
  • Symfony - A set of reusable components and a web framework.
  • Yii2 - A fast, secure, and efficient web framework.

Framework Extras

Extras related to web development frameworks.

  • CakePHP CRUD - A Rapid Application Development (RAD) plugin for CakePHP.
  • Knp RAD Components - A set of Rapid Application Development (RAD) components for Symfony.
  • LaravelS - An out-of-the-box adapter between Laravel/Lumen and Swoole.
  • Livewire - Powerful, dynamic, front-end UIs without leaving PHP.

Content Management Systems (CMS)

Tools for managing digital content.

  • Backdrop - A CMS targeting small-to-medium-sized business and non-profits (a fork of Drupal).
  • Concrete5 - A CMS targeting users with a minimum of technical skills.
  • CraftCMS - A flexible, user-friendly CMS for creating custom digital experiences on the web and beyond.
  • Drupal - An enterprise level CMS.
  • Grav - A modern flat-file CMS.
  • Joomla - Another leading CMS.
  • Kirby - A flat-file CMS that adapts to any project.
  • Magento - The most popular e-commerce platform.
  • Moodle - An open-source learning platform.
  • Pico CMS - A stupidly simple, blazing fast, flat file CMS.
  • Statamic - Build beautiful, easy-to-manage websites.
  • WordPress - A blogging platform and CMS.

Components

Standalone components from web development frameworks and development groups.

Micro Frameworks

Micro frameworks and routers.

  • Laravel-Zero - A micro-framework for console applications.
  • Mezzio - A micro-framework by Laminas.
  • Minicli - Minimalist, dependency-free framework for building CLI-centric PHP applications.
  • Silly - A micro-framework for CLI applications.
  • Slim - Another simple micro framework.

Micro Framework Extras

Extras related to micro frameworks and routers.

Routers

Libraries for handling application routing.

  • Aura.Router - A full-featured routing library.
  • Fast Route - A fast routing library.
  • Klein - A flexible router.
  • Pux - Another fast routing library.
  • Route - A routing library built on top of Fast Route.

Templating

Libraries and tools for templating and lexing.

  • Latte - The safest and truly intuitive templates for PHP.
  • MtHaml - A PHP implementation of the HAML template language.
  • Mustache - A PHP implementation of the Mustache template language.
  • PHPTAL - A PHP implementation of the TAL templating language.
  • Plates - A native PHP templating library.
  • Smarty - A template engine to complement PHP.
  • Twig - A comprehensive templating language.

Static Site Generators

Tools for pre-processing content to generate web pages.

  • Couscous - Couscous turns Markdown documentation into beautiful websites. It's GitHub Pages on steroids.
  • Jigsaw - Simple static sites with Laravel's Blade.
  • Sculpin - A tool that converts Markdown and Twig into static HTML.
  • Spress - An extensible tool that converts Markdown and Twig into HTML.

HTTP

Libraries for working with HTTP.

  • Buzz - Another HTTP client.
  • Guzzle - A comprehensive HTTP client.
  • HTTPlug - An HTTP client abstraction without binding to a specific implementation.
  • Nyholm PSR-7 - A super lightweight PSR-7 implementation. Very strict and very fast.
  • PHP VCR - A library for recording and replaying HTTP requests.
  • Requests - A simple HTTP library.
  • Retrofit - A library to ease creation of REST API clients.
  • Symfony HTTP Client - A component to fetch HTTP resources synchronously or asynchronously.
  • Laminas Diactoros - PSR-7 HTTP Message implementation.

Scraping

Libraries for scraping websites and detecting crawlers.

  • Chrome PHP - Instrument headless Chrome/Chromium instances from PHP.
  • CrawlerDetect - A PHP class for detecting bots/crawlers/spiders via the user agent.
  • DiDOM - A super-fast HTML scrapper and parser.
  • Embed - An information extractor from any web service or page.
  • PHP Spider - A configurable and extensible PHP web spider.
  • Symfony Panther - A browser testing and web crawling library for PHP and Symfony.

Middlewares

Libraries for building application using middlewares.

URL

Libraries for parsing URLs.

  • PHP Domain Parser - A domain suffix parser library.
  • Purl - A URL manipulation library.
  • sabre/uri - A functional URI manipulation library.
  • Uri - Another URL manipulation library.

Email

Libraries for sending and parsing email.

Files

Libraries for file manipulation and MIME type detection.

  • CSV - A CSV data manipulation library.
  • Flysystem - Abstraction for local and remote filesystems.
  • Gaufrette - A filesystem abstraction layer.
  • PHP FFmpeg - A wrapper for the FFmpeg video library.
  • UnifiedArchive - A unified reader and writer of compressed archives.

Streams

Libraries for working with streams.

  • ByteStream - An asynchronous stream abstraction.
  • Streamer - A simple object-orientated stream wrapper library.

Dependency Injection

Libraries that implement the dependency injection design pattern.

  • Aura.Di - A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.
  • Acclimate - A common interface to dependency injection containers and service locators.
  • Auryn - A recursive dependency injector.
  • Container - Another flexible dependency injection container.
  • Disco - A PSR-11 compatible, annotation-based dependency injection container.
  • PHP-DI - A dependency injection container that supports autowiring.
  • Pimple - A tiny dependency injection container.
  • Symfony DI - A dependency injection container component.

Imagery

Libraries for manipulating images.

Testing

Libraries for testing codebases and generating test data.

  • Alice - An expressive fixture generation library.
  • Atoum - A simple testing library.
  • Behat - A behaviour driven development (BDD) testing framework.
  • Codeception - A full stack testing framework.
  • Faker - A fake data generator library.
  • Foundry - A fixture factory generation library for Doctrine.
  • Infection - An AST-based PHP Mutation testing framework.
  • Kahlan - Full stack Unit/BDD testing framework with built-in stub, mock and code-coverage support.
  • Mink - Web acceptance testing.
  • Mockery - A mock object library for testing.
  • Nette Tester - A productive and enjoyable parallel unit testing framework.
  • ParaTest - A parallel testing library for PHPUnit.
  • Pest - A testing framework with a focus on simplicity.
  • Phake - Another mock object library for testing.
  • PHP-Mock - A mock library for built-in PHP functions (e.g. time()).
  • PHP MySQL Engine - A MySQL engine written in pure PHP.
  • PHPSpec - A design by specification unit testing library.
  • PHPT - A test tool used by PHP itself.
  • PHPUnit - A unit testing framework.
  • Prophecy - A highly opinionated mocking framework.
  • VFS Stream - A virtual filesystem stream wrapper for testing.

Continuous Integration

Libraries and applications for continuous integration.

  • CircleCI - A continuous integration platform.
  • GitlabCi - Let GitLab CI test, build, deploy your code. TravisCi like.
  • Jenkins - A continuous integration platform with PHP support.
  • JoliCi - A continuous integration client written in PHP and powered by Docker.
  • PHPCI - An open-source continuous integration platform for PHP.
  • SemaphoreCI - A continuous integration platform for open-source and private projects.
  • Shippable - A Docker based continuous integration platform for open source and private projects.
  • Travis CI - A continuous integration platform.
  • Setup PHP - A GitHub Action for PHP.

Documentation

Libraries for generating project documentation.

  • APIGen - Another API documentation generator.
  • daux.io - A documentation generator that uses Markdown files.
  • PHP Documentor 2 - A documentation generator.
  • phpDox - A documentation generator for PHP projects (that is not limited to API documentation).
  • zircote/swagger-php - Generate OpenAPI documentation for your RESTful API.

Security

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

  • Halite - A simple library for encryption using libsodium.
  • HTML Purifier - A standards compliant HTML filter.
  • Optimus - Id obfuscation based on Knuth's multiplicative hashing method.
  • OWASP - Explore the world of cyber security.
  • PHPGGC - A library of PHP unserializable payloads along with a tool to generate them.
  • PHP Encryption - Secure PHP Encryption Library.
  • PHPSecLib - A pure PHP secure communications library.
  • random_compat - PHP 5.x support for random_bytes() and random_int()
  • Roave Security Advisories - This package ensures that your application doesn't have installed dependencies with known security vulnerabilities.
  • Secure Headers - A package that adds security related headers to HTTP response.
  • Symfony Security Monitoring - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
  • SQLMap - An automatic SQL injection and database takeover tool.
  • Zap - An integrated penetration testing tool for web applications.

Passwords

Libraries and tools for working with and storing passwords.

  • GenPhrase - A library for generating secure random passphrases.
  • Password Compat - A compatibility library for the new PHP 5.5 password functions.
  • Password Policy - A password policy library for PHP and JavaScript.
  • Password Validator - A library for validating and upgrading password hashes.
  • Password-Generator - PHP library to generate random passwords.
  • PHP Password Lib - A library for generating and validating passwords.
  • phpass - A portable password hashing framework.
  • Zxcvbn PHP - A realistic PHP password strength estimate library based on Zxcvbn JS.

Code Analysis

Libraries and tools for analysing, parsing and manipulating codebases.

Code Quality

Libraries for managing code quality, formatting and linting.

  • CaptainHook - An easy-to-use and flexible Git hook library.
  • PHP CodeSniffer - A library that detects PHP, CSS and JS coding standard violations.
  • PHP CS Fixer - A coding standards fixer library.
  • PHP Mess Detector - A library that scans code for bugs, sub-optimal code, unused parameters and more.
  • PHPCheckstyle - A tool to help adhere to certain coding conventions.
  • PHPCPD - A library that detects copied and pasted code.

Static Analysis

Libraries for performing static analysis of PHP code.

  • Exakat - A static analysis engine for PHP.
  • Deptrac - A static code analysis tool that helps to enforce rules for dependencies between software layers.
  • Mondrian - A code analysis tool using Graph Theory.
  • phan - A static analyzer based on PHP 7+ and the php-ast extension.
  • PHP Architecture Tester - Easy-to-use architecture testing tool for PHP.
  • PHPCompatibility - A PHP compatibility checker for PHP CodeSniffer.
  • PhpDependencyAnalysis - A tool to create customizable dependency graphs.
  • PHP Metrics - A static metric library.
  • PHP Migration - A static analyzer for PHP version migration.
  • PHPStan - A PHP Static Analysis Tool.
  • Psalm - A static analysis tool for finding errors in PHP applications.

Architectural

Libraries related to design patterns, programming approaches and ways to organize code.

  • Design Patterns PHP - A repository of software patterns implemented in PHP.
  • Finite - A simple PHP finite state machine.
  • Functional PHP - A functional programming library.
  • Iter - A library that provides iteration primitives using generators.
  • IterTools PHP - A library that provides functionality for working with iterable entities (similar to itertools library in Python).
  • Pipeline - A pipeline pattern implementation.
  • Porter - Data import abstraction library for consuming Web APIs and other data sources.
  • RulerZ - A powerful rule engine and implementation of the Specification pattern.

Debugging and Profiling

Libraries and tools for debugging errors and profiling code.

  • APM - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
  • Barbushin PHP Console - Another web debugging console using Google Chrome.
  • Kint - A debugging and profiling tool.
  • Metrics - A simple metrics API library.
  • PCOV - A self-contained code coverage compatible driver.
  • PHP Console - A web debugging console.
  • PHP Debug Bar - A debugging toolbar.
  • PHPBench - A benchmarking Framework.
  • PHPSpy - A low-overhead sampling profiler.
  • Symfony VarDumper - A variable dumper component.
  • Tracy - A simple error detection, logging and time measuring library.
  • Whoops - A pretty error-handling library.
  • xDebug - A debug and profile tool for PHP.
  • XHProf - A profiling tool originally developed by Facebook.
  • Z-Ray - A debug and profile tool for Zend Server.

Error Tracking and Monitoring Services

Self-hosted or cloud-based application performance monitoring & error tracking tools

  • Blackfire - A low-overhead code profiler.
  • BugSnag - Error and Real User Monitoring.
  • Honeybadger - Error Tracking & Application Monitoring for Developers.
  • Rollbar - Error Logging & Tracking Service for Software Teams.
  • Sentry - Application Performance Monitoring & Error Tracking Software.
  • Tideways - Monitoring and profiling tool.

Build Tools

Project build and automation tools.

  • Box - A utility to build PHAR files.
  • Construct - A PHP project/micro-package generator.
  • Phing - A PHP project build system inspired by Apache Ant.
  • RMT - A library for versioning and releasing software.

Task Runners

Libraries for automating and running tasks.

  • Bldr - A PHP Task runner built on Symfony components.
  • Jobby - A PHP cron job manager without modifying crontab.
  • Robo - A PHP Task runner with object-orientated configurations.
  • Task - A pure PHP task runner inspired by Grunt and Gulp.

Navigation

Tools for building navigation structures.

  • KnpMenu - A menu library.
  • Menu - A flexible menu library with a fluent interface.

Asset Management

Tools for managing, compressing and minifying website assets.

  • JShrink - A JavaScript minifier library.
  • Laravel Mix - An elegant wrapper around Webpack for the 80% use case.
  • Symfony Asset - Manages URL generation and versioning of web assets.
  • Symfony Encore - A simple but powerful API for processing and compiling assets built around Webpack.

Geolocation

Libraries for geocoding addresses and working with latitudes and longitudes.

  • Country List - A list of all countries with names and ISO 3166-1 codes.
  • GeoCoder - A geocoding library.
  • GeoJSON - A GeoJSON implementation.
  • GeoTools - A library of geo-related tools.
  • PHPGeo - A simple geo library.

Date and Time

Libraries for working with dates and times.

  • CalendR - A calendar management library.
  • Carbon - A simple DateTime API extension.
  • Chronos - A DateTime API extension supporting both mutable and immutable date/time.
  • Moment.php - Moment.js inspired PHP DateTime handler with i18n support.
  • Yasumi - A library to help you calculate the dates and names of holidays.

Event

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

  • Amp - An event driven non-blocking I/O library.
  • Broadway - An event source and CQRS library.
  • CakePHP Event - An event dispatcher library.
  • Elephant.io - Yet another web socket library.
  • Evenement - An event dispatcher library.
  • Event - An event library with a focus on domain events.
  • Fast CGI Client - A client to make synchronous/asynchronous requests through php-fpm socket.
  • Pawl - An asynchronous web socket client.
  • Prooph Event Store - An event source component to persist event messages
  • PHP Defer - Golang's defer statement for PHP.
  • Ratchet - A web socket library.
  • ReactPHP - An event driven non-blocking I/O library.
  • RxPHP - A reactive extension library.
  • Swoole - An event-driven asynchronous and concurrent networking communication framework with high performance for PHP written in C.
  • Workerman - An event driven non-blocking I/O library.

Logging

Libraries for generating and working with log files.

  • Monolog - A comprehensive logger.

E-commerce

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

  • Money - A PHP implementation of Fowler's money pattern.
  • Brick\Money - A money library for PHP, with support for contexts, cash roundings, currency conversion.
  • OmniPay - A framework agnostic multi-gateway payment processing library.
  • Payum - A payment abstraction library.
  • Shopsys Framework - An open source e-commerce platform for in-house development teams.
  • Shopware - Highly customizable e-commerce software
  • Swap - An exchange rates library.
  • Sylius - An open source e-commerce solution.

PDF

Libraries and software for working with PDF files.

  • Browsershot - Convert HTML to an image, PDF or string.
  • Dompdf - A HTML to PDF converter.
  • Gotenberg - A PHP client for interacting with Gotenberg.
  • Snappy - A PDF and image generation library.
  • TCPDF - An open source PHP class for generating PDF documents.

Office

Libraries for working with office suite documents.

  • PHPPowerPoint - A library for working with Microsoft PowerPoint Presentations.
  • PHPWord - A library for working with Microsoft Word documents.
  • PHPSpreadsheet - A pure PHP library for reading and writing spreadsheet files (successor of PHPExcel).
  • OpenSpout - A community driven fork of box/spout, a PHP library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way.

Database

Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.

  • Atlas.Orm - A data mapper implementation for your persistence model in PHP.
  • Aura.Sql - Provides an extension to the native PDO along with a profiler and connection locator.
  • Aura.SqlQuery - Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
  • Baum - A nested set implementation for Eloquent.
  • CakePHP ORM - Object-Relational Mapper, implemented using the DataMapper pattern.
  • Cycle ORM - PHP DataMapper, ORM.
  • Doctrine Extensions - A collection of Doctrine behavioural extensions.
  • Doctrine - A comprehensive DBAL and ORM.
  • Laravel Eloquent - A simple ORM.
  • Pomm - An Object Model Manager for PostgreSQL.
  • ProxyManager - A set of utilities to generate proxy objects for data mappers.
  • RedBean - A lightweight, configuration-less ORM.
  • Slimdump - An easy dumper tool for MySQL.
  • Spot2 - A MySQL datamapper ORM.

Migrations

Libraries to help manage database schemas and migrations.

  • Doctrine Migrations - A migration library for Doctrine.
  • Migrations - A migration management library.
  • Phinx - Another database migration library.
  • PHPMig - Another migration management library.
  • Ruckusing - Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite.

NoSQL

Libraries for working with "NoSQL" backends.

Queue

Libraries for working with event and task queues.

  • Bernard - A multibackend abstraction library.
  • BunnyPHP - A performant pure-PHP AMQP (RabbitMQ) sync and also async (ReactPHP) library.
  • Pheanstalk - A Beanstalkd client library.
  • PHP AMQP - A pure PHP AMQP library.
  • Tarantool Queue - PHP bindings for Tarantool Queue.
  • Thumper - A RabbitMQ pattern library.
  • Enqueue - A message queue packages for PHP that supports RabbitMQ, AMQP, STOMP, Amazon SQS, Redis and Doctrine transports.

Search

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

Command Line

Libraries related to the command line.

  • Aura.Cli - Provides the equivalent of request ( Context ) and response ( Stdio ) objects for the command line interface, including Getopt support, and an independent Help object for describing commands.
  • Cilex - A micro framework for building command line tools.
  • CLI Menu - A library for building CLI menus.
  • CLIFramework - A command-line framework supports zsh/bash completion generation, subcommands and option constraints. It also powers phpbrew.
  • CLImate - A library for outputting colors and special formatting.
  • Commando - Another simple command line opt parser.
  • Cron Expression - A library to calculate cron run dates.
  • GetOpt - A command line opt parser.
  • GetOptionKit - Another command line opt parser.
  • PsySH - Another PHP REPL.
  • ShellWrap - A simple command line wrapper library.

Authentication and Authorization

Libraries for implementing user authentication and authorization.

  • Aura.Auth - Provides authentication functionality and session tracking using various adapters.
  • SocialConnect Auth - An open source social sign (OAuth1\OAuth2\OpenID\OpenIDConnect).
  • Json Web Token - Json Tokens to authenticate and transmit information.
  • OAuth 1.0 Client - An OAuth 1.0 client library.
  • OAuth 2.0 Client - An OAuth 2.0 client library.
  • OAuth2 Server - Another OAuth2 server implementation.
  • OAuth2 Server - An OAuth2 authentication server, resource server and client library.
  • Opauth - A multi-provider authentication framework.
  • Paseto - Platform-Agnostic Security Tokens.
  • PHP oAuthLib - Another OAuth library.
  • Sentinel Social - A library for social network authentication.
  • Sentinel - A framework agnostic authentication & authorisation library.
  • TwitterOAuth - A Twitter OAuth library.

Markup and CSS

*Libraries for working with markup and CSS formats.

JSON

Libraries for working with JSON.

Strings

Libraries for parsing and manipulating strings.

  • Agent - A PHP desktop/mobile user agent parser, based on Mobiledetect.
  • ANSI to HTML5 - An ANSI to HTML5 converter library.
  • Color Jizz - A library for manipulating and converting colors.
  • Device Detector - Another library for parsing user agent strings.
  • Hyphenation - Text-Hyphenation based on the TeX-hyphenation Algorithm
  • Jieba-PHP - A PHP port of Python's jieba. Chinese text segmentation for natural language processing.
  • Mobile-Detect - A lightweight PHP class for detecting mobile devices (including tablets).
  • Patchwork UTF-8 - A portable library for working with UTF-8 strings.
  • Portable ASCII - A library to convert strings to ASCII.
  • Portable UTF-8 - A string manipulation library with UTF-8 safe replacement methods.
  • Slugify - A library to convert strings to slugs.
  • SQL Formatter - A library for formatting SQL statements.
  • Stringy - A string manipulation library with multibyte support.
  • UA Parser - A library for parsing user agent strings.
  • URLify - A PHP port of Django's URLify.js.
  • UUID - A library for generating UUIDs.

Numbers

Libraries for working with numbers.

  • Brick\Math - A library providing large number support: BigInteger, BigDecimal and BigRational.
  • ByteUnits - A library to parse, format and convert byte units in binary and metric systems.
  • DecimalObject - A value object to handle decimals/floats easily and more precisely.
  • IP - An immutable value object for working with IPv4 and IPv6 addresses.
  • LibPhoneNumber for PHP - A PHP implementation of Google's phone number handling library.
  • PHP Conversion - Another library for converting between units of measure.
  • PHP Units of Measure - A library for converting between units of measure.
  • MathPHP - A math library for PHP.

Filtering and Validation

Libraries for filtering and validating data.

  • Assert - A validation library with a rich set of assertions. Supports assertion chaining and lazy assertions.
  • Aura.Filter - Provides tools to validate and sanitize objects and arrays.
  • CakePHP Validation - Another validation library.
  • Filterus - A simple PHP filtering library.
  • ISO-codes - A library for validating inputs according to standards from ISO, International Finance, Public Administrations, GS1, Book Industry, Phone numbers & Zipcodes for many countries.
  • JSON Schema - A JSON Schema validation library.
  • MetaYaml - A schema validation library that supports YAML, JSON and XML.
  • Respect Validation - A simple validation library.
  • Upload - A library for handling file uploads and validation.
  • Valitron - Another validation library.
  • Volan - Another simplified validation library.

API

Libraries and web tools for developing APIs.

  • API Platform - Expose in minutes a hypermedia REST API that embraces JSON-LD, Hydra format.
  • Laminas API Tool Skeleton - An API builder built with the Laminas Framework.
  • Drest - A library for exposing Doctrine entities as REST resource endpoints.
  • HAL - A Hypertext Application Language (HAL) builder library.
  • Hateoas - A HATEOAS REST web service library.
  • Jane - An OpenApi client generator with validation support.
  • Negotiation - A content negotiation library.
  • Restler - A lightweight framework to expose PHP methods as RESTful web API.
  • PackageGenerator - Package Generator generates a PHP SDK from any WSDL.

Caching and Locking

Libraries for caching data and acquiring locks.

  • APIx Cache - A thin PSR-6 cache wrapper to various caching backends emphasizing cache tagging and indexing.
  • CacheTool - A tool to clear APC/opcode caches from the command line.
  • CakePHP Cache - A caching library.
  • Doctrine Cache - A caching library.
  • Metaphore - Cache slam defense using a semaphore to prevent dogpile effect.
  • Stash - Another library for caching.
  • Laminas Cache - Another caching library.
  • Lock - A lock library to provide exclusive execution.

Data Structure and Storage

Libraries that implement data structure or storage techniques.

  • CakePHP Collection - A simple collections library.
  • Fractal - A library for converting complex data structures to JSON output.
  • Ginq - Another PHP library based on .NET's LINQ.
  • JsonMapper - A library that maps nested JSON structures onto PHP classes.
  • JSON Machine - Provides iteration over huge JSONs using simple foreach
  • Knapsack - Collection library inspired by Clojure's sequences.
  • msgpack.php - A pure PHP implementation of the MessagePack serialization format.
  • PINQ - A PHP library based on .NET's LINQ (Language Integrated Query).
  • Serializer - A library for serializing and de-serializing data.
  • YaLinqo - Yet Another LINQ to Objects for PHP.
  • Laminas Serializer - Another library for serialising and de-serialising data.

Notifications

Libraries for working with notification software.

  • JoliNotif - A cross-platform library for desktop notification (support for Growl, notify-send, toaster, etc)
  • Notification Pusher - A standalone library for device push notifications.
  • Notificato - A library for handling push notifications.
  • Notificator - A lightweight notification library.
  • Php-pushwoosh - A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.

Deployment

Libraries for project deployment.

  • Deployer - A deployment tool.
  • Envoy - A tool to run SSH tasks with PHP.
  • Rocketeer - A fast and easy deployer for the PHP world.

Internationalisation and Localisation

Libraries for Internationalization (I18n) and Localization (L10n).

  • Aura.Intl - Provides internationalization (I18N) tools, specifically package-oriented per-locale message translation.
  • CakePHP I18n - Message translation and localization for dates and numbers.

Serverless

Libraries and tools to help build serverless web applications.

  • Bref - Serverless PHP on AWS Lambda.
  • OpenWhisk - An open-source serverless cloud platform.
  • Serverless Framework - An open-source framework for building serverless applications.
  • Laravel Vapor - A serverless deployment platform for Laravel, powered by AWS.

Configuration

Libraries and tools for configuration.

Third Party APIs

Libraries for accessing third party APIs.

  • Amazon Web Service SDK - The official PHP AWS SDK library.
  • AsyncAWS - An unofficial asynchronous PHP AWS SDK.
  • Campaign Monitor - The official Campaign Monitor PHP library.
  • Github - A library to interface with the Github API.
  • Mailgun The official Mailgun PHP API.
  • Square - The official Square PHP SDK for payments and other Square APIs.
  • Stripe - The official Stripe PHP library.
  • Twilio - The official Twilio PHP REST API.

Extensions

Libraries to help build PHP extensions.

  • PHP CPP - A C++ library for developing PHP extensions.
  • Zephir - A compiled language between PHP and C++ for developing PHP extensions.

Miscellaneous

Useful libraries or utilities that don't fit into the categories above.

  • Annotations - An annotation library (part of Doctrine).
  • BotMan - A framework agnostic PHP library to build cross-platform chatbots.
  • ClassPreloader - A library for optimizing autoloading.
  • Ganesha - A PHP implementation of Circuit Breaker pattern.
  • Hprose-PHP - A cross-language RPC.
  • noCAPTCHA - Helper for Google's noCAPTCHA (reCAPTCHA).
  • Pagerfanta - A pagination library.
  • Safe - All PHP functions, rewritten to throw exceptions instead of returning false.
  • SuperClosure - A library that allows Closures to be serialized.

Software

Software for creating a development environment.

PHP Installation

Tools to help install and manage PHP on your computer.

Development Environment

Software and tools for creating and sharing a development environment.

  • Ansible - A radically simple orchestration framework.
  • DDEV - a local web development environment system for PHP.
  • Docker - A containerization platform.
  • Docker PHP Extension Installer - Easily install PHP extensions in Docker containers.
  • Docksal - Unified, Docker 🐳 powered web development environments for macOS, Windows, and Linux.
  • Expose - An open-source PHP tunneling service.
  • Lando - Push-button development environments.
  • Laravel Homestead - A local development environment for Laravel.
  • Laradock - A full PHP development environment based on Docker.
  • Puppet - A server automation framework and application.
  • Takeout - A Docker-based development-only dependency manager.
  • Vagrant - A portable development environment utility.

Virtual Machines

Alternative PHP virtual machines.

  • Hack - A programming language for HHVM.
  • HHVM - A Virtual Machine, Runtime and JIT for PHP by Facebook.
  • PeachPie - PHP compiler and runtime for .NET and .NET Core.

Text Editors and IDEs

Text Editors and Integrated Development Environments (IDE) with support for PHP.

Web Applications

Web-based applications and tools.

  • 3V4L - An online PHP & HHVM shell.
  • Adminer - Database management in a single PHP file.
  • Cachet - The open source status page system.
  • DBV - A database version control application.
  • Lychee - An easy to use and great looking photo-management-system.
  • MailCatcher - A web tool for capturing and viewing emails.
  • phpMyAdmin - A web interface for MySQL/MariaDB.
  • PHP Queue - An application for managing queueing backends.
  • phpRedisAdmin - A simple web interface to manage Redis databases.
  • PHPSandbox - An online IDE for PHP in the browser.

Infrastructure

Infrastructure for providing PHP applications and services.

  • appserver.io - A multithreaded application server for PHP, written in PHP.
  • php-pm - A process manager, supercharger and load balancer for PHP applications.
  • RoadRunner - High-performance PHP application server, load-balancer and process manager.

Resources

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

PHP Websites

Useful PHP-related websites.

PHP Books

Fantastic PHP-related books.

PHP Videos

Fantastic PHP-related videos.

PHP Conferences

PHP conferences.

  • Laracon EU - Laracon EU is a 2-day event for people who are interested in learning Laravel and related technologies, or who want to share their knowledge with others.
  • PHP[TEK] - The longest-running web developer conference in the United States that has a focus on the PHP programming language.
  • PHP UK Conference - A collection of videos from the PHP UK Conference.

PHP Podcasts

Podcasts with a focus on PHP topics.

  • Laravel News Podcast - The Laravel News Podcast brings you all the latest news and events related to the Laravel PHP Framework.
  • Mostly Technical - Hosted by Ian Landsman and Aaron Francis, Mostly Technical is a lively discussion on Laravel, business, and an eclectic mix of related topics.
  • No Compromises - Two seasoned salty programming veterans talk best practices based on years of working with Laravel SaaS teams.
  • North Meets South Web Podcast - Jacob Bennett and Michael Dyrynda conquer a 14.5 hour time difference to talk about life as web developers.
  • Over Engineered - A podcast in mini-series where we explore unimportant programming questions in extreme detail.
  • PHP Internals News - A podcast about PHP internals.
  • PHP Town Hall - A casual PHP podcast by Ben Edmunds and Phil Sturgeon.
  • php[podcast] episodes from php[architect] - The official podcast of php[architect] the industry's leading tech magazine and publisher focused on PHP and web development.
  • PHPUgly - The ramblings of a few overworked PHP Developers.
  • The Laracasts Snippet - The Laracasts snippet, each episode, offers a single thought on some aspect of web development.
  • The Laravel Podcast - Laravel and PHP development news and discussion.
  • The PHP Roundtable - The PHP Roundtable is a casual gathering of developers discussing topics that PHP nerds care about.
  • Voices of the ElePHPant - Interviews with the people who make the PHP community special.

PHP Newsletters

PHP-related news directly to your inbox.

PHP Reading

PHP-related reading materials.

PHP Internals Reading

Reading materials related to the PHP internals or performance.

awesome-php's People

Contributors

ackintosh avatar alexkart avatar colinodell avatar corpsee avatar dereuromark avatar dupuchba avatar ericpoe avatar gabrielhomsi avatar igusev avatar itsdarrylnorris avatar jadb avatar jaybizzle avatar jenssegers avatar jibbarth avatar josegonzalez avatar kelunik avatar lyrixx avatar mablae avatar mirfilip avatar mstruebing avatar ojhaujjwal avatar ondram avatar readmecritic avatar rezonanc avatar ronanguilloux avatar rybakit avatar saulotoledo avatar shadowhand avatar spekulatius avatar ziadoz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-php's Issues

Website.

Don't you think that a website with better UI would be fine for this project?

add hybridauth to thirdparty apis

HybridAuth enables developers to easily build social applications and tools to engage websites visitors and customers on a social level by implementing social sign-in, social sharing, users profiles, friends list, activities stream, status updates and more.

A/B Testing

Any great A/B testing suites anyone can suggest?

Framework components

I am not sure why the name framework components.

If you look at Aura.Uri it will go to Libraries for parsing URLs. And yes @jeremykendall has also contributed to it.

If you look Aura.Filter it will go in validation and sanitization. So I am not a person to call it under framework components for no library is dependent on the component.

Rest of the libraries are at

https://github.com/auraphp

@pmjones do you need to further clarify anything?.

Thank you.

Missing CakePHP framework

CakePHP is a great PHP framework of its kind which is modern, up to date and scalable, and powering thousands of website online. I wish you have hard of it.

Add license file for using awesome-php

Hi,

This issue is not same as #14 or #46 : it concern license of awesome-php, not the licenses of repertoried projects.

License of your list is missing. You cannot use classical license (MIT, BSD...): there is no code source. Your project is a database, so, according to me, you should choose a database license.

I suggest ODC-BY 1.0 :

  • You are free to Share: To copy, distribute and use the database.
  • You are free to Create: To produce works from the database.
  • You are free to Adapt: To modify, transform and build upon the database.

Suggestions

Dependency Management Extras
PHP SemVer: https://github.com/vierbergenlars/php-semver

DataStructures
Tree: https://github.com/nicmart/Tree
Tries, Quads: https://github.com/MarkBaker

URL
URI: https://github.com/thephpleague/uri

HTTP
Diactoros: https://github.com/zendframework/zend-diactoros

Security
Roave Security: https://github.com/Roave/SecurityAdvisories
PHP Malware Finder: https://github.com/nbs-system/php-malware-finder

Queue
Queue: https://github.com/indigophp/queue
Gearman: http://gearman.org/
Celery PHP: https://github.com/gjedeer/celery-php

Event
Sabre Event: http://sabre.io/event/

Templates
Foil: http://www.foilphp.it/

Auth
Aura Auth: https://github.com/auraphp/Aura.Auth
Gatekeeper: https://github.com/psecio/gatekeeper
PHPoAuthLib: https://github.com/Lusitanian/PHPoAuthLib

DI
Ray Di: http://github.com/koriym/Ray.Di

DB
Analogue: https://github.com/analogueorm/analogue
Liquibase: http://www.liquibase.org/download/index.html

Config
PHP DotEnv: https://github.com/vlucas/phpdotenv
Symfony Config: http://symfony.com/doc/current/components/config/index.html

Debugging/Errors
BooBoo: https://github.com/thephpleague/booboo
Prophiler: http://prophiler.fabfuel.de/

NoSQL
Mandango: http://mandango.org/

Cache
Cache Tool: https://github.com/gordalina/cachetool

Web Applications
Web Securify: http://www.websecurify.com/
Cachet: https://github.com/cachethq/cachet

Micro Framework Extras
Config Service Provider: https://github.com/igorw/ConfigServiceProvider

Data Structures
TopSort: https://github.com/marcj/topsort.php

Deployment
PHPloy: https://github.com/banago/PHPloy

Testing
Factory Muffin: https://github.com/thephpleague/factory-muffin
Faker CLI: https://github.com/bit3/faker-cli
Phactory: https://github.com/chriskite/phactory

Scientific
LinearAlgebra: https://github.com/mcordingley/LinearAlgebra
Scientific: https://github.com/mcordingley/Scientific
Statistical Classifier: https://github.com/camspiers/statistical-classifier

Security
Version Scan: https://github.com/psecio/versionscan
Random Compat: https://github.com/paragonie/random_compat

File
Burgomaster: https://github.com/mtdowling/Burgomaster
Distill: https://github.com/raulfraile/distill
Extractor: https://github.com/mmoreram/extractor
Redaktilo: https://github.com/gnugat/redaktilo
Zipper: https://github.com/Chumper/Zipper

Cache
Cache: https://github.com/desarrolla2/Cache

Date
Business Days: https://github.com/iansltx/BusinessDays

I18N/L10N
Phred: https://github.com/nazariyg/Phred

Debugging
Patchwork Dumper: https://github.com/nicolas-grekas/Patchwork-Dumper

Markup
FluentDOM: https://github.com/FluentDOM/FluentDOM
XML String Streamer: https://github.com/prewk/xml-string-streamer
XML Faker: https://github.com/prewk/xml-faker

String
Redaktilo: http://gnugat.github.io/redaktilo/
Diff: https://github.com/sebastianbergmann/diff
Short UUID: https://github.com/pascaldevink/shortuuid

Currency
Money: https://github.com/ulabox/money

Code Analysis
PDepend: http://pdepend.org/

Casting
PolyCast: https://github.com/theodorejb/PolyCast

Errors
Shit Happens: https://github.com/brandonsavage/shithappens

Image
Crop: https://github.com/stojg/crop
FaceDetect: http://www.xarg.org/project/php-facedetect/
Imanee: http://imanee.io/

Misc
PHPBackporter: https://github.com/nikic/PHP-Backporter
Sergeant: https://github.com/acairns/sergeant
PHP PM: https://github.com/marcj/php-pm
Instantiator: https://github.com/Ocramius/Instantiator
Gliph: https://github.com/sdboyer/gliph
Get In: https://github.com/igorw/get-in
Recoil: https://github.com/recoilphp/recoil
Ray Aop: https://github.com/koriym/Ray.Aop
PHP-PM: https://github.com/marcj/php-pm
Mondator: https://github.com/mandango/mondator
HamCrest: https://github.com/hamcrest/hamcrest-php
Transducers: https://github.com/mtdowling/transducers.php
File Get Contents: https://github.com/padraic/file_get_contents
Guzzle Promises: https://github.com/guzzle/promises
Tactician: http://tactician.thephpleague.com/
MessageBus: https://github.com/SimpleBus/MessageBus
Optimus: https://github.com/jenssegers/optimus
ValueObjects: https://github.com/nicolopignatelli/valueobjects

PHP Internals
PHP Language Specification: https://github.com/php/php-langspec

Caching
GeekCache: https://github.com/karptonite/geekcache

3rd Party APIs
Facebook SDK: https://github.com/facebook/facebook-php-sdk-v4
Youtube API: https://github.com/madcoda/php-youtube-api
Tumblr: https://github.com/tumblr/tumblr.php
YubiKey: https://github.com/enygma/yubikey

REST
RAML: https://github.com/alecsammon/php-raml-parser
Lionframe: https://github.com/Lakion/Lionframe

Social
PHP Twient: https://github.com/makotokw/php-twient

Backup
Backup Manager: https://github.com/heybigname/backup-manager

Search
SphinxSearch: https://github.com/ripaclub/sphinxsearch

CLI
Gush: https://github.com/gushphp/gush
PHP SS: https://github.com/Herzult/php-ssh
Silly: http://php-di.org/doc/frameworks/silly.html

Web Apps
Pushman: https://github.com/PushmanPHP/pushman

Forum
Flarum: https://github.com/flarum/flarum

PHP 7
PHP 7 Compatibility Checker: https://github.com/sstalle/php7cc

Websites
Pipe: http://thepipe.io/
OAuthBible: http://oauthbible.com/
PHP Package Checklist: http://phppackagechecklist.com/
12 Factor App: http://12factor.net/
Dev Human: http://dev-human.com/
PHP Developer: http://www.phpdeveloper.org/
No Capes: http://nocapes.net/
PHP Annotated Monthly: http://blog.jetbrains.com/phpstorm/category/php-annotated-monthly/

Utilities
Polyfill: https://github.com/symfony/polyfill

Books
Domain Driven Design with PHP Examples: https://leanpub.com/ddd-in-php
Symfony Framework Deep Dive: https://leanpub.com/symfonyframeworkdeepdive-security
Essential JS Design Patterns: http://addyosmani.com/resources/essentialjsdesignpatterns/book/
Modern PHP: https://www.safaribooksonline.com/library/view/modern-php/9781491905173/

Other
Eloquent: https://github.com/eloquent
Mail-in-a-box: https://github.com/JoshData/mailinabox
Stellar (Git for Databases): https://github.com/fastmonkeys/stellar
Recki CT: https://github.com/google/recki-ct
Pixeler: https://github.com/lastguest/pixeler
Nightrain: https://github.com/naetech/nightrain
MessageBus: https://github.com/SimpleBus/MessageBus
PHPComplex: https://github.com/MarkBaker/PHPComplex
Libraries.io: http://libraries.io/

Articles
It's All About Time: http://blog.ircmaxell.com/2014/11/its-all-about-time.html
What About Garbage?: http://blog.ircmaxell.com/2014/12/what-about-garbage.html
When To Declare Classes Final: http://ocramius.github.io/blog/when-to-declare-classes-final/
ClearPHP: https://github.com/dseguy/clearPHP
Wisdon of the Elephant: http://wisdomoftheelephpant.com/
Securely Distributing PHARS: http://blog.astrumfutura.com/2015/03/securely-distributing-phars-pitfalls-and-solutions/
How to Safely Generate Random Strings and Integers in PHP: https://paragonie.com/blog/2015/07/how-safely-generate-random-strings-and-integers-in-php?from=hackernews
What Is PHP Doing?: http://derickrethans.nl/what-is-php-doing.html
Speeding Up Database Calls With PDO: http://www.dragonbe.com/2015/07/speeding-up-database-calls-with-pdo-and.html
How to Securely Upload Files: https://paragonie.com/blog/2015/10/how-securely-allow-users-upload-files
Timezone News: http://time.is/time_zone_news

Also push changes to the original gist?

I noticed that this project started out as a gist before it moved here. The gist states that it is no longer used.

What I was wondering is the following:

The gist is just a git repo, this is just a git repo, why isn't the content of this repo also just pushed to the gist?

Unless I am missing something critical that shouldn't be much work...

Given the amount of visibility that gist (still) has it could be worth the effort.

Contribution Guidelines

Write contribution guidelines in CONTRIBUTING.md file:

  • Spelling and grammar (English).
  • Clean and simple descriptions.
  • No flashy descriptions. Full stop at the end. Regular dash as a separator.
  • No namespace separators, just spaces, and only if duplicate name exists.
  • Suggestion guidelines.
  • Monthly suggestion issues.
  • Check if library was previously suggested.
  • Prefer Composer, PSR-compliant and unit tested libraries.
  • One pull request per library.

Improvements

Future Improvements

  • Split out Text and Numbers category into Strings and Numbers.
  • Add Configuration category.
  • Add Functional Programming category.
  • Break out Code Analysis into Debugging where applicable.
  • Rename ORM and Datamapper category to Database.
  • Split out password libraries into own category.
  • Add all major PHP framework components to the list (#90).
  • Add C/PECL extensions category (#2).
  • Display license for each project (#14).
  • Add community members section.
  • Add a conferences section.
  • Add Framework Bundles category (SF2, LV4, ZF2).
  • Build a website for the project (#94). Flatfiles. JSON files. Compiled into a website via a template.
  • Work out how to support multiple languages (possibly related to building a website).
  • Move 'Contributing' text to the top of the document (#220).
  • Go through all categories and perform a cleanup and cull.
  • Add legend/dagger for paid components and framework components.
  • Remove PHP Reading (often end up outdated), Other Websites and Other Books (too broad) sections. ***
  • Add a pull request template.
  • Link to other Awesome PHP lists (https://github.com/FriendsOfCake/awesome-cakephp, https://github.com/jakoch/awesome-composer).
  • Add Awesome branding badge.
  • Consider Github discussions section.

AwesomeOpenSource

We are creating a github org for all awesome open source repos. I am working with a few individuals who are also managing their own awesome repos, and I think to gain more traction we need to work together. What are your thoughts about collectively moving your awesome repos to https://github.com/AwesomeOpenSource

The idea is that visibility for these repos would be increased due to more traffic to the org. What are your thoughts? Let me know if there is anything you'd like to discuss!

Suggestions (Q1/2 2014)

Components
Hoa Project: https://github.com/hoaproject

Frameworks
PPI: http://www.ppi.io/

Micro Frameworks
Silex View: https://github.com/gigablah/silex-view
Fast Router: https://github.com/nikic/FastRoute
Thermosis (???): http://www.themosis.com/

Deployment
Envoy: https://github.com/laravel/envoy
Anchour: https://github.com/youknowriad/anchour

E-Commerce
Money: https://github.com/sebastianbergmann/money
Swap: https://github.com/florianv/swap

Development Software
PNGQuant: http://pngquant.org/
ImageOptim: http://imageoptim.com/

Static Site Generator
Spress: http://spress.yosymfony.com/
Statamic: http://statamic.com/

Code Analysis
PHP Metrics: https://github.com/Halleck45/PhpMetrics

File
Bakame CSV: https://github.com/nyamsprod/Bakame.csv
Cartographer: https://github.com/tackk/cartographer
PHP Phar Update: https://github.com/herrera-io/php-phar-update

Web Applications
Cabot: https://github.com/arachnys/cabot
ElasticHQ: http://www.elastichq.org/

Assets
Puli: https://github.com/webmozart/puli

Strings and Numbers
Humanizer: https://github.com/norzechowicz/php-humanizer
Linkify: https://github.com/misd-service-development/php-linkify
Markdown: https://github.com/cebe/markdown

REST
Trucker: https://github.com/Indatus/trucker

Templating
Phlexy: https://github.com/nikic/Phlexy

Testing
Prophecy: https://github.com/phpspec/prophecy
Etsy PHPUnit Extensions: https://github.com/etsy/phpunit-extensions
JoliCi: https://github.com/jolicode/JoliCi

Code Analysis
XHProf: http://xhprof.io/

Miscellaneous
Breadcrumb: https://github.com/noherczeg/breadcrumb
Geometry: https://github.com/geo-io/geometry
PHPExifTool: https://github.com/romainneutron/PHPExiftool
OpCache JSON: https://github.com/stevencorona/opcache-json
PHPCR ODM: https://github.com/doctrine/phpcr-odm
Comparator: https://github.com/sebastianbergmann/comparator
Environment: https://github.com/sebastianbergmann/environment
Exporter: https://github.com/sebastianbergmann/exporter
Diff: https://github.com/sebastianbergmann/diff
JMESPATH: https://github.com/mtdowling/jmespath.php

Console
DocOpt: https://github.com/docopt/docopt.php
Pecan: https://github.com/mcrumm/pecan/tree/develop

Auth
LightOpenID: https://gitorious.org/lightopenid/lightopenid

Third Party APIs
Mailgun: https://github.com/mailgun/mailgun-php
Docker PHP: https://github.com/stage1/docker-php

Web Apps
Git Lab: https://www.gitlab.com/

Software
Hack: http://hacklang.org/
VirtPHP: https://github.com/virtphp/virtphp
HippyVM: http://hippyvm.com/
Go Access: http://goaccess.prosoftcorp.com/
EditorConfig: http://editorconfig.org/
Scout: http://scoutapp.github.io/scout_realtime/
PHPCPP: http://www.php-cpp.com/
FontPrep: http://fontprep.com/
Koala: http://koala-app.com/
Live Reload: http://livereload.com/
Varnish: https://www.varnish-cache.org/
PHPFarm: https://github.com/fpoirotte/phpfarm
Sublime Text: http://www.sublimetext.com/3
PHPStorm: http://www.jetbrains.com/phpstorm/
Komodo Edit: http://komodoide.com/komodo-edit/
Oh My ZSH: https://github.com/robbyrussell/oh-my-zsh
CakeBrew: http://www.cakebrew.com/
Charles Proxy: http://www.charlesproxy.com/
Paw: http://luckymarmot.com/paw
Colloquay: http://colloquy.info/

Security
ZF Escaper: https://github.com/zendframework/Component_ZendEscaper

Videos
Taking PHP Seriously: http://www.infoq.com/presentations/php-history
Computerphile: http://www.youtube.com/user/Computerphile?feature=watch
Characters, Symbols and the Unicode Miracle: http://www.youtube.com/watch?v=MijmeoH9LT4
PHP Town Hall: http://www.youtube.com/channel/UCepVwe7RrxE7Zv3kytUfcKw?feature=watch

PHP Resources
Nomad PHP: http://nomadphp.com/
PHP Internals Book: http://www.phpinternalsbook.com/

Web Resources
Mathias Bynens: http://mathiasbynens.be
Request Bin: http://requestb.in/
HTTP Bin: http://httpbin.org/
Definitive Guide to Mercurial: http://hgbook.red-bean.com/
Modern IE: http://modern.ie/en-us
Google Web Fundamentals: https://developers.google.com/web/fundamentals/
HTML5 Doctor: http://html5doctor.com/

Web Reading
UTF-8 Everywhere: http://www.utf8everywhere.org/
Security Headers You Should Be Using: http://ibuildings.nl/blog/2013/03/4-http-security-headers-you-should-always-be-using
How to Safely Invoke Web Hooks: http://blog.fanout.io/2014/01/27/how-to-safely-invoke-webhooks/
Source Making: http://sourcemaking.com/
WebServerUID: https://swiftype.com/blog/web-server-uid.html

Books
The Grumpy Programmer's Guide to Building Testable PHP Applications: https://leanpub.com/grumpy-testing
The Tangled Web — Securing Web Applications: http://www.amazon.ca/The-Tangled-Web-Securing-Applications/dp/1593273886
Source Making: http://sourcemaking.com/
Securing PHP: https://leanpub.com/securingphp-coreconcepts
Modernising Legacy Applications in PHP: https://leanpub.com/mlaphp
Elasticsearch: The Definitive Guide: http://www.elasticsearch.org/guide/

Newsletters
Servers for Hackers: http://serversforhackers.com/

Text and Numbers
ByteSize: https://github.com/rchouinard/bytesize

RSS
Fast Feed: http://fastfeed.github.io/

Authentication
OAuth2 Server: http://bshaffer.github.io/oauth2-server-php-docs/

Task Runners (New Category)
Bldr - http://bldr.io/
Robo - http://codegyre.github.io/Robo/

Build Tools
Commoner: https://github.com/alex-butucea/commoner

RSS
SimplePie: https://github.com/simplepie/simplepie

Files
HTML5 Video: https://github.com/xemle/html5-video-php

Websites
Reddit PHP: http://www.reddit.com/r/php

Books
Vagrant Cookbook: https://leanpub.com/vagrantcookbook

LICENSE?

It would be nice to explicitly verify (and list in the README) that each project is actually covered under an open source license

CI Job for testing formatting, testing links, ordering, ...

How about creating a small script that will be run using Travis-Ci that could ensure the following things:

  • Ensure the format is used: "LIBRARY - DESCRIPTION."
  • Check all links for a "200 Success" Status code.
  • There is a working link in the category list to the according category.
  • The order in the category list is the same as in the document.
  • MAYBE: Links are in alphabetic order
  • MAYBE: Categories are in alphabetic order

I would volunter to start something like this if its wanted 👍

Suggestions (Dec 2013)

Micro Frameworks
Pux: https://github.com/c9s/Pux

HTTP
UA Parser: https://github.com/tobie/ua-parser/tree/master/php

Testing
DBUnit: https://github.com/sebastianbergmann/dbunit

Web
Composer as a Service: http://composer.borreli.com/
Mail Catcher: https://github.com/sj26/mailcatcher
Protobox: http://getprotobox.com/

Security
Password Validator: https://github.com/jeremykendall/password-validator

Plugin
Clockwork Chrome: https://github.com/itsgoingd/clockwork-chrome

Data Structures
Fractal: https://github.com/php-loep/fractal

SSH
Anchour: https://github.com/youknowriad/anchour

Event
Event Manager: https://github.com/jkobus/skajdo-event-manager

Markup
HTML Tools: https://github.com/yohang/HtmlTools

Reading
Is Unicode Safe? http://www.jefftk.com/p/is-unicode-safe

API
Twillio: https://github.com/twilio/twilio-php

Misc
Lambda PHP: https://github.com/igorw/lambda-php
Iter: https://github.com/nikic/iter
PHP Token Reflection: https://github.com/Andrewsville/PHP-Token-Reflection
LibPhoneNumber for PHP: https://github.com/giggsey/libphonenumber-for-php

Books
Practical Design Patterns in PHP - Brandon Savage: http://practicaldesignpatternsinphp.com/
PHP Beyond the Web - Rob Aley: http://phpbeyondtheweb.com
Modify Your Legacy PHP Application - Paul M. Jones: http://mlaphp.com/
Building Secure Web Apps - Ben Edmunds: http://launch.buildsecurewebapps.com/
Taste Test - Matt Jaynes: http://devopsu.com/books/taste-test-puppet-chef-salt-stack-ansible.html
Building APIs You Won't Hate - Phil Sturgeon: https://leanpub.com/build-apis-you-wont-hate
The Profitable Side Project - Rachel Andrews: http://www.rachelandrew.co.uk/books/the-profitable-side-project

Notes
Phine: https://github.com/phine

Suggestions

Queue : https://github.com/indigophp/queue

Auth : I would like to point to https://github.com/auraphp/Aura.Auth which provides a unified interface to local and remote authentication systems. As Sentry has moved away from open-source model there is great possibility of people not finding the right tool.

I am also interested if other aura components can be listed than just mentioning symfony components, aura components, zend components.

Probably some of the best once at-least can be mentioned.

Thank you

Suggestion / Improvement

When we look, Symfony, Aura, Zend etc are marked as components.

But when people search for a specific component they are missing the component present in these.

Eg : consider routing, other routers are listed, but that points to miss the component ones sadly :( . Can we list individual components listed for the components?

Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.