PHP 7 Programming Blueprints
暫譯: PHP 7 程式設計藍圖
Jose Palala, Martin Helmich
- 出版商: Packt Publishing
- 出版日期: 2016-09-23
- 售價: $2,010
- 貴賓價: 9.5 折 $1,910
- 語言: 英文
- 頁數: 320
- 裝訂: Paperback
- ISBN: 1785889710
- ISBN-13: 9781785889714
-
相關分類:
PHP
海外代購書籍(需單獨結帳)
商品描述
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
- Create a User Profile System and use the Null Coalesce Operator
- Build a Database Class and Simple Shopping Cart
- Building a Social Newsletter Service
- Build a Simple Blog with Search Capability using Elasticsearch
- Creating a RESTful Web Service
- Building a Chat Application
- Building an Asynchronous Microservice Architecture
- Building a Parser and Interpreter for a Custom Language
- 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 年。他擁有使用 PHP 框架(如 Eden PHP、CodeIgniter、Laravel 和 Zend)的經驗。
他在菲律賓的 IT 公司工作了至少 8 年,參與的項目範圍從內部企業系統到 CMS 網站。在空閒時間,他定期為菲律賓的技術社區做出貢獻。
**Martin Helmich** 擁有奧斯納布呂克應用科技大學的計算機科學碩士學位。他是一名軟體架構師,專注於使用網絡技術和微服務架構構建分佈式應用。除了使用 Go、PHP、Python 和 Node.js 編程外,他還使用配置管理工具(如 SaltStack)和容器技術(如 Docker)構建基礎設施。
他是一位開源愛好者,喜歡取笑不使用 Linux 的人。在空閒時間,你可能會發現他在編寫自己的開源寵物項目、聽音樂或閱讀科幻文學。
**目錄**
1. 創建用戶檔案系統並使用 Null Coalesce Operator
2. 構建數據庫類和簡單購物車
3. 構建社交新聞服務
4. 使用 Elasticsearch 構建具有搜索功能的簡單博客
5. 創建 RESTful 網絡服務
6. 構建聊天應用
7. 構建異步微服務架構
8. 為自定義語言構建解析器和解釋器
9. PHP 中的反應式擴展