{"id":16264796,"url":"https://github.com/yajra/laravel-acl","last_synced_at":"2025-05-15T23:07:51.648Z","repository":{"id":3311594,"uuid":"48411644","full_name":"yajra/laravel-acl","owner":"yajra","description":"Laravel ACL is a simple role, permission ACL for Laravel Framework.","archived":false,"fork":false,"pushed_at":"2025-03-01T02:39:40.000Z","size":228,"stargazers_count":109,"open_issues_count":0,"forks_count":32,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T10:34:07.996Z","etag":null,"topics":["acl","hacktoberfest","laravel","permissions","roles"],"latest_commit_sha":null,"homepage":"https://yajrabox.com/docs/laravel-acl","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yajra.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"yajra","patreon":"yajra","custom":"https://www.paypal.me/yajra"}},"created_at":"2015-12-22T05:12:37.000Z","updated_at":"2025-03-01T22:13:46.000Z","dependencies_parsed_at":"2024-11-21T16:11:46.973Z","dependency_job_id":"0f35c4d1-bcdc-4792-a552-2ea0d017f777","html_url":"https://github.com/yajra/laravel-acl","commit_stats":{"total_commits":242,"total_committers":19,"mean_commits":"12.736842105263158","dds":0.0950413223140496,"last_synced_commit":"a7432874d35e74262fdf679fc594afafb60b4493"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yajra%2Flaravel-acl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yajra%2Flaravel-acl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yajra%2Flaravel-acl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yajra%2Flaravel-acl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yajra","download_url":"https://codeload.github.com/yajra/laravel-acl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253391393,"owners_count":21900948,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acl","hacktoberfest","laravel","permissions","roles"],"created_at":"2024-10-10T17:02:54.368Z","updated_at":"2025-05-15T23:07:46.113Z","avatar_url":"https://github.com/yajra.png","language":"PHP","funding_links":["https://github.com/sponsors/yajra","https://patreon.com/yajra","https://www.paypal.me/yajra"],"categories":[],"sub_categories":[],"readme":"# Laravel ACL\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n\n[![Continuous Integration](https://github.com/yajra/laravel-acl/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/yajra/laravel-acl/actions/workflows/continuous-integration.yml)\n[![Static Analysis](https://github.com/yajra/laravel-acl/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/yajra/laravel-acl/actions/workflows/static-analysis.yml)\n[![Total Downloads][ico-downloads]][link-downloads]\n\nLaravel ACL (Access Control List) is a simple role-permission ACL for the Laravel Framework.\nThis package was based on the great package [Caffeinated/Shinobi](https://github.com/caffeinated/shinobi) but is fully compatible with Laravel's built-in Gate/Authorization system.\n\n## Documentations\n- [Laravel ACL][link-docs]\n\n## Laravel Version Compatibility\n\n| Laravel       | Package |\n|:--------------|:--------|\n| 8.x and below | 6.x     |\n| 9.x           | 9.x     |\n| 10.x          | 10.x    |\n| 11.x          | 11.x    |\n| 12.x          | 12.x    |\n\n## Installation\n\nVia Composer\n\n``` bash\n$ composer require yajra/laravel-acl:^12\n```\n\n## Configuration\nRegister service provider (Optional on Laravel 5.5+).\n``` php\nYajra\\Acl\\AclServiceProvider::class\n```\n\nPublish assets (Optional):\n```php\n$ php artisan vendor:publish --tag=laravel-acl\n```\n\nRun migrations:\n```php\nphp artisan migrate\n```\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email aqangeles@gmail.com instead of using the issue tracker.\n\n## Credits\n\n- [Arjay Angeles][link-author]\n- [Caffeinated/Shinobi](https://github.com/caffeinated/shinobi)\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/yajra/laravel-acl.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/yajra/laravel-acl.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/yajra/laravel-acl\n[link-downloads]: https://packagist.org/packages/yajra/laravel-acl\n[link-author]: https://github.com/yajra\n[link-contributors]: ../../contributors\n[link-docs]: https://yajrabox.com/docs/laravel-acl/master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyajra%2Flaravel-acl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyajra%2Flaravel-acl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyajra%2Flaravel-acl/lists"}