Leanpub Header

Skip to main content

Filters

Category: "PHP"

Books

  1. CodeIgniter Testing Guide
    Beginners' Guide to Automated Testing in PHP.
    Kenji Suzuki and Mat Whitney

    "CodeIgniter Testing Guide" is a beginners' guide to automated testing in PHP. We use PHPUnit and write test code for CodeIgniter 3.0 web applications. Knowledge of CodeIgniter is not required, but will make it easier to understand the examples used in this book. You will learn how to set up the testing environment, how to write test code, and how to run tests.

  2. Learn the basics of Laravel in a fun new way! The creator of Laravel has created some amazing & beautiful documentation, but I wanted to take a fun twist on teaching the basics of Laravel. In this book you'll learn the basics of Laravel or if you are already a pro you can still read through, have fun, and make sure you have nailed down the fundamentals.

  3. Preparatório para a certificação PHP
    Guia de estudos para o exame Zend Certified Engineer 2017-PHP (PHP 7.1)
    Ari Stopassola Junior

    Guia de estudos para o exame Zend Certified Engineer 2017-PHP (PHP 7.1)

  4. PHP Pandas (TR)
    Dayle Rees and Hasan Degismez

    Eğer programlama ve PHP öğrenmek istiyorsanız, diğer ağır yazım kuralları içeren kitapları miğdeniz kaldırmıyorsa, lütfen PHP Pandas kitabına bir şans verin! Benim sözüme inanmayın, buyrun kitabın ilk kısımlarını ücretsiz demo olarak indirip kendiniz inceleyin!

  5. PHP Pandas (FR)
    Le langage de programmation PHP pour tous et toutes.
    Dayle Rees and Nicolas Dupuy

    PHP Pandas est destiné aussi bien aux débutants en programmation qu'aux développeurs expérimentés. Bref, c'est le moment ou jamais d'apprendre le PHP et de l'apprendre en s'amusant ! Vous aimez les pandas ? Mais alors qu'est-ce que vous attendez ?

  6. PHP Pandas (IT)
    Il PHP per Tutti!
    Dayle Rees and Francesco Malatesta

    PHP Pandas è il libro perfetto per i nuovi arrivati nel mondo della programmazione. Si, è arrivato il momento di imparare PHP, e soprattutto di impararlo divertendoti! Cosa? Ti piacciono anche i panda? Beh, allora che aspetti?

  7. Behave! Solid
    11 behavioral patterns as comics
    Vincent LAURIER and Olivier ETIENNE

    Let's discover the 11 behavioral design patterns from the GoF, thanks to a comic strip! A simple approach, with PHP examples and illustrated UML diagrams.Everything you need to remember the following patterns: Template method, Iterator, Command, Interpreter, Strategy, Visitor, Chain of responsibilities, Observer, Mediator, State, Memento.

  8. PHP Language Specifications
    WIP PHP Language Specifications
    Zaher Ghaibeh

    A free ebook version of The PHP specification Official Documentation.

  9. PHP 5.6
    Einführung in die Entwicklung
    Jörg Krause

    PHP ist seit den ersten Tagen beliebt durch seine Einfachheit und Vielfalt. Dies macht die Sprache interessant für Hobbyprojekte, semiprofessionelle Anwendungen und Gelegenheitsprogrammierer. Wer einsteigen will in die Welt der auf Web fokussierten Umgebungen - mit Ubuntu als solide und kompakte Basis, mit Apache als Webserver der einfach funktioniert, mit MySQL als schnelle und vielseitige Datenbank und mit PHP eine auf diese Umgebung abgestimmte Programmiersprache, der ist in dieser Reihe genau richtig. 

  10. Learn the basics of Aspect Oriented Programming and start reaping the benefits in your PHP code today!

  11. Docker for Developers
    Chris Tankersley

    Start using containers to make your development and deployment easier. Learn how to use Docker and other container technologies to make development, and deployment, of your apps easier than ever.

  12. Aimed at PHP developers with HTML/CSS/JS and general web development skills, willing to program using Moodle platform. The focus is on the technical aspects, it does not explain what Moodle is or how to use it.If you can not afford the book but contribute to Moodle project, send me an email that lists your contributions to receive a free copy.

  13. PHP 7 Upgrade Guide
    Your guide to new features, breaking changes, and more.
    Colin O'Dell

    Learn about ALL of the new features and breaking changes in PHP 7! This book also includes instructions on how to install PHP 7 on various platforms. A portion of all proceeds are donated to  Open Sourcing Mental Illness! Like this book? Review it on GoodReads!

  14. PHP com Silex no Google App Engine
    Abordagem prática na criação de APIs com o micro framework Silex.
    Nanderson Castro

    Aprenda a desenvolver APIs REST com o microframework Silex. Desenvolveremos uma API REST de um sistema de eventos, onde mostraremos todo o processo utilizando testes automatizados e muito mais!

  15. Symfony Framework Deepdive - Console
    A deepdive into the Symfony console components
    Joshua Thijssen

    In this book we will talk in detail a couple of Symfony2 components that deal with console applications: the console, the process, the finder and the filesystem component. We talk about how they work internally, and how they can be utilized either from a stand-alone application or framework, or through your own Symfony2 framework application.