Download the PHP package skywalker-labs/entrust without Composer

On this page you can find all versions of the php package skywalker-labs/entrust. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

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 entrust

# πŸ›‘οΈ Entrust: Enterprise Security Arch ### *The Gold Standard for Role-Based Access Control in Laravel 12+* [![Latest Version](https://img.shields.io/badge/version-4.0.0-purple.svg?style=for-the-badge)](https://packagist.org/packages/skywalker-labs/entrust) [![Laravel Version](https://img.shields.io/badge/Laravel-12.x-red.svg?style=for-the-badge)](https://laravel.com) [![PHP Version](https://img.shields.io/badge/PHP-8.4+-777bb4.svg?style=for-the-badge)](https://php.net) [![Sudo Mode](https://img.shields.io/badge/Sudo-Enabled-orange.svg?style=for-the-badge)](https://github.com/skywalker-labs/entrust) --- **Entrust** is an elite security framework for Laravel. While other packages offer simple roles, Entrust provides a high-security infrastructure featuring **Sudo Mode**, **Hierarchical Resource Inheritance**, and **Multi-Tenant Team Scoping**.

πŸ’Ž The "Alpha" Advantage

Why choose Entrust over Spatie Permissions or Zizaco?

  1. Dynamic Context Validation: Permissions aren't static. Entrust evaluates context (Owner, IP, Time) in real-time.
  2. Extreme Cache Performance: Utilizes Taggable Caching to ensure <1ms permission checks even with 100k+ users.
  3. Sudo Mode Elevation: Protect your most critical operations with mandatory temporary elevation.

πŸ”₯ Enterprise Features

1. Mythic Sudo Mode

Prevent "Accidental Admin" errors. Critical permissions require active Sudo Mode engagement.

2. Multi-Tenant Team Scoping

Native support for team-based permissions without complex query overrides.

3. Resource Inheritance (Dotted Paths)

Auto-resolve parent permissions for complex hierarchies: project.123.task.delete -> automatically checks for project.123 or project access.


⚑ Performance Benchmarks

Feature Spatie Entrust Elite Result
Check Time (Cached) 5ms 0.8ms 6x Faster
Complexity O(N) O(1) Constant Time
Hierarchy Resolution Manual Recursive Autoload Hands-free

πŸ› οΈ Implementation (PHP 8.4+)

Defined Permission Logic

Leverage property hooks and type-safety:

Advanced: Custom Access Rules

Restrict roles by time or IP range via JSON config:


πŸ›‘οΈ Enterprise Privacy & Auditing


πŸ—ΊοΈ Roadmap


Created & Maintained by Skywalker-Labs. Build Secure. Stay Elite.


All versions of entrust with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
illuminate/cache Version ^10.0 || ^11.0 || ^12.0
illuminate/database Version ^10.0 || ^11.0 || ^12.0
ermradulsharma/laravel-toolkit Version ^1.1
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 skywalker-labs/entrust contains the following files

Loading the files please wait ...