Skip to content

PacktPublishing/PHP-7-Programming-Cookbook

Repository files navigation

#PHP7 Programming Cookbook

This is the code repository for the book PHP 7 Programming Cookbook. It contains all the supporting project files necessary to work through the book from start to finish.

##Instuctions and Navigations

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, chapter02.

The code will look like the following:

<?php
protected static function loadFile($file)
    {
        if (file_exists($file)) {
            require_once $file;
            return TRUE;
        }
        return FALSE;

All you need to successfully implement the recipes presented in this book will be a computer, 100MB of extra disk space, and a text or code editor (not a word processor!). The first chapter will cover how to set up a PHP 7 development environment. Having a web server is optional as PHP 7 includes a development web server. An Internet connection is not required, but it might be useful to download code (such as the set of PSR-7 interfaces), and review PHP 7.x documentation. Note: Code bundle is present for all the chapters except for the Appendix.

##Related Products

Object-Oriented Programming with PHP5

###Suggestions and Feedbacks

Click here if you have any feedback or suggestions.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781785883446

About

Code repository bu Packt publishing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •