جزییات کتاب
Learn to Write REST APIs from ScratchWant to learn how to write fully-tested REST APIs and microservices with PHP? I will walk you through developing an API and teach you how to test your code along the way.In this book 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.This book is suitable for PHP developers with no Laravel experience. Only a basic understanding of HTTP and writing PHP applications is needed to get started.What's Inside the Book?You will learn how to write fully-tested APIs and understand essential Lumen concepts used to build a solid foundation for writing API projects. You will also learn:To Maintain your API's database structure through built-in database migrationsWriting Tests with factory data in a test databaseResponding with Consistent data output in JSONHow to respond to PHP Exceptions with JSON ResponsesHow to Create, Read, Update, and Delete REST ResourcesHow to represent model associations in API responsesA solid foundation for writing tests with PHPUnit and MockeryData Validation