Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilri/azizi-shared-libs
A repository for the shared libraries used across the azizi systems
https://github.com/ilri/azizi-shared-libs
Last synced: about 2 months ago
JSON representation
A repository for the shared libraries used across the azizi systems
- Host: GitHub
- URL: https://github.com/ilri/azizi-shared-libs
- Owner: ilri
- License: gpl-3.0
- Created: 2015-06-05T11:53:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-04T05:58:00.000Z (over 8 years ago)
- Last Synced: 2024-03-26T01:54:01.211Z (9 months ago)
- Language: PHP
- Size: 171 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Azizi Shared Libraries
This repository contains common libraries being used by other Azizi projects. The common libraries include:
* authmodules - Used for authentication
* common - Common CSS and JavaScrip files
* customMessageBox - Custom JavaScript library for displaying popup boxes
* dbmodules - PHP Library for handling database transactions
* excelParser - A PHP Excel processing library
* mod_general - PHP Library containg commonly used custom PHP functions
* mod_messages - A collection of custom PHP error messages and their error codes
* mod_spreadsheet - A PHP library for Spreadsheet processing
* notification - Custom JavaScript library for displaying notifications on the top right corner of HTML pages### License
This code is released under the [GNU General Public License v3](http://www.gnu.org/licenses/agpl-3.0.html). Please read the LICENSE file for more details.