Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: api-integration

Technical writings, opinionated architectures, and development guides tagged with api-integration.

Articles11
Est. Read Time135 mins
Categories3
Featured0
Mar 202627 min read
Laravel

Implementing the Saga Pattern in a Laravel Monolith

Learn how to implement the Saga pattern in Laravel to coordinate external APIs, recover from failures, and keep data consistent.

May 202513 min read
API Development

Sevalla on the Command Line

Build a beautiful Go-powered CLI tool to manage your Sevalla apps directly from the terminal - no browser, just clean, fast, TUI driven control.

Dec 20248 min read
Laravel

The definitive Guide to Webhooks in Laravel

Master webhooks in Laravel with this definitive guide. Learn setup, security, event handling, and more to build powerful real-time integrations.

Dec 20228 min read
Laravel

Eloquent API Calls

Discover advanced techniques for API integration in Laravel, focusing on configuring GitHub API calls, utilizing Enums, and creating efficient client resources.

Aug 202212 min read
Laravel

Zero Hassle CLI Application with Laravel Zero

How can I put this? CLI apps are cool. The ability to open a terminal anywhere and just run a command to do a job that might have taken you much longer.

Jul 202221 min read
PHP

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.

Jun 202218 min read
Laravel

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.

Jun 20214 min read
Laravel

Introducing - Laravel Transporter

Streamline API requests with Laravel Transporter using a powerful OOP approach with class-based configuration.

Apr 202112 min read
Laravel

Working with third party services in Laravel

Learn how to work with 3rd party services in Laravel, focusing on connecting to the PingPing API. Improve your Laravel skills today!

Oct 20207 min read
PHP

Adventures in PHP - PHP SDK Builder

Learn how to build efficient, interoperable PHP SDKs using Laravel Forge and PSR-18 standards.

Oct 20205 min read
PHP

Adventures in PHP - PHP URI Builder

Introducing 'uri-builder', a PHP package with a fluent interface for easy URI string creation, simplifying API calls and URL manipulation.