Laravel Modules is a package that enables modular development by organizing a Laravel application into distinct, self-contained modules, each with its own MVC structure, configuration, routes, and resources for better maintainability and scalability.
Laravel Microsoft Graph is a package that simplifies integrating Microsoft’s Graph API into Laravel applications, providing an easy way to access Microsoft 365 services like email, calendars, OneDrive, and more.
Laravel Xero is a package that integrates Laravel applications with the Xero API, simplifying authentication and enabling seamless management of accounting operations like invoices, contacts, and financial data.
Laravel Sent Emails is a package that tracks and displays sent email logs in Laravel applications, providing a clear view of email content, recipients, and delivery status for easier debugging and management.
Laravel Dropbox is a package that integrates Dropbox API v2 with Laravel, enabling seamless file storage, uploads, downloads, and folder management through a simple and intuitive interface.
Laravel Box is a package that facilitates seamless integration between Laravel applications and the Box API, enabling developers to perform operations such as file uploads, downloads, and folder management through intuitive methods.
Laravel Eventbrite is a package that enables seamless integration between Laravel applications and the Eventbrite API, allowing developers to manage events, attendees, and related data programmatically.
Laravel Countries is a package that provides comprehensive country data, including ISO codes, currencies, capitals, and translations, optimized for seamless integration and efficient access within Laravel applications.
A PDO wrapper simplifies database interactions in PHP by extending PDO’s functionality with an intuitive interface for executing queries, managing connections, and handling transactions.