Skip to content

Latest commit

 

History

History
executable file
·
183 lines (130 loc) · 6.5 KB

README.md

File metadata and controls

executable file
·
183 lines (130 loc) · 6.5 KB

Contributors Forks Stargazers Issues MIT License


Logo

Uhppote PHP

Uhppote PHP is hopefully to be the future of a full ACL website, with Web UI access to all the stuff that you may want to do with your ACL controller
Explore the docs »

· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

My aim here stems from lots of fruastration from attempting to use other ACL software, and though they have all the functions they never utilize them in any meaningfull way, so thats why I am building Uhppote PHP, a project aimed to give a Advanced UI that will let you control, view and modify your Uhppote ACL unit.

Here's why:

  • Ease of use with your access control unit
  • Friendly user interface that will port many functions that you would previously have to use bad software to view or edit
  • Why PHP, well we all know PHP is the best language out there ;), all jokes aside PHP is great for this because it can be run anywhere and with it being an open face server with a UI you will be able to access it from anywhere on your network or if your brave enough to face it to the WWW then anywhere in the world, however we advise to only run this software behind a secure firewall

A list of commonly used resources that I find helpful are listed in the acknowledgements.

Built With

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
    git clone https://github.com/realashleybailey/Uhppote-PHP.git
  2. Install Composer packages
    cd uhppote-php/public_html/resources/
    composer install

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Ashley Bailey - admin@ashleybailey.me

Acknowledgements