Supercharge your projects by designing and implementing web applications with FuelPHP
This book is for intermediary to seasoned web developers who want to learn how to use the FuelPHP framework and build complex projects using it. You should be familiar with PHP, HTML, CSS, and JavaScript, but no prior knowledge about MVC frameworks is required.
FuelPHP is an open source framework that uses some of the most advanced features of PHP to allow you to build projects as easily and quickly as possible. It is gaining popularity with developers as you can build powerful, complex, and yet efficient applications with very little code.
This book will provide you with the skills you need to successfully create, improve, and publish functional and maintainable FuelPHP applications. We will go through a variety of topics such as MVC, ORM, scaffolding, packages, modules, and much more by building applications of increasing complexity. At the beginning of each chapter, we will specify the application we want to build, and then we will progressively implement it by learning new FuelPHP’s features along the way. By the end of the book, you will be familiar with FuelPHP and will be able to implement new projects all by yourself.
Chapter 1. Building Your First FuelPHP Application
Chapter 2. Building a To-do List Application
Chapter 3. Building a Blog Application
Chapter 4. Creating and Using Packages
Chapter 5. Building Your Own Restful API
Chapter 6. Building a Website Using Novius OS