Skip to content

GeekSoc/gas-client

 
 

Repository files navigation

GeekSoc Account System (GAS)

The GeekSoc Account System (GAS) is a web frontend to our LDAP database. It communicates to the LDAP database through the gas-api.

##Purpose There are three primary use cases for GAS:

  • Allow new members to register for accounts
  • All existing members to manage their account details, change password etc.
  • Allow administrators to add/edit and delete accounts and groups

These are all currently implemented in GAS.

##Bugs and Feature Requests

There are several outstanding bugs and features waiting to be implemented. These can be found on Mantis.

Any and all patches are welcome ;)

##Testing

To run the tests:

$ phpunit tests

##Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_gas)
  3. Commit your changes (git commit -am "Added awesomeness")
  4. Push to the branch (git push origin my_gas)
  5. Open a Pull Request and wait.

About

PHP web client to the GAS API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 58.5%
  • CSS 30.7%
  • Ruby 10.6%
  • Shell 0.2%