Laravel Api

screenshot of Laravel Api

A simplest DDD boilerplate for your Laravel Api project

Overview

The Laravel ApiCircleCI is a modern and elegant Laravel boilerplate designed for building APIs. It follows the principles of Domain Driven Design and hexagonal architecture, making it a powerful tool for developing robust and scalable applications. With features like API authentication using JWT, ACL and Laravel Policies for access control, and comprehensive API documentation generation, Laravel ApiCircleCI provides a solid foundation for creating highly functional APIs.

Features

  • PHP 8.1+: The boilerplate is built with the latest version of PHP, ensuring compatibility and the use of the most up-to-date features.
  • Laravel 9: Based on Laravel 9, ApiCircleCI leverages the power and flexibility of this popular PHP framework.
  • Github Docs: The documentation for the boilerplate is hosted on Github, making it easy to access and contribute to.
  • CircleCI Site: ApiCircleCI provides integration with CircleCI, a continuous integration and delivery platform, allowing for automated testing and deployment.
  • API Restful: The boilerplate follows RESTful principles, providing a standardized and intuitive API design.
  • JWT Auth: ApiCircleCI supports JWT (JSON Web Tokens) authentication, ensuring secure and stateless authentication for API requests.
  • ACL & Laravel Policies: Access Control Lists (ACL) and Laravel Policies are implemented, allowing for fine-grained control over user permissions and authorization.
  • PestPHP Tests: The boilerplate includes tests written using PestPHP, a testing framework that focuses on simplicity and readability.
  • OpenApi Docs: ApiCircleCI generates comprehensive API documentation using OpenApi, making it easy for developers to understand and integrate with the API.

Summary

In summary, Laravel ApiCircleCI is a powerful boilerplate for building APIs with Laravel. It incorporates modern development principles, such as Domain Driven Design and hexagonal architecture, and provides essential features like JWT authentication, ACL and Laravel Policies for access control, and comprehensive API documentation generation. With easy installation and integration with popular PHP libraries and tools, Laravel ApiCircleCI offers developers a solid foundation for creating robust and scalable API applications.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.