Download the PHP package timesplinter/ts-framework without Composer
On this page you can find all versions of the php package timesplinter/ts-framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download timesplinter/ts-framework
More information about timesplinter/ts-framework
Files in timesplinter/ts-framework
Package ts-framework
Short Description A very fast and simple to use framework written in PHP.
License LGPL
Homepage https://github.com/TiMESPLiNTER/tsFramework
Informations about the package ts-framework
tsFramework
The tsFramework is a very fast and simple to use framework written in PHP. It's built after the MVC pattern and uses the newest philosophy in application development. It's modular and plugins are very easy to develop with some hooks in the request/response process of the framework.
Give it a try. And let me know how you feel about it. (I know it's not well documented at the moment but I'll change this in the near future.) Visit the wiki: https://github.com/TiMESPLiNTER/tsFramework/wiki
To use the framework you can create a minimal composer.json
file with the following content:
You can also check out the tsFramework sample site repository for a working example.
Core modules
auth
Provides authentication methods for HTTP auth and authentication with users and rights stored in a database (db module required)
core
The whole core functions which handles the requests, responses, settings management, etc.
logger
Gives you the possibility to log your messages to the screen, to a file or into the db. Manage different loggers which can catch different log levels.
All versions of ts-framework with dependencies
timesplinter/tsfw-common Version 0.1.*
timesplinter/tsfw-template Version 1.0.*