Skip to main content

PHP

How To Install and Use Composer on Ubuntu 16.04
Tutorials PHP PHP Frameworks Ubuntu 16.04
Introduction> Introduction # Composer is a popular dependency management tool for PHP, created mainly to facilitate installation and updates for project dependencies. It will check which other packages a specific project depends on and install them for you, using the appropriate versions according to the project requirements.
How To Deploy a PHP Application with Kubernetes on Ubuntu 16.04
Tutorials Block Storage Kubernetes Nginx PHP Ubuntu 16.04
The author selected the Open Internet/Free Speech to receive a donation as part of the Write for DOnations program. Introduction> Introduction # Kubernetes is an open source container orchestration system. It allows you to create, update, and scale containers without worrying about downtime.
How To Install Alternative PHP Cache (APC) on a Cloud Server Running Ubuntu 12.04
Tutorials Caching PHP Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Install an Apache, MySQL, and PHP (FAMP) Stack on FreeBSD 10.1
Tutorials Apache FreeBSD LAMP Stack MySQL PHP
Introduction> Introduction # A FAMP stack, which is similar to a LAMP stack on Linux, is a group of open source software that is typically installed together to enable a FreeBSD server to host dynamic websites and web apps.
How To Upgrade to PHP 7 on CentOS 7
Tutorials Apache CentOS LAMP Stack LEMP Nginx PHP
Introduction> Introduction # PHP 7, which was released on December 3, 2015, promises substantial speed improvements over previous versions of the language, along with new features like scalar type hinting. This guide explains how to quickly upgrade an Apache or Nginx web server running PHP 5.
How To Share PHP Sessions on Multiple Memcached Servers on Ubuntu 14.04
Tutorials Caching LAMP Stack PHP Scaling Ubuntu
Introduction> Introduction # Memcached is a distributed object caching system which stores information in memory, rather than on disk, for faster access. PHP’s Memcache module can be used to handle sessions which would otherwise be stored on the file system.
How To Install and Use Memcache on Ubuntu 14.04
Tutorials Caching MySQL PHP Server Optimization Ubuntu
Introduction> Introduction # As your websites grow and see an increase in traffic, one of the components that shows stress the fastest is the backend database. If your database is not distributed and configured to handle high loads, it can easily be overwhelmed by a relatively modest increase in traffic.
How To Install and Secure phpMyAdmin on Ubuntu 18.04
Tutorials Apache Applications PHP Ubuntu Ubuntu 18.04
Introduction> Introduction # While many users need the functionality of a database management system like MySQL, they may not feel comfortable interacting with the system solely from the MySQL command line client.
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 20.04
Tutorials Apache LAMP Stack MySQL PHP Ubuntu Ubuntu 20.04
Introduction> Introduction # A “LAMP” stack is a group of open source software that is typically installed together in order to enable a server to host dynamic websites and web apps written in PHP.
How To Install Linux, nginx, MySQL, PHP (LEMP) stack on Ubuntu 12.04
Tutorials LEMP MySQL Nginx PHP Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Install and Secure phpMyAdmin on a CentOS 6.4 VPS
Tutorials Apache CentOS MySQL PHP Security
Status: Deprecated> Status: Deprecated # This article covers a version of CentOS that is no longer supported. If you are currently operating a server running CentOS 6, we highly recommend upgrading or migrating to a supported version of CentOS.
How To Install and Use Composer on Your VPS Running Ubuntu
Tutorials PHP PHP Frameworks Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How to Set Up a Redis Server as a Session Handler for PHP on Ubuntu 14.04
Tutorials PHP Redis Ubuntu
Introduction> Introduction # Redis is an open source key-value cache and storage system, also referred to as a data structure server for its advanced support for several data types, such as hashes, lists, sets, and bitmaps, amongst others.
How to Setup FastCGI Caching with Nginx on your VPS
Tutorials Caching Nginx PHP Server Optimization
Prelude> Prelude # Nginx includes a FastCGI module which has directives for caching dynamic content that are served from the PHP backend. Setting this up removes the need for additional page caching solutions like reverse proxies (think Varnish) or application specific plugins.
How To Install and Secure phpMyAdmin with Apache on a CentOS 7 Server
Tutorials CentOS MySQL PHP Security
Introduction> Introduction # Relational database management systems like MySQL and MariaDB are needed for a significant portion of web sites and applications. However, not all users feel comfortable administering their data from the command line.
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 18.04
Tutorials Apache Databases MySQL PHP Ubuntu 18.04
Introduction> Introduction # A “LAMP” stack is a group of open-source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating system, with the Apache web server.
Understanding and Implementing FastCGI Proxying in Nginx
Tutorials Conceptual Nginx PHP Scaling
Introduction> Introduction # Nginx has become one of the most flexible and powerful web server solutions available. However, in terms of design, it is first and foremost a proxy server. This focus means that Nginx is very performant when working to handle requests with other servers.
How To Change Your PHP Settings on Ubuntu 14.04
Tutorials LAMP Stack LEMP PHP Server Optimization Ubuntu
Introduction> Introduction # PHP is a server side scripting language used by many popular CMS and blog platforms like WordPress and Drupal. It is also part of the popular LAMP and LEMP stacks.
How To Authenticate Client Computers Using LDAP on an Ubuntu 12.04 VPS
Tutorials Networking PHP Security Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Install and Use Composer on Ubuntu 18.04
Tutorials PHP Ubuntu 18.04
A previous version of this tutorial was written by Brennen Bearnes. Introduction> Introduction # Composer is a popular dependency management tool for PHP, created mainly to facilitate installation and updates for project dependencies.