Lumen Programming Guide
Autor Paul Redmonden Limba Engleză Paperback – 24 sep 2016
Learn to write test-driven microservices, REST APIs, and web service APIs with PHP using the Lumen micro-framework, from the now popular Laravel family. This book shows you how testing APIs can help you write bullet-proof web application services and microservices.
In the Lumen Programming Guide you will learn how to use Lumen—a micro-framework by Laravel—to write bullet-proof APIs. Lumen helps you write productive, maintainable APIs using modern application design. You will learn how to write fully-tested APIs and understand essential Lumen concepts used to build a solid foundation for writing API projects.
In the Lumen Programming Guide you will learn how to use Lumen—a micro-framework by Laravel—to write bullet-proof APIs. Lumen helps you write productive, maintainable APIs using modern application design. You will learn how to write fully-tested APIs and understand essential Lumen concepts used to build a solid foundation for writing API projects.
What You Will Learn
- Maintain your API's database structure through built-in database migrations
- Write tests with factory data in a test database
- Respond with consistent data output in JSON
- Deal with PHP exceptions by using JSON responses
- Create, read, update, and delete REST resources
- Represent model associations in API responses
- Build a solid foundation for writing tests with PHPUnit and Mockery
- Validate data
Who This Book Is For
PHP developers with no Laravel experience. Only a basic understanding of HTTP and writing PHP applications is needed to get started.
Preț: 297.06 lei
Preț vechi: 371.33 lei
-20%
Puncte Express: 446
Carte tipărită la comandă
Livrare economică 28 iulie-11 august
Livrare prin curier în România Termenul estimat este afișat lângă disponibilitate.
Transport gratuit de la 400.00 lei Plată online sau ramburs, în funcție de opțiunile comenzii.
Retur gratuit în 14 zile Comandă securizată și suport în română.
Specificații
ISBN-13: 9781484221860
ISBN-10: 1484221869
Pagini: 272
Ilustrații: XX, 247 p. 53 illus., 5 illus. in color.
Dimensiuni: 178 x 254 x 15 mm
Greutate: 0.52 kg
Ediția:1st edition
Editura: Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484221869
Pagini: 272
Ilustrații: XX, 247 p. 53 illus., 5 illus. in color.
Dimensiuni: 178 x 254 x 15 mm
Greutate: 0.52 kg
Ediția:1st edition
Editura: Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1. Installing Lumen.- 2. Hello Lumen.- 3. Creating the Book Application.- 4. Starting the Books API.- 5. Creating, Reading, Updating, and Deleting Books.- 6. Responding to Errors.- 7. Leveling Up Responses.- 8. Validation.- 9. Authors.- 10. The /authors API Resource.- 11. Book Bundles.- 12. Ratings.- Appendix A. Where to Go From Here.
Notă biografică
Paul Redmond is a web developer writing highly available applications powered by PHP, JavaScript, and RESTful Web Services.
Textul de pe ultima copertă
Learn to write test-driven microservices, REST APIs, and web service APIs with PHP using the Lumen micro-framework, from the now popular Laravel family. This book shows you how testing APIs can help you write bullet-proof web application services and microservices.
In the Lumen Programming Guide you will learn how to use Lumen—a micro-framework by Laravel—to write bullet-proof APIs. Lumen helps you write productive, maintainable APIs using modern application design. You will learn how to write fully-tested APIs and understand essential Lumen concepts used to build a solid foundation for writing API projects, along with the following important features:
In the Lumen Programming Guide you will learn how to use Lumen—a micro-framework by Laravel—to write bullet-proof APIs. Lumen helps you write productive, maintainable APIs using modern application design. You will learn how to write fully-tested APIs and understand essential Lumen concepts used to build a solid foundation for writing API projects, along with the following important features:
- Maintain your API's database structure through built-in database migrations
- Write tests with factory data in a test database
- Respond with consistent data output in JSON
- Deal with PHP exceptions by using JSON responses
- Create, read, update, and delete REST resources
- Represent model associations in API responses
- Build a solid foundation for writing tests with PHPUnit and Mockery Validate data
Caracteristici
A first to market book on the Lumen micro-framework, part of the Laravel PHP framework family Deals with growing, popular microservices as well as REST and web services Includes test driven development