Skip to content

Releases: ismaildasci/sapb1-laravel-sdk

v1.0.0-beta.1

02 Jan 19:13

Choose a tag to compare

v1.0.0-beta.1 Pre-release
Pre-release
 ## SAP Business One Laravel SDK - Beta Release

 A powerful Laravel package for seamless integration with SAP Business One Service Layer API.

 ### Features
 - **Core Client**: Full SAP B1 Service Layer API client with CRUD operations
 - **Session Management**: Automatic session handling with multiple drivers (file, redis, database)
 - **OData Query Builder**: Fluent query builder for complex OData queries
 - **Multiple Connections**: Support for multiple SAP B1 server connections
 - **Health Checks**: Connection health monitoring
 - **Testing Utilities**: Fakes and factories for testing
 - **Artisan Commands**: CLI tools for status, session, and health checks

 ### Requirements
 - PHP 8.4+
 - Laravel 11.x or 12.x

 ### Installation
 \`\`\`bash
 composer require ismaildasci/laravel-sapb1
 \`\`\`

 ---
 This is a beta release. Please report any issues on GitHub.
 EOF