PHP 7 Programming Blueprints

Jose Palala, Martin Helmich

  • 出版商: Packt Publishing
  • 出版日期: 2016-09-23
  • 售價: $1,830
  • 貴賓價: 9.5$1,739
  • 語言: 英文
  • 頁數: 320
  • 裝訂: Paperback
  • ISBN: 1785889710
  • ISBN-13: 9781785889714
  • 相關分類: PHP
  • 下單後立即進貨 (約3~4週)

商品描述

Key Features

  • Don t just learn PHP 7 follow a diverse range of practical knowledge to get started quickly
  • Take advantage of PHP 7 s newest features and find out how to use them to solve real development challenges
  • Put PHP to work for performance and scalability we ll show you how, you do it!

Book Description

When it comes to modern web development, performance is everything. The latest version of PHP has been improvised and updated to make it easier to build for performance, improved engine execution, better memory usage, and a new and extended set of tools. If you re a web developer, what s not to love? This guide will show you how to make full use of PHP 7 with a range of practical projects that will not only teach you the principles, but also show you how to put them into practice. It will push and extend your skills, helping you to become a more confident and fluent PHP developer.

You ll find out how to build a social newsletter service, a simple blog with a search capability using Elasticsearch, as well as a chat application. We ll also show you how to create a RESTful web service, a database class to manage a shopping cart on an e-commerce site and how to build an asynchronous microservice architecture.

With further guidance on using reactive extensions in PHP, we re sure that you ll find everything you need to take full advantage of PHP 7. So dive in now!

What you will learn

  • Build versatile projects using the newest features PHP 7 has to offer
  • Learn how to use PHP 7 s event-driven asynchronous features
  • Find out how to improve the performance of your code with effective techniques and design patterns
  • Get to grips with backend development and find out how to optimize session handling
  • Learn how to use the PHP 7 Abstract Syntax Tree to improve the quality of your code and make it more maintainable
  • Find out how to build a RESTful web service
  • Build your own asynchronous microservice

About the Author

Jose Palala has been working professionally with PHP for at least 8 years. He has experience working with PHP frameworks such as Eden PHP, CodeIgniter, Laravel and Zend.

He has worked for Philippine-based IT companies for at least 8 years, working on projects ranging from internal corporate systems and CMS websites. In his spare time, he regularly contributes back to the tech community in the Philippines.

Martin Helmich holds a Master's degree in Computer Science from the University of Applied Sciences in Osnabrück. He works as a software architect and specializes in building distributed applications using web technologies and Microservice Architectures. Besides programming in Go, PHP, Python and Node.JS, he also builds infrastructures using configuration management tools like SaltStack and container technologies like Docker.

He is an open source enthusiast and likes to make fun of people who are not using Linux. In his free time, you'll probably find him coding on one of his open source pet projects, listening to music or reading science-fiction literature.

Table of Contents

  1. Create a User Profile System and use the Null Coalesce Operator
  2. Build a Database Class and Simple Shopping Cart
  3. Building a Social Newsletter Service
  4. Build a Simple Blog with Search Capability using Elasticsearch
  5. Creating a RESTful Web Service
  6. Building a Chat Application
  7. Building an Asynchronous Microservice Architecture
  8. Building a Parser and Interpreter for a Custom Language
  9. Reactive Extensions in PHP

商品描述(中文翻譯)

主要特點


  • 不僅學習 PHP 7,還可以迅速掌握各種實用知識

  • 充分利用 PHP 7 的最新功能,並學習如何應用這些功能解決實際開發挑戰

  • 將 PHP 應用於性能和可擴展性,我們將向您展示如何實現,您來完成!

書籍描述

在現代網頁開發中,性能至關重要。最新版本的 PHP 經過改進和更新,使其更容易構建高性能應用,改進引擎執行效率,更好地利用內存,並提供了一套新的擴展工具。作為一名網頁開發者,這有什麼不喜歡的呢?本指南將向您展示如何充分利用 PHP 7,通過一系列實用項目,不僅教授原則,還將向您展示如何實踐這些原則。它將推動並擴展您的技能,幫助您成為更自信和熟練的 PHP 開發者。

您將了解如何構建社交通訊服務、具有 Elasticsearch 搜索功能的簡單博客,以及聊天應用程序。我們還將向您展示如何創建一個 RESTful 網絡服務、一個用於管理電子商務網站上購物車的數據庫類,以及如何構建異步微服務架構。

通過進一步指導,了解如何在 PHP 中使用反應式擴展,我們相信您將找到充分利用 PHP 7 所需的一切。現在就開始吧!

您將學到什麼


  • 使用 PHP 7 的最新功能構建多功能項目

  • 學習如何使用 PHP 7 的事件驅動異步功能

  • 了解如何通過有效的技術和設計模式提高代碼性能

  • 熟悉後端開發,並了解如何優化會話處理

  • 學習如何使用 PHP 7 抽象語法樹改進代碼質量並使其更易維護

  • 了解如何構建 RESTful 網絡服務

  • 構建自己的異步微服務

關於作者

Jose Palala 至少已經以 PHP 專業工作了 8 年。他有使用 Eden PHP、CodeIgniter、Laravel 和 Zend 等 PHP 框架的經驗。

他在菲律賓的 IT 公司工作了至少 8 年,參與了從內部企業系統到 CMS 網站的各種項目。在空閒時間,他經常回饋給菲律賓的技術社區。

Martin Helmich 擁有奧斯納布呂克應用科學大學的計算機科學碩士學位。他是一名軟件架構師,專注於使用網絡技術和微服務架構構建分佈式應用程序。除了使用 Go、PHP、Python 和 Node.JS 進行編程外,他還使用 SaltStack 等配置管理工具和 Docker 等容器技術構建基礎設施。

他是一位開源愛好者,喜歡嘲笑不使用 Linux 的人。在空閒時間,您可能會發現他在他的開源項目之一上編程,聽音樂或閱讀科幻文學。

目錄


  1. 創建用戶配置文件系統並使用 Null Coalesce 運算符

  2. 構建數據庫類和簡單購物車

  3. 構建社交通訊服務

  4. 使用 Elasticsearch 構建具有搜索功能的簡單博客

  5. 創建 RESTful 網絡服務

  6. 構建聊天應用程序

  7. 構建異步微服務架構

  8. 為自定義語言構建解析器和解釋器

  9. PHP 中的反應式擴展