crazedsanity / core
Core PHP libraries for all things Crazed(Sanity).
Installs: 1 369
Dependents: 7
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- php: >=5.3.0
- crazedsanity/version: ~0.1
README
These are the core PHP libraries for all things Crazed(Sanity). Pretty much every other (new) library from CrazedSanity depends on these libaries.
These libraries have been extracted from crazedsanity/cs-content. The intention is to normalize the names, add some namespaces, and hopefully make development a bit easier.
Includes:
- Version (for parsing version strings)
- ToolBox (for string manipulation, debugging, etc)
- AutoLoader
- LockFile (to avoid process-tripping, etc)