revolution/laravel-google-sheets
Extend any method by your self.
use Revolution\Google\Sheets\Facades\Sheets;
public function boot()
{
Sheets::macro('my', function () {
return $this->getService()->spreadsheets->...
});
}
use Revolution\Google\Sheets\Facades\Sheets;
$values = Sheets::sheet('Sheet 1')->my();
How can I help you explore Laravel packages today?