Download the PHP package ttek/tk-tools without Composer
On this page you can find all versions of the php package ttek/tk-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ttek/tk-tools
More information about ttek/tk-tools
Files in ttek/tk-tools
Download ttek/tk-tools
More information about ttek/tk-tools
Files in ttek/tk-tools
Please rate this library. Is it a good library?
Informations about the package tk-tools
Tropotek Toolbox
Project: Tropotek Toolbox
Published: 01 Jan 2014
Web: https://github.com/tropotek/tk-tools
Authors: Michael Mifsud http://www.tropotek.com/
This projects contains a number of tools that are handy when developing projects with the tk-libs and using Tropoteks git tag and release system.
Contents
- Requirements
- Installation
- Commands
Requirements
- PHP5.3+ (CLI)
Installation
- Download the source files to somewhere accessable on your server .
- Run
composer.phar install
- cd into the bin directory and run
sudo ./install-cmd
to install for all users.
Optionally ignore the sudo and the commands will be installed into the user bin directory.
Commands
- install-cmd The command to install all scripts to your server
- tkCommit A recursive
svn commit
command that searches for external packages within a project. - tkDbBackupMysql.sh Script to backup all databases for a user as individual tarballs.
- tkLdapFind Use for quering LDAP services, probably needs a little work but good for basic queries
- tklog Tail a log file in the users path: /home/{username}/log/error.log
- tkMd5 Generate an md5 hash of a string
- tkStatus A recursive git status command
- tkStrreplace A simple string replace command.
- tkTag Used to tag a repository, updates composer.json and changelog.md files.
- tkTagProject Recursively tags a Project's repository and its dependant packages, updates composer.json and changelog.md files.
- tkTagShow Show the current tag (version) of the projects and vendow libs (tk libs only)
- tkToUtf8 Update files to the UTF-8 encoding.
- tkVidHtml5Cnv Convert video file to a number of formats for web viewing using HTML5 standards.
- tkUpdate A recursive
svn update
command that searches for external packages within a project. - www_fix.sh changes the permissions of a directory and files recursivly for a public_html/apache folder
All versions of tk-tools with dependencies
PHP Build Version
Package Version
The package ttek/tk-tools contains the following files
Loading the files please wait ....