Download the PHP
package bambamboole/laravel-dav without Composer
On this page you can find all versions of the php package
bambamboole/laravel-dav. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.
Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.
In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories.
In this case some credentials are needed to access such packages.
Please use the auth.json textarea to insert credentials, if a package is coming from a private repository.
You can look here for more information.
Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
To use Composer is sometimes complicated. Especially for beginners.
Composer needs much resources. Sometimes they are not available on a simple webspace.
If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?
Informations about the package laravel-dav
# Laravel DAV
CalDAV & CardDAV server for Laravel, powered by [sabre/dav](https://sabre.io/dav/), with a typed DTO API.
Expose your application's calendars and contacts to any standards-compliant client — Apple Calendar, Apple Contacts, Thunderbird, DAVx⁵, and friends — backed by Eloquent and your own owner model.
## Features
- **Full CalDAV** — events (`VEVENT`), todos (`VTODO`), and journals (`VJOURNAL`).
- **Full CardDAV** — contacts (`VCARD`) in vCard 3.0 and 4.0, stored losslessly with version content-negotiation, plus rich, typed parsing.
- **WebDAV sync** — collection synchronization via sync tokens ([RFC 6578](https://datatracker.ietf.org/doc/html/rfc6578)).
- **CalDAV scheduling** ([RFC 6638](https://datatracker.ietf.org/doc/html/rfc6638)) — auto-scheduling between local users, schedule tags, free/busy queries, and optional iMIP email to external attendees ([RFC 6047](https://datatracker.ietf.org/doc/html/rfc6047)).
- **Calendar sharing** — CalendarServer-style sharing with read-only and read-write access.
- **Calendar proxy delegation** — account-level read and write delegation through CalDAV proxy principals.
- **CalDAV managed attachments** ([RFC 8607](https://datatracker.ietf.org/doc/html/rfc8607)) — server-managed calendar `ATTACH` files stored on a configurable Laravel filesystem disk.
- **Service discovery** — `/.well-known/caldav` and `/.well-known/carddav` redirects ([RFC 6764](https://datatracker.ietf.org/doc/html/rfc6764)).
- **HTTP Basic authentication** — stateless, backed by hashed credentials.
- **Owner-agnostic** — any model that implements a small contract can own collections.
- **Typed DTOs** — every calendar object and contact carries the verbatim `raw` payload plus best-effort, strongly-typed parsed fields.
- **Eloquent storage** — collections and objects are plain models you can query, extend, and relate to the rest of your app.
## Requirements
- PHP `^8.3`
- Laravel `^12` or `^13`
- sabre/dav `^4.7`
## Installation
The package auto-registers its service provider and loads its migrations, so `php artisan migrate` creates the tables. From there, implement the `DavOwner` contract on your `User` model, issue a client credential, and create a calendar — the [documentation](https://bambamboole.github.io/laravel-dav/) walks through each step.
## Documentation
Full documentation lives at **[bambamboole.github.io/laravel-dav](https://bambamboole.github.io/laravel-dav/)**:
- **Getting Started** — installation, owner setup, credentials, configuration, and connecting a client.
- **Core Concepts** — principals and owners, calendars, address books, sync tokens, and the raw/DTO data model.
- **Guides** — creating collections, calendar sharing, proxy delegation, calendar objects, contacts, scheduling, free/busy and availability, reacting to changes, and custom models.
- **Protocol Support** — WebDAV, CalDAV, CardDAV, discovery, authentication, locks, and client compatibility.
## Testing
## License
The MIT License (MIT). See [LICENSE](LICENSE) for details.
Composer command for our command line client (download client)This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free.Standard composer command
The package bambamboole/laravel-dav contains the following files
Loading the files please wait ...
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.