-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
29 lines (27 loc) · 1.07 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Wicked Software Application Manager
------------------------------------
WSAM is a framework that focus on easy of use and flexibility. It is mainly built of PHP,
but also has some Javascript in order to fancy up the display and handle AJAX queries.
------------------------------------
version: 1.0.0
dev site: http://wsam.wcksoft.com
------------------------------------
requirements: PHP 5.4+
PHP PDO
Todo list
---------
- add cli control system
- add new webOS' AJAX methods
- add default page
- change package management system so that
- add openssl abstract layer
- site state: online, offline, maintenance.
- spawn http request into something like routes (check oscp)
- add error handling and exceptions (set_error_handler)
- allow the possiblity to use XML or JSON
- make use of php namespace
- allow the possibility for the framework to build the database
- make sure the framework is ipv6 compliant
- add debugging features
- revamp the whole wsam system to reflect shift towards framework
- implement http error reading and custom pages when encountering an http error.