Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sque/toolib
Toolib is a set of php libraries that can help to easily develop a php site without relying on strict and complex frameworks.
https://github.com/sque/toolib
Last synced: 1 day ago
JSON representation
Toolib is a set of php libraries that can help to easily develop a php site without relying on strict and complex frameworks.
- Host: GitHub
- URL: https://github.com/sque/toolib
- Owner: sque
- License: gpl-3.0
- Created: 2013-08-07T18:12:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-07T18:20:07.000Z (over 11 years ago)
- Last Synced: 2023-05-25T05:31:15.187Z (over 1 year ago)
- Language: PHP
- Size: 2.9 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: COPYING.txt
Awesome Lists containing this project
README
PHPLibs is a set of php libraries that can help to easily develop a php site
without relying on strict and complex frameworks. It was originaly developed
to create the kmfa.net but it was then released to the public to help anyone./lib folder
-----------
Contains all the files of PHPLibs structured under PSR-0 standrad, thus
you can use any PSR-0 class loader to load PHPLibs classes.
/skeleton folder
----------------
To make it easier for the starter an example site was created that can
be downloaded and start expanding it. This is like a skeleton to start
building your own site using PHPlibs. This folder contains the skeleton
site with a copy of /lib folder in the proper place, that can be copied
in your webserved folder. Read README.txt inside /skeleton folder for
more information.
/tests folder
-------------
PHPLibs comes with a test unit system to track bugs and API conformance.
You usually dont need to run tests as it has been done for you before
release. However if you really want you can read README.txt inside tests
folder to check how you can do it.