Skip to content

Latest commit

 

History

History
528 lines (442 loc) · 24.1 KB

awesome-php.md

File metadata and controls

528 lines (442 loc) · 24.1 KB

Bookmarks tagged [awesome-php]

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

Brew PHP switcher.


https://github.com/phpbrew/phpbrew

A PHP version manager and installer.


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

Another PHP version installer.


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

A PHP installer for OSX.


http://virtphp.org/

A tool for creating and managing isolated PHP environments.


http://phansible.com/

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


https://www.getprotobox.com/

Another web tool for building PHP development virtual machines.


https://puphpet.com/

A web tool for building PHP development virtual machines.


https://hacklang.org/

A programming language for HHVM that interoperates seamlessly with PHP.


https://github.com/facebook/hhvm

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


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

A PHP IDE based on the Eclipse platform.


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

A commercial PHP IDE.


https://3v4l.org/

An online PHP & HHVM shell.


https://dbv.vizuina.com/

A database version control application.


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

An application for managing queueing backends.


https://github.com/sj26/mailcatcher

A web tool for capturing and viewing emails.


https://github.com/cachethq/cachet

The open source status page system.


https://github.com/ErikDubbelboer/phpRedisAdmin

A simple web interface to manage Redis databases.


https://github.com/phpmyadmin/phpmyadmin

A web interface for MySQL/MariaDB.


https://www.adminer.org/

Database management in a single PHP file.


https://github.com/getgrav/grav

A modern flat-file CMS.


https://github.com/electerious/Lychee

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


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

A multithreaded application server for PHP, written in PHP.


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

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


https://nomadphp.com/

A online PHP learning resource.


https://phpbestpractices.org/

A PHP best practice guide.


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

The PHP Framework Interoperability Group.


https://php-mentoring.org/

Peer to peer PHP mentorship organization.


http://php-pds.com

Package development standards for PHP.


https://www.phpschool.io/

Open Source Learning for PHP.


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

A guide to PHP security.


http://www.phptherightway.com/

A PHP best practice quick reference guide.


http://php.ug

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


http://phpversions.info/

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


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

A weekly PHP newsletter.


https://phptrends.com/

An overview of fastest growing PHP libraries.


http://securingphp.com/

A newsletter about PHP security and library recommendations.


https://7php.com/

A website that interviews members of the PHP community.


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

A monthly digest of PHP news.


https://www.functionalphp.com/

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


https://leanpub.com/grumpy-phpunit

A book about unit testing with PHPUnit by Chris Hartjes.


https://www.brandonsavage.net/

A book about object-orientated PHP by Brandon Savage.


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

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


https://leanpub.com/mlaphp

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


https://leanpub.com/php7

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


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

A book about learning to write PHP by Dayle Rees.


http://www.scalingphpbook.com

An ebook about scaling PHP applications by Steve Corona.


https://leanpub.com/securingphp-coreconcepts

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


https://leanpub.com/signalingphp

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


https://leanpub.com/grumpy-testing

A book about building testing PHP applications by Chris Hartjes.


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.


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

Real examples written in PHP showcasing DDD Architectural Styles.


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

10 to 15 minute Lightning Talks by PHP community members.


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

A collection of videos from the PHP UK Conference.


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

A video series by Anthony Ferrara.


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

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


https://phptownhall.com/

A casual PHP podcast by Ben Edmunds and Phil Sturgeon.


https://voicesoftheelephpant.com/

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


https://www.phproundtable.com/

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


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

A Composer primer.


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

An article about Composer stability flags.


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

An article about Composer versioning.


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.


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

An article about the BREACH hack and CSRF tokens.


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

An article about lambda functions and closures.


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

An article about the PHP language and ecosystem.


http://phppackagechecklist.com/

A checklist for successful PHP package development.


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

An article about the pros and cons of PHP.


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

An article on preventing CSRF attacks.


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

An article about correct BCrypt implementation.


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

A guide to building secure PHP software.


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

An article about using the unix environment helper.


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.


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

A detailed StackOverflow answer about foreach.


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

An article about string internals.


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

An article about evaluation order in PHP.


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.


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

An article ternary performance.


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

An article about opcodes.


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

An article about the internals of foreach.


Usually

An article about object and array internals.


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

An article about internal ZVALs.


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

A monthly magazine dedicated to PHP.