Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swissalps/swissalpsphp
collection of php classes that I seem to use often. Some are changed slightly
https://github.com/swissalps/swissalpsphp
Last synced: 4 days ago
JSON representation
collection of php classes that I seem to use often. Some are changed slightly
- Host: GitHub
- URL: https://github.com/swissalps/swissalpsphp
- Owner: SwissalpS
- Created: 2011-02-05T20:47:08.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T22:56:04.000Z (over 4 years ago)
- Last Synced: 2023-03-10T22:03:54.846Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 2.24 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
SwissalpSphp.git/README
author: Luke aka [email protected]
licence: Creative Commons where not specified otherwise.
group: developers tools
version(date): 20110205_220032This is a collection of php classes, functions and snippets that I have found
usefull in the past.Those in _external are hosted and maintained by others. Some have slightly been
modified to play well with some of my development systemsIn _synergize there are mainly functions and classes that I wrote while learning
PHOCOA most are from PEARGenerally a file beginning with 'SssS', abbreviation of 'SwissalpS', was either
fully written by me, SwissalpS, or I have done reasonable changes to the original
script. Without the 'SssS' prefix, the file probably comes from someone else.
To be sure, look at the information in the files. Though they may lack some
commenting, the credits are there..inc Extensions are php files with < ? php ? > tags and are not meant to output
anything if included..phps are scripts that can be run from 'command line'
.php are either same as .inc or 'active' php scripts like index.php --> they
output (x)html and may contain html. (as a rule of thumb).conf files are mostly php but may also be a configuration file of some other
format..plist files are xml files defined and 'owned' (just the format) by Apple(tm)
.scpt files are Apple Script, also by Apple(tm) they may have other language
scripts bundled inside.SssStemplate files can be any text language (UTF-8, no BOM, Unix LF)
they are used by the SssSphocoaGen system. Basically the generator replaces
all '##labelXYZ##' with values from plist or deduced from host.Packages that use parts of this package:
SwissalpS/brainZphp
SwissalpS/phocoaPackages that this package may want to use:
SwissalpS/phocoa