Articles: API Design
Technical writings, opinionated architectures, and development guides focusing on API Design.
API Ops
Discover how API Ops revolutionizes API development, deployment, and management, fostering efficiency, collaboration, and excellence in the digital world.
API Versioning in Laravel - All you need to know
All you need to know about API Versioning. What is it, what types of versioning exist, how are they used and why you might need it?
What are the different parts of a URL?
We all use URLs in our day-to-day lives, whether we are technical or not. But what are the different parts of a URL? Read on the learn more.
Making APIs the Right Way
Discover why API Platform is a game-changer for building APIs in PHP and Symfony, challenging common misconceptions.
Laravel Response Classes
Laravel Response Classes; Simplify API responses, maintain code quality with custom response classes.
Testing JSON:API Endpoints with PestPHP
Efficient JSON:API Endpoint Testing with pestPHP - Learn how to effectively test JSON:API endpoints in Laravel using pestPHP.
Building APIs in Laravel
Explore effective API design in Laravel; Learn to focus on integration, eliminate pain points, and create user-centered, scalable APIs with practical examples.
Automating your OpenAPI Documentation
Learn to automate API documentation in Laravel with a design-first approach using OpenAPI, Scribe, and efficient pagination in this practical tutorial.
JSON API Resources in Laravel
Master JSON API Resources in Laravel. Learn to create consistent, compliant API responses with Tim MacDonald's package.
Working with Data in your API Integrations
Enhance your API experience with contextual data objects. Learn how to build clean and developer-friendly integrations with third-party APIs using PHP.
API Integrations using Saloon in Laravel
Discover easy API integration in Laravel with Saloon; a tutorial on creating a GitHub API connection to manage workflows from the command line.
Testing API responses in PestPHP
Efficient API Response Testing in Laravel with pestPHP - Learn to test Laravel API responses effectively using pestPHP and fixtures.