Asynchronous PHP Bundle
$49.96
Bought separately
$29.99
Bundle Price

Asynchronous PHP Bundle

About the Bundle

  • Share this bundle
  • Categories

    • PHP
    • Software Engineering
    • Event-Driven Architecture

About the Books

Learning Event-Driven PHP With ReactPHP

  • 552

    Readers

  • 253

    Pages

  • 35,486

    Words

  • PDF

  • EPUB

  • WEB

A lot has changed since PHP was used only for rendering web-pages. Now PHP is something more than a simple script, which is used to render a web page in a request-response cycle. The event-driven architecture and asynchronous I/O processing of any number of streams in real time allow you to build a whole new category of applications. This book covers everything you should know about creating asynchronous applications in ReactPHP. We start with the basics, such as an event loop, timers, and streams. And then gradually we will move to more advanced topics and real applications examples. ReactPHP has a great set of components and a real ecosystem of third-party libraries.

The book covers all ReactPHP core components with theory and code examples to give you a solid basis to build your own asynchronous application for your own use-case. If you have always written PHP applications in a traditional synchronous way, it will be an eye-opening book for you. 

Also, I'm going to keep this book up-to-date with ReactPHP releases. That means that when a new feature comes out or something becomes deprecated or even removed, the book will also reflect these changes and will be republished and you will receive these updates for free!

Review by Pascal MARTIN

ReactPHP for Beginners

  • 224

    Readers

  • 137

    Pages

  • 21,507

    Words

  • 100%

    Complete

  • PDF

  • EPUB

  • WEB

The main purpose of this book is to get you started with developing asynchronous applications in PHP. I will show you that PHP is much more than run the script, execute some code and die. You will be amazed by the way your familiar PHP language can be used! The asynchronous model will definitely expand the way you think about PHP.

In fact, there is no need to learn a new language when you need to write some asynchronous stuff just because someone blames PHP that it is not a right tool. You can create asynchronous applications in PHP and this book will show you how.

It will be a step by step guide to building an asynchronous PHP application.

PHP OOP Way

  • 461

    Readers

  • 249

    Pages

  • 43,896

    Words

  • PDF

  • EPUB

  • WEB

What Is This Book About

Chapter 1 covers the fundamentals of the object-oriented programming: encapsulation, inheritance, and polymorphism. We will discuss the purpose of abstraction and inheritance, and why you should avoid using inheritance for code reuse. This chapter also covers such language specific features as traits and closures and their role in the object-oriented code. And at the end of the chapter, I will introduce such a powerful tool as Dependency Injection, different types of it and some code smells of its wrong usage.

Chapter 2 is fully devoted to SOLID principles. We will discuss each of them: the main idea behind the principle, how to apply it to your code and some problems that you can face following these principles blindly.

Chapter 3 is an introduction to an object-oriented design. It covers the well knows design principles such as:

  • Tell, don't ask
  • The Law of Demeter
  • YAGNI
  • Kiss
  • Dry

This chapter also covers some basic anti-patterns that you can meet in the code with poor design.

Chapter 4 opens the topic of the design patterns and composition. We will discuss the difference between inheritance and composition and when each of them is more appropriate to use. This chapter covers such design patterns as State, StrategyAdapter and their comparison with the inheritance approach.

Chapter 5 describes the problem "I don't have the interface that I want." . We will cover situations when we need to make two incompatible interfaces work together and how to reduce the complexity of the subsystem and hide it behind the friendly interface. 

Chapter 6 is about GRASP principles and Responsibility Driven Design. It is often a challenge to choose the right object for a particular job and to decide how the objects should interact with each other. Correct responsibility assignments are the key to a good object oriented design.

Who Is This Book For

This is not a beginner's guide to OOP PHP. We are not going to cover the syntax of classes or the difference between public, protected and private keywords. I assume that you are already familiar with these things. 

I assume that you are familiar with the language itself and have been using it in an object-oriented way for several years. The number of years does not matter. You can have a year of personal study and mastered the art of programming or ten years of maintaining the same application. Anyway, you know the basic concepts of the object-oriented programming, such as encapsulation, inheritance and polymorphism. Likely you have used a few of the modern MVC frameworks and even have studied their source code to go deeper. 

The book is for you if you have left the basics behind some years ago and now feel free in writing complex OOP code. But you always feel that you don't fully understand why things should be in this way, and not differently. Maybe you know what every letter means in the SOLID acronym but have been always curious why strictly following these principles sometimes makes your application even worse than it was before. 

Building RESTful API With ReactPHP

  • 113

    Readers

  • 200

    Pages

  • 24,350

    Words

  • 100%

    Complete

  • PDF

  • EPUB

  • WEB

REST is the most widespread and effective standard to develop APIs for internet services. When building RESTful services, it is really important to choose the right framework. If you are a PHP developer and performance is critical for you, ReactPHP with its asynchronous, event-driven architecture, is exactly the right choice for building RESTful APIs. This book explains in detail how to create your own RESTful API in asynchronous PHP that can be consumed by other users in your organization.

This book will teach you to create rich RESTful applications based on ReactPHP components. You will begin by understanding the key principle that makes an HTTP application a RESTful. After writing a simple HTTP server, you will create and a complete web application with routing and controllers; explore using MySQL database asynchronously to store data; get to grips with using self-descriptive responses. You’ll learn to set accurate HTTP status codes along with understanding how to keep your applications backward-compatible.

Also, while implementing a RESTful service, you will learn how to upload and service static files asynchronously in PHP. Lastly, you will explore some authentication techniques to secure your application. We will use JWT to secure some protected routes. The book will evolve chapter by chapter until it turns into a full-fledged and secure RESTful service.

This book is actually an abstract of my YouTube Creating a RESTful API with ReactPHP video series.

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

So, there's no reason not to click the Add to Cart button, is there?

See full terms...

80% Royalties. Earn $16 on a $20 book.

We pay 80% royalties. That's not a typo: you earn $16 on a $20 sale. If we sell 5000 non-refunded copies of your book or course for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub