Download the PHP package boxybird/waffle without Composer
On this page you can find all versions of the php package boxybird/waffle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download boxybird/waffle
More information about boxybird/waffle
Files in boxybird/waffle
Package waffle
Short Description Tools built using Illuminate components (https://github.com/illuminate). Inspired by https://github.com/mattstauffer/Torch
License MIT
Informations about the package waffle
Waffle
Important note
This tool brings the power of Laravel's Illuminate packages to your WordPress project. However, it's important to know that it doesn't include every single feature from Laravel. The examples below will give you a good idea of what's possible, but they don't cover everything.
As a specific example, waffle_cache()->flexible('...')
will not work because Waffle does not yet support Laravel's Deferred
functionality. If you plan to explore addition features, please test first.
We hope to add more features as the community's needs grow.
Installation
Install the package via composer.
Available functions
waffle_queue
waffle_worker
waffle_schedule
waffle_db
waffle_router
waffle_validator
waffle_encrypter
waffle_http
waffle_cache
waffle_session
waffle_storage
waffle_request
waffle_collection
waffle_str
waffle_arr
waffle_uri
waffle_carbon
waffle_benchmark
waffle_queue / waffle_worker
waffle_schedule
waffle_db
Reference: https://laravel.com/docs/12.x/queries
waffle_router
Reference: https://laravel.com/docs/12.x/routing
waffle_validator
Reference: // https://laravel.com/docs/12.x/validation
waffle_encrypter
Reference: https://laravel.com/docs/12.x/encryption
waffle_http
Reference: https://laravel.com/docs/12.x/http-client
waffle_cache
Reference: https://laravel.com/docs/12.x/cache
waffle_session
Reference: https://laravel.com/docs/12.x/session
waffle_storage
Reference: https://laravel.com/docs/12.x/filesystem
waffle_request
Reference: https://laravel.com/docs/12.x/requests
waffle_collection
Reference: https://laravel.com/docs/12.x/collections
waffle_str
Reference: https://laravel.com/docs/12.x/helpers#fluent-strings
waffle_arr
Reference: https://laravel.com/docs/12.x/helpers#arrays-and-objects-method-list
waffle_uri
Reference: https://laravel.com/docs/12.x/helpers#uri
waffle_carbon
Reference: https://carbon.nesbot.com/docs/
waffle_benchmark
Reference: https://laravel.com/docs/12.x/helpers#benchmarking
All versions of waffle with dependencies
illuminate/support Version ^12.2.0
illuminate/database Version ^12.2.0
illuminate/translation Version ^12.2.0
illuminate/validation Version ^12.2.0
illuminate/config Version ^12.2.0
illuminate/http Version ^12.2.0
illuminate/cache Version ^12.2.0
illuminate/filesystem Version ^12.2.0
illuminate/console Version ^12.2.0
illuminate/encryption Version ^12.2.0
illuminate/events Version ^12.2.0
illuminate/queue Version ^12.2.0
illuminate/contracts Version ^12.2.0
illuminate/pagination Version ^12.2.0
illuminate/redis Version ^12.2.0
predis/predis Version 3.0.1
filp/whoops Version ^2.18.0
league/flysystem Version ^3.29.0
league/flysystem-aws-s3-v3 Version ^3.29.0
league/uri Version ^7.5
illuminate/routing Version ^12.19
illuminate/container Version ^12.19
illuminate/process Version ^12.21