{"id":37266382,"url":"https://github.com/antaresproject/acl","last_synced_at":"2026-01-16T00:33:49.360Z","repository":{"id":56948705,"uuid":"92038477","full_name":"antaresproject/acl","owner":"antaresproject","description":":white_check_mark: Antares Project Acl Module. Whole area management with Login As User option.","archived":false,"fork":false,"pushed_at":"2017-12-11T10:56:44.000Z","size":276,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-15T06:16:25.677Z","etag":null,"topics":["acl","antares","antares-acl","antares-changelog","antares-documentation","antaresproject","area","authentication","laravel","level","login","module","permissions","php","rbac","roles","security","user-management"],"latest_commit_sha":null,"homepage":"http://antaresproject.io","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antaresproject.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-22T09:56:04.000Z","updated_at":"2022-05-29T23:12:51.000Z","dependencies_parsed_at":"2022-08-21T03:10:17.576Z","dependency_job_id":null,"html_url":"https://github.com/antaresproject/acl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/antaresproject/acl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antaresproject%2Facl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antaresproject%2Facl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antaresproject%2Facl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antaresproject%2Facl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antaresproject","download_url":"https://codeload.github.com/antaresproject/acl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antaresproject%2Facl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28421241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","antares","antares-acl","antares-changelog","antares-documentation","antaresproject","area","authentication","laravel","level","login","module","permissions","php","rbac","roles","security","user-management"],"created_at":"2026-01-16T00:33:48.438Z","updated_at":"2026-01-16T00:33:49.338Z","avatar_url":"https://github.com/antaresproject.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Antares Acl Module\n\n[![Laravel 5.4](https://img.shields.io/badge/Laravel-5.4-orange.svg)](http://laravel.com)\n[![Coverage Status](https://coveralls.io/repos/github/antaresproject/project/badge.svg?branch=master)](https://coveralls.io/github/antaresproject/project?branch=master)\n[![Build Status](https://travis-ci.org/antaresproject/project.svg?branch=master)](https://travis-ci.org/antaresproject/project)\n[![Code Climate](https://codeclimate.com/github/antaresproject/project/badges/gpa.svg)](https://codeclimate.com/github/antaresproject/project)\n[![GitHub issues](https://img.shields.io/github/issues/antaresproject/project.svg)](https://github.com/antaresproject/project/issues)\n[![GitHub forks](https://img.shields.io/github/forks/antaresproject/project.svg)](https://github.com/antaresproject/project/network)\n[![GitHub stars](https://img.shields.io/github/stars/antaresproject/project.svg)](https://github.com/antaresproject/project/stargazers)\n[![GitHub license](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://raw.githubusercontent.com/antaresproject/project/master/LICENSE)\n\nAcl is a lightweight role-based permissions module for Antares. It is designed to manage user access to resources located in different sections of the application. It sets up permissions based on module rules. It provides  NIST Level 2 Hierarchical Role Based Access Control (RBAC). It also provides an interface for administator to manage user roles (ACL configuration).   \n\n![acl](docs/img/acl.PNG)\n\n## Documentation\n\nAntares Acl Module documentation [antaresproject.io/docs/core_modules/acl](http://antaresproject.io/docs/site/core_modules/acl/index.html).\n\nFull Antares documentation can be found at [antaresproject.io/docs](http://antaresproject.io/docs).\n\n\n## Changelog\n\nAntares Acl Module changelog can be found in release notes [antaresproject.io/docs/site/getting_started/changelog#acl](http://antaresproject.io/docs/site/getting_started/changelog/index.html#acl).\n\nYou can find full Antares changelog in Antares Documentation [antaresproject.io/docs/site/getting_started/changelog](http://antaresproject.io/docs/site/getting_started/changelog/index.html).\n\n## Issues\n\nThe issue list of this repo is **exclusively** for bug reports and feature requests.\n\nPlease follow [Issue Reporting Guide](http://antaresproject.io/docs/site/getting_started/issues_reporting_guide/index.html) before opening an issue. Issues not following the guide will be closed without further investigation.\n\n## Contribution\n\nPlease follow [Contribution Guide](http://antaresproject.io/docs/site/getting_started/contributing/index.html) before making a pull request.\n\n## Community\n\n* Twitter: @antaresproject\n* Forum: (coming soon)\n* Blog: (coming soon)\n* Email: contact (at) antaresproject.io\n\n\n## License\n\nThis software is released under the BSD 3-Clause License.\n\n© 2017 INBS.Software.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantaresproject%2Facl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantaresproject%2Facl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantaresproject%2Facl/lists"}