awesome-php.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [awesome-php]

www.codever.land/bookmarks/t/awesome-php

Brew PHP Switcher

https://github.com/philcook/brew-php-switcher

Brew PHP switcher.


PHP Brew

https://github.com/phpbrew/phpbrew

A PHP version manager and installer.


PHP Build

https://github.com/php-build/php-build

Another PHP version installer.


PHP OSX

https://php-osx.liip.ch/

A PHP installer for OSX.


VirtPHP

http://virtphp.org/

A tool for creating and managing isolated PHP environments.


Phansible

http://phansible.com/

A web tool for building PHP development virtual machines with Ansible.


Protobox

https://www.getprotobox.com/

Another web tool for building PHP development virtual machines.


PuPHPet

https://puphpet.com/

A web tool for building PHP development virtual machines.


Hack

https://hacklang.org/

A programming language for HHVM that interoperates seamlessly with PHP.


HHVM

https://github.com/facebook/hhvm

A Virtual Machine, Runtime and JIT for PHP by Facebook.


Eclipse for PHP Developers

https://www.eclipse.org/downloads/

A PHP IDE based on the Eclipse platform.


PhpStorm

http://www.jetbrains.com/phpstorm/

A commercial PHP IDE.


3V4L

https://3v4l.org/

An online PHP & HHVM shell.


DBV

https://dbv.vizuina.com/

A database version control application.


PHP Queue

https://github.com/CoderKungfu/php-queue

An application for managing queueing backends.


MailCatcher

https://github.com/sj26/mailcatcher

A web tool for capturing and viewing emails.


Cachet

https://github.com/cachethq/cachet

The open source status page system.


phpRedisAdmin

https://github.com/ErikDubbelboer/phpRedisAdmin

A simple web interface to manage Redis databases.


phpMyAdmin

https://github.com/phpmyadmin/phpmyadmin

A web interface for MySQL/MariaDB.


Adminer

https://www.adminer.org/

Database management in a single PHP file.


Grav

https://github.com/getgrav/grav

A modern flat-file CMS.


Lychee

https://github.com/electerious/Lychee

An easy to use and great looking photo-management-system.


appserver.io

https://github.com/appserver-io/appserver

A multithreaded application server for PHP, written in PHP.


php-pm

https://github.com/php-pm/php-pm

A process manager, supercharger and load balancer for PHP applications.


Nomad PHP

https://nomadphp.com/

A online PHP learning resource.


PHP Best Practices

https://phpbestpractices.org/

A PHP best practice guide.


PHP FIG

https://www.php-fig.org/

The PHP Framework Interoperability Group.


PHP Mentoring

https://php-mentoring.org/

Peer to peer PHP mentorship organization.


PHP Package Development Standards

http://php-pds.com

Package development standards for PHP.


PHP School

https://www.phpschool.io/

Open Source Learning for PHP.


PHP Security

http://phpsecurity.readthedocs.io/en/latest/index.html

A guide to PHP security.


PHP The Right Way

http://www.phptherightway.com/

A PHP best practice quick reference guide.


PHP UG

http://php.ug

A website to help people locate their nearest PHP user group (UG).


PHP Versions

http://phpversions.info/

Lists which versions of PHP are available on several popular web hosts.


PHP Weekly

http://www.phpweekly.com/archive.html

A weekly PHP newsletter.


PHPTrends

https://phptrends.com/

An overview of fastest growing PHP libraries.


Securing PHP

http://securingphp.com/

A newsletter about PHP security and library recommendations.


Seven PHP

https://7php.com/

A website that interviews members of the PHP community.


PHP Annotated Monthly

https://blog.jetbrains.com/phpstorm/category/php-annotated-monthly/

A monthly digest of PHP news.


Functional Programming in PHP

https://www.functionalphp.com/

This book will show you how to leverage these new PHP5.3+ features by understanding functional programming principles


Grumpy PHPUnit

https://leanpub.com/grumpy-phpunit

A book about unit testing with PHPUnit by Chris Hartjes.


Mastering Object-Orientated PHP

https://www.brandonsavage.net/

A book about object-orientated PHP by Brandon Savage.


Modern PHP New Features and Good Practices

http://shop.oreilly.com/product/0636920033868.do

A book about new PHP features and best practices by Josh Lockhart.


Modernizing Legacy Applications in PHP

https://leanpub.com/mlaphp

A book about modernizing legacy PHP applications by Paul M. Jones.


PHP 7 Upgrade Guide

https://leanpub.com/php7

An ebook covering all of the features and changes in PHP 7 by Colin O'Dell.


PHP Pandas

https://daylerees.com/php-pandas/

A book about learning to write PHP by Dayle Rees.


Scaling PHP Applications

http://www.scalingphpbook.com

An ebook about scaling PHP applications by Steve Corona.


Securing PHP: Core Concepts

https://leanpub.com/securingphp-coreconcepts

A book about common security terms and practices for PHP by Chris Cornutt.


Signaling PHP

https://leanpub.com/signalingphp

A book about catching PCNTL signals in CLI scripts by Cal Evans.


The Grumpy Programmer's Guide to Building Testable PHP Applications

https://leanpub.com/grumpy-testing

A book about building testing PHP applications by Chris Hartjes.


XML Parsing with PHP

https://www.phparch.com/books/xml-parsing-with-php/

This book covers parsing and validating XML documents, leveraging XPath expressions, and working with namespaces as well as how to create and modify XML files programmatically.


Domain-Driven Design in PHP

https://leanpub.com/ddd-in-php

Real examples written in PHP showcasing DDD Architectural Styles.


Nomad PHP Lightning Talks

https://www.youtube.com/c/nomadphp

10 to 15 minute Lightning Talks by PHP community members.


PHP UK Conference

https://www.youtube.com/user/phpukconference/videos

A collection of videos from the PHP UK Conference.


Programming with Anthony

https://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW

A video series by Anthony Ferrara.


Taking PHP Seriously

https://www.infoq.com/presentations/php-history

A talk outlining PHP's strengths by Keith Adams of Facebook.


PHP Town Hall

https://phptownhall.com/

A casual PHP podcast by Ben Edmunds and Phil Sturgeon.


Voices of the ElePHPant

https://voicesoftheelephpant.com/

Interviews with the people that are making the PHP community special.


PHP Roundtable

https://www.phproundtable.com/

The PHP Roundtable is a casual gathering of developers discussing topics that PHP nerds care about.


Composer Primer

https://daylerees.com/composer-primer/

A Composer primer.


Composer Stability Flags

https://igor.io/2013/02/07/composer-stability-flags.html

An article about Composer stability flags.


Composer Versioning

https://igor.io/2013/01/07/composer-versioning.html

An article about Composer versioning.


Create Your Own PHP Framework

http://fabien.potencier.org/create-your-own-framework-on-top-of-the-symfony2-components-part-1.html

A series of articles on how to make your own PHP framework by Fabien Potencier.


Don't Worry About BREACH

https://blog.ircmaxell.com/2013/08/dont-worry-about-breach.html

An article about the BREACH hack and CSRF tokens.


On PHP 5.3, Lambda Functions and Closures

http://fabien.potencier.org/on-php-5-3-lambda-functions-and-closures.html

An article about lambda functions and closures.


PHP Is Much Better Than You Think

http://fabien.potencier.org/php-is-much-better-than-you-think.html

An article about the PHP language and ecosystem.


PHP Package Checklist

http://phppackagechecklist.com/

A checklist for successful PHP package development.


PHP Sucks! But I Like It!

https://blog.ircmaxell.com/2012/04/php-sucks-but-i-like-it.html

An article about the pros and cons of PHP.


Preventing CSRF Attacks

https://blog.ircmaxell.com/2013/02/preventing-csrf-attacks.html

An article on preventing CSRF attacks.


Seven Ways to Screw Up BCrypt

https://blog.ircmaxell.com/2012/12/seven-ways-to-screw-up-bcrypt.html

An article about correct BCrypt implementation.


The 2018 Guide to Building Secure PHP Software

https://paragonie.com/blog/2017/12/2018-guide-building-secure-php-software

A guide to building secure PHP software.


Use Env

https://seancoates.com/blogs/use-env/

An article about using the unix environment helper.


Disproving the Single Quotes Myth

http://nikic.github.io/2012/01/09/Disproving-the-Single-Quotes-Performance-Myth.html

An article about performance of single and double quoted strings.


[How Big Are PHP Arrays (And Values) Really?](And Values)

And Values

An article about array internals.


How Foreach Works

https://stackoverflow.com/questions/10057671/how-does-php-foreach-actually-work/14854568#14854568

A detailed StackOverflow answer about foreach.


How Long is a Piece of String

http://blog.golemon.com/2006/06/how-long-is-piece-of-string.html

An article about string internals.


PHP Evaluation Order

https://gist.github.com/nikic/6699370

An article about evaluation order in PHP.


PHP RFCs

https://wiki.php.net/rfc

The home of PHP RFCs (Request for Comments).


http://fabien.potencier.org/print-vs-echo-which-one-is-faster.html

An article about print and echo performance.


The PHP Ternary Operator. Fast or Not?

http://fabien.potencier.org/the-php-ternary-operator-fast-or-not.html

An article ternary performance.


Understanding OpCodes

http://blog.golemon.com/2008/01/understanding-opcodes.html

An article about opcodes.


When Does Foreach Copy?

http://nikic.github.io/2011/11/11/PHP-Internals-When-does-foreach-copy.html

An article about the internals of foreach.


Why Objects (Usually) Use Less Memory Than Arrays

Usually

An article about object and array internals.


You're Being Lied To

http://blog.golemon.com/2007/01/youre-being-lied-to.html

An article about internal ZVALs.


[phparchitect

https://www.phparch.com/magazine/

A monthly magazine dedicated to PHP.