Libraries tagged by spaceless
hedronium/spaceless-blade
650281 Downloads
Adds the @spaceless tag to Blade. (works like in Twig)
mindtwo/laravel-blade-spaceless
35851 Downloads
Blade @spaceless directive that strips whitespace between HTML tags at render time.
solidew/spaceless-blade
103 Downloads
[Deprecated] use hedronium/spaceless-blade
rjorel/laravel-spaceless-blade
1503 Downloads
Spaceless directive for Blade
jmf/twig-spaceless
17 Downloads
Twig extension providing a "spaceless" filter to strip whitespace between HTML tags.
slydeath/laravel5-blade-spaceless
3167 Downloads
Минификация шаблонов Blade
micro-spaceless/telegram-bot
1 Downloads
Telegram Bot Package for Laravel 7.x
micro-spaceless/ical
4 Downloads
Build calendars in the iCalendar format
ruler/ruler
835291 Downloads
A simple stateless production rules engine for modern PHP.
olssonm/l5-very-basic-auth
2644151 Downloads
Laravel stateless HTTP basic auth without the need for a database
yiisoft/csrf
284279 Downloads
Yii CSRF Protection Library
bear/resource
687621 Downloads
Hypermedia framework for object as a service
zircote/hal
232225 Downloads
A PHP implementation of HAL http://stateless.co/hal_specification.html
byjg/jwt-session
82461 Downloads
A PHP session replacement that stores session data in JWT tokens instead of the filesystem. This implementation follows the SessionHandlerInterface standard, enabling stateless sessions without the need for dedicated session servers like Redis or Memcached. Perfect for distributed applications and microservices architectures.
ayesh/stateless-csrf
24459 Downloads
Secret-key based state-less CSRF token generator and validator for PHP 8. State-less means you do not have to store the CSRF token in session or database.